cgl.narada.wsinfra.deployment.impl
Class SOAPClient

java.lang.Object
  extended by cgl.narada.wsinfra.deployment.impl.SOAPClient
All Implemented Interfaces:
ServiceMessageListener

public class SOAPClient
extends Object
implements ServiceMessageListener


Constructor Summary
SOAPClient(String sourceAddress, String subManagerAddress)
           
 
Method Summary
 SOAPMessage createSOAPMessage()
           
static void main(String[] args)
           
 void onException(Exception exception)
          When an exception has occurred this registered listener will be called.
 void onMessage(SOAPMessage soapMessage)
          Upon the receipt of a message.
 void printSoapMessage(SOAPMessage soapMessage)
           
 void sendSOAPMessage(SOAPMessage soapMessage, String sendTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPClient

public SOAPClient(String sourceAddress,
                  String subManagerAddress)
           throws DeploymentException
Throws:
DeploymentException
Method Detail

onMessage

public void onMessage(SOAPMessage soapMessage)
Description copied from interface: ServiceMessageListener
Upon the receipt of a message.

Specified by:
onMessage in interface ServiceMessageListener

onException

public void onException(Exception exception)
Description copied from interface: ServiceMessageListener
When an exception has occurred this registered listener will be called.

Specified by:
onException in interface ServiceMessageListener

printSoapMessage

public void printSoapMessage(SOAPMessage soapMessage)

createSOAPMessage

public SOAPMessage createSOAPMessage()

sendSOAPMessage

public void sendSOAPMessage(SOAPMessage soapMessage,
                            String sendTo)
                     throws Exception
Throws:
Exception

main

public static void main(String[] args)


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