public static class MessagingLogFormatter.MessagingLogContext
extends java.lang.Object
| Constructor and Description | 
|---|
MessagingLogContext(InterSystemMessage<?> message)
コンストラクタ。 
 | 
MessagingLogContext(InterSystemMessage<?> message,
                   java.nio.charset.Charset charset)
コンストラクタ。 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.nio.charset.Charset | 
getCharset()
出力に使用する文字セットを取得する。 
 | 
InterSystemMessage<?> | 
getMessage()
電文オブジェクトを取得する。 
 | 
public MessagingLogContext(InterSystemMessage<?> message)
message - 電文オブジェクトpublic MessagingLogContext(InterSystemMessage<?> message, java.nio.charset.Charset charset)
message - 電文オブジェクトcharset - 出力に使用する文字セットpublic InterSystemMessage<?> getMessage()
public java.nio.charset.Charset getCharset()