Package org.apache.cxf.interceptor
Class LoggingMessage
- java.lang.Object
- 
- org.apache.cxf.interceptor.LoggingMessage
 
- 
 @Deprecated public final class LoggingMessage extends Object Deprecated.use the logging module rt/features/logging instead
- 
- 
Constructor SummaryConstructors Constructor Description LoggingMessage(String h, String i)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringBuildergetAddress()Deprecated.StringBuildergetContentType()Deprecated.StringBuildergetEncoding()Deprecated.StringBuildergetHeader()Deprecated.StringBuildergetHttpMethod()Deprecated.StringgetId()Deprecated.StringBuildergetMessage()Deprecated.StringBuildergetPayload()Deprecated.StringBuildergetResponseCode()Deprecated.static StringnextId()Deprecated.StringtoString()Deprecated.
 
- 
- 
- 
Field Detail- 
ID_KEYpublic static final String ID_KEY Deprecated.
 
- 
 - 
Method Detail- 
getIdpublic String getId() Deprecated.
 - 
nextIdpublic static String nextId() Deprecated.
 - 
getAddresspublic StringBuilder getAddress() Deprecated.
 - 
getEncodingpublic StringBuilder getEncoding() Deprecated.
 - 
getHeaderpublic StringBuilder getHeader() Deprecated.
 - 
getHttpMethodpublic StringBuilder getHttpMethod() Deprecated.
 - 
getContentTypepublic StringBuilder getContentType() Deprecated.
 - 
getMessagepublic StringBuilder getMessage() Deprecated.
 - 
getPayloadpublic StringBuilder getPayload() Deprecated.
 - 
getResponseCodepublic StringBuilder getResponseCode() Deprecated.
 
- 
 
-