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

java.lang.Object
  extended bycgl.narada.wsinfra.deployment.axis.wsr.proxy.WsrSourceProxyClientService

public class WsrSourceProxyClientService
extends Object


Constructor Summary
WsrSourceProxyClientService()
          Constructor will initiates all services for SOAPMessage to send
 
Method Summary
 void enrouteToApplication(SOAPMessage soapMessage)
          This method will send SOAPMessage to Application.
 void enrouteToNetwork(SOAPMessage soapMessage)
          This method will make service call to Source Web services instead of Sink.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrSourceProxyClientService

public WsrSourceProxyClientService()
Constructor will initiates all services for SOAPMessage to send

Method Detail

enrouteToApplication

public void enrouteToApplication(SOAPMessage soapMessage)
This method will send SOAPMessage to Application.

Parameters:
soapMessage -

enrouteToNetwork

public final void enrouteToNetwork(SOAPMessage soapMessage)
                            throws MessageFlowException
This method will make service call to Source Web services instead of Sink.

Parameters:
soapMessage -
Throws:
MessageFlowException