|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.mule.transport.soap.axis.extensions.MuleSoapHeadersHandler
public class 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 |
| Fields inherited from class org.apache.axis.handlers.BasicHandler |
|---|
makeLockable, name, options |
| Constructor Summary | |
|---|---|
MuleSoapHeadersHandler()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.apache.axis.handlers.BasicHandler |
|---|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Log logger
| Constructor Detail |
|---|
public MuleSoapHeadersHandler()
| Method Detail |
|---|
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
protected void processClientRequest(org.apache.axis.MessageContext msgContext,
boolean setMustUnderstand)
throws Exception
msgContext -
Exception
protected void processClientResponse(org.apache.axis.MessageContext msgContext)
throws Exception
msgContext -
Exception
protected void processServerRequest(org.apache.axis.MessageContext msgContext)
throws Exception
msgContext -
Exception
protected void processServerResponse(org.apache.axis.MessageContext msgContext,
boolean setMustUnderstand)
throws Exception
msgContext -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||