cgl.narada.wsinfra.deployment.axis.wsr.proxy
Class WsrSinkProxyHelper

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended bycgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler
          extended bycgl.narada.wsinfra.deployment.axis.wsr.proxy.WsrSinkProxyHelper
All Implemented Interfaces:
org.apache.axis.Handler, Serializable, WsMessageFlow

public class WsrSinkProxyHelper
extends WsInfraAxisHandler

See Also:
Serialized Form

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
WsrSinkProxyHelper()
          This Constructor will initiate all services to process SOAPMessage at Wsr Sink Proxy Web Service.
 
Method Summary
 void enrouteToApplication(SOAPMessage soapMessage)
          This will enroute the message to Application.
 WsrSinkNode getProcessor()
          This will return the instance of Wsr Source Node.
 
Methods inherited from class cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler
addHandler, enrouteToNetwork, getSoapActionURI, getSOAPContext, initilizeInfraAxisHandler, invoke, 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

WsrSinkProxyHelper

public WsrSinkProxyHelper()
                   throws DeploymentException
This Constructor will initiate all services to process SOAPMessage at Wsr Sink Proxy Web Service.

Throws:
DeploymentException
Method Detail

enrouteToApplication

public final void enrouteToApplication(SOAPMessage soapMessage)
                                throws MessageFlowException
This will enroute the message to Application.

Specified by:
enrouteToApplication in interface WsMessageFlow
Overrides:
enrouteToApplication in class WsInfraAxisHandler
Parameters:
soapMessage -
Throws:
MessageFlowException

getProcessor

public WsrSinkNode getProcessor()
This will return the instance of Wsr Source Node.

Returns:
WseSourceNode