public class MuleSoapHeadersHandler
extends org.apache.axis.handlers.BasicHandler
MuleSoapHeadersHandler is an Axis handler that can read and write
Mule header properties to a SOAP message.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger
logger used by this class
|
| Constructor and Description |
|---|
MuleSoapHeadersHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(org.apache.axis.MessageContext msgContext) |
protected void |
processClientRequest(org.apache.axis.MessageContext msgContext,
boolean setMustUnderstand)
Method processClientRequest
|
protected void |
processClientResponse(org.apache.axis.MessageContext msgContext)
Method processClientResponse
|
protected void |
processServerRequest(org.apache.axis.MessageContext msgContext)
Method processServerRequest
|
protected void |
processServerResponse(org.apache.axis.MessageContext msgContext,
boolean setMustUnderstand)
Method processServerResponse
|
protected static final org.apache.commons.logging.Log logger
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected void processClientRequest(org.apache.axis.MessageContext msgContext,
boolean setMustUnderstand)
throws Exception
msgContext - Exceptionprotected void processClientResponse(org.apache.axis.MessageContext msgContext)
throws Exception
msgContext - Exceptionprotected void processServerRequest(org.apache.axis.MessageContext msgContext)
throws Exception
msgContext - ExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.