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.
|
logParameters
public void invoke(org.codehaus.xfire.MessageContext messageContext) throws Exception
XFireLoggingMethodHandler
invoke
in interface org.codehaus.xfire.handler.Handler
invoke
in class XFireLoggingMethodHandler
messageContext
- The message.Exception
- Runtime exception while processing the incoming SOAP message.XFireLoggingMethodHandler.invoke(MessageContext)
public Object[] getMessageBodyObjects()
XFireLoggingMethodHandler
getMessageBodyObjects
in class XFireLoggingMethodHandler
XFireLoggingMethodHandler.getMessageBodyObjects()
protected org.slf4j.Logger getLogger()
XFireLoggingMethodHandler
getLogger
in class XFireLoggingMethodHandler
XFireLoggingMethodHandler.getLogger()
Copyright © 2021 Atlassian. All rights reserved.