public class XFireInLoggingMethodHandler extends XFireLoggingMethodHandler
| Constructor and Description |
|---|
XFireInLoggingMethodHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.slf4j.Logger |
getLogger()
The logger to use when output log message.
|
Object[] |
getMessageBodyObjects()
The objects that need to be processed for logging.
|
void |
invoke(org.codehaus.xfire.MessageContext messageContext)
Processes the incoming SOAP message for logging.
|
logParameterspublic void invoke(org.codehaus.xfire.MessageContext messageContext)
throws Exception
XFireLoggingMethodHandlerinvoke in interface org.codehaus.xfire.handler.Handlerinvoke in class XFireLoggingMethodHandlermessageContext - The message.Exception - Runtime exception while processing the incoming SOAP message.XFireLoggingMethodHandler.invoke(MessageContext)public Object[] getMessageBodyObjects()
XFireLoggingMethodHandlergetMessageBodyObjects in class XFireLoggingMethodHandlerXFireLoggingMethodHandler.getMessageBodyObjects()protected org.slf4j.Logger getLogger()
XFireLoggingMethodHandlergetLogger in class XFireLoggingMethodHandlerXFireLoggingMethodHandler.getLogger()Copyright © 2019 Atlassian. All rights reserved.