|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.handlers.BasicHandler
cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler
cgl.narada.wsinfra.deployment.axis.wsr.handler.WsrSinkHandler
| Field Summary |
| Fields inherited from class org.apache.axis.handlers.BasicHandler |
makeLockable, name, options |
| Fields inherited from interface cgl.narada.wsinfra.WsMessageFlow |
FROM_APPLICATION, FROM_NETWORK |
| Constructor Summary | |
WsrSinkHandler()
Constructor for the Sink handler and It will initiates all required services for Wsr Hanlder to process SOAPMessage. |
|
| Method Summary | |
void |
enrouteToApplication(SOAPMessage soapMessage)
Routes a message enroute to the application. |
void |
invoke(org.apache.axis.MessageContext messageContext)
This method will be the one all implementation classes has to overwrite. |
boolean |
processMessage(EnvelopeDocument envelopeDocument,
int direction)
This method returns a boolean which indicates whether further processing should continue or if it should stop. |
| Methods inherited from class cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler |
addHandler, enrouteToNetwork, getSoapActionURI, getSOAPContext, initilizeInfraAxisHandler, setIdentifier, setSoapActionURI |
| 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 |
| Constructor Detail |
public WsrSinkHandler()
throws DeploymentException
DeploymentException| Method Detail |
public void invoke(org.apache.axis.MessageContext messageContext)
invoke in interface org.apache.axis.Handlerinvoke in class WsInfraAxisHandlermessageContext -
public boolean processMessage(EnvelopeDocument envelopeDocument,
int direction)
throws UnknownExchangeException,
IncorrectExchangeException,
MessageFlowException,
ProcessingException
UnknownExchangeException
IncorrectExchangeException
MessageFlowException
ProcessingException
public final void enrouteToApplication(SOAPMessage soapMessage)
throws MessageFlowException
WsInfraAxisHandler
enrouteToApplication in interface WsMessageFlowenrouteToApplication in class WsInfraAxisHandlerMessageFlowException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||