cgl.narada.wsinfra.deployment.axis.wsr
Class WsrSourceClientService

java.lang.Object
  extended bycgl.narada.wsinfra.deployment.axis.wsr.WsrSourceClientService

public class WsrSourceClientService
extends Object


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

Constructor Detail

WsrSourceClientService

public WsrSourceClientService()
Constructor for Wsr Source Client Service will initiates all services for Client to process SOAPMessage

Method Detail

enrouteToApplication

public void enrouteToApplication(SOAPMessage soapMessage)

enrouteToNetwork

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

Parameters:
soapMessage -
Throws:
MessageFlowException