|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectBasicHandler
org.mule.providers.soap.axis.extensions.MuleSoapHeadersHandler
MuleSoapHeadersHandler is an Axis handler that can read and write
Mule header properties to a Soap message
| Field Summary | |
protected static Log |
logger
logger used by this class |
| Constructor Summary | |
MuleSoapHeadersHandler()
|
|
| Method Summary | |
void |
invoke(MessageContext msgContext)
|
protected void |
processClientRequest(MessageContext msgContext,
boolean setMustUnderstand)
Method processClientRequest |
protected void |
processClientResponse(MessageContext msgContext)
Method processClientResponse |
protected void |
processServerRequest(MessageContext msgContext)
Method processServerRequest |
protected void |
processServerResponse(MessageContext msgContext,
boolean setMustUnderstand)
Method processServerResponse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static Log logger
| Constructor Detail |
public MuleSoapHeadersHandler()
| Method Detail |
public void invoke(MessageContext msgContext)
throws AxisFault
AxisFault
protected void processClientRequest(MessageContext msgContext,
boolean setMustUnderstand)
throws Exception
msgContext -
Exception
protected void processClientResponse(MessageContext msgContext)
throws Exception
msgContext -
Exception
protected void processServerRequest(MessageContext msgContext)
throws Exception
msgContext -
Exception
protected void processServerResponse(MessageContext msgContext,
boolean setMustUnderstand)
throws Exception
msgContext -
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||