Apache CXF API

Uses of Class
org.apache.cxf.interceptor.LoggingMessage

Packages that use LoggingMessage
org.apache.cxf.interceptor   
 

Uses of LoggingMessage in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor with parameters of type LoggingMessage
protected  String LoggingInInterceptor.formatLoggingMessage(LoggingMessage loggingMessage)
           
protected  String LoggingOutInterceptor.formatLoggingMessage(LoggingMessage buffer)
           
protected  void LoggingInInterceptor.logInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct)
           
protected  void LoggingInInterceptor.logReader(Message message, Reader reader, LoggingMessage buffer)
           
 


Apache CXF API

Apache CXF