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

java.lang.Object
  extended by cgl.narada.wsinfra.deployment.axis.wsr.WsrSourceClientFrame

public class WsrSourceClientFrame
extends Object

Version:
1.0 $Revision: 1.0 $ This acts as Application at WsrSource Proxy Web Service. It will initiates all requests for Wsr Source using Frame.

Constructor Summary
WsrSourceClientFrame()
           
 
Method Summary
 SOAPMessage createSOAPMessage(String source, String sink, String groupId, String replyPattern, String replyTo, String lastMessage)
          This method will create SOAPMessage based on given paramters.
static void main(String[] args)
           
 void sendSOAPMessage(SOAPMessage soapMessage)
          This method will send SOAPMessage to Network
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsrSourceClientFrame

public WsrSourceClientFrame()
Method Detail

sendSOAPMessage

public void sendSOAPMessage(SOAPMessage soapMessage)
                     throws DeploymentException,
                            MessageFlowException,
                            ProcessingException
This method will send SOAPMessage to Network

Parameters:
soapMessage -
Throws:
DeploymentException
MessageFlowException
ProcessingException

createSOAPMessage

public SOAPMessage createSOAPMessage(String source,
                                     String sink,
                                     String groupId,
                                     String replyPattern,
                                     String replyTo,
                                     String lastMessage)
This method will create SOAPMessage based on given paramters.

Parameters:
source -
sink -
groupId -
replyPattern -
replyTo -
lastMessage -
Returns:
SOAPMessage

main

public static void main(String[] args)


For comments and suggestions please send e-mail to The NaradaBrokering Project