cgl.narada.wsinfra.deployment.axis.wse.proxy
Class WseSourceProxyHelper

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

public class WseSourceProxyHelper
extends WsInfraAxisHandler

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
log, makeLockable, name, options
 
Fields inherited from interface cgl.narada.wsinfra.WsMessageFlow
FROM_APPLICATION, FROM_NETWORK
 
Constructor Summary
WseSourceProxyHelper()
          DEfault Constructor for the Source handler
 
Method Summary
 WseSourceProcessor getProcessor()
          This will return the instance of Source Processer.
 SOAPContext getSOAPContext(SOAPMessage soapMessage)
          This will return SOAPContext from given SOAPMessage
 
Methods inherited from class cgl.narada.wsinfra.deployment.axis.WsInfraAxisHandler
addHandler, enrouteToApplication, enrouteToNetwork, getSoapActionURI, 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

WseSourceProxyHelper

public WseSourceProxyHelper()
                     throws DeploymentException
DEfault Constructor for the Source handler

Throws:
DeploymentException
Method Detail

getProcessor

public WseSourceProcessor getProcessor()
This will return the instance of Source Processer.

Returns:
WseSourceProcessor

getSOAPContext

public SOAPContext getSOAPContext(SOAPMessage soapMessage)
This will return SOAPContext from given SOAPMessage

Overrides:
getSOAPContext in class WsInfraAxisHandler
Parameters:
soapMessage -
Returns:
SOAPContext