Class BaseLogging
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
-
- adams.flow.webservice.interceptor.outgoing.AbstractOutInterceptor
-
- adams.flow.webservice.interceptor.outgoing.BaseLogging
-
- All Implemented Interfaces:
adams.core.logging.LoggingLevelHandler
,adams.core.logging.LoggingSupporter
,org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>
,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class BaseLogging extends AbstractOutInterceptor
Interceptor for outgoing messages.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from class adams.flow.webservice.interceptor.outgoing.AbstractOutInterceptor
m_Logger, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description BaseLogging()
Initializes the interceptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMessage(org.apache.cxf.message.Message message)
Intercepts a message.-
Methods inherited from class adams.flow.webservice.interceptor.outgoing.AbstractOutInterceptor
configureLogger, getLogger, getLoggingLevel, initialize, initializeLogging, isInfoLoggingEnabled, isLoggingEnabled, setLoggingLevel
-
-
-
-
Method Detail
-
handleMessage
public void handleMessage(org.apache.cxf.message.Message message) throws org.apache.cxf.interceptor.Fault
Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Parameters:
message
-- Throws:
org.apache.cxf.interceptor.Fault
-
-