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

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

public class WsrSourceProxyHelper
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
WsrSourceProxyHelper()
          Constructor for the Source Proxy Helper will initiates all services for Wsr Source Node to process SOAPMessage.
 
Method Summary
 WsrSourceNode getProcessor()
          This will return the instance of Source Node.
 
Methods inherited from class cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler
addHandler, enrouteToApplication, 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

WsrSourceProxyHelper

public WsrSourceProxyHelper()
                     throws DeploymentException
Constructor for the Source Proxy Helper will initiates all services for Wsr Source Node to process SOAPMessage.

Throws:
DeploymentException
Method Detail

getProcessor

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

Returns:
WseSourceNode