cgl.narada.wsinfra.deployment.impl
Class SOAPClient
java.lang.Object
cgl.narada.wsinfra.deployment.impl.SOAPClient
- All Implemented Interfaces:
- ServiceMessageListener
public class SOAPClient
- extends Object
- implements ServiceMessageListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPClient
public SOAPClient(String sourceAddress,
String subManagerAddress)
throws DeploymentException
- Throws:
DeploymentException
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