org.bss.esb.transport.webservice
Class WebServiceHandler
java.lang.Object
org.bss.esb.transport.webservice.WebServiceHandler
- All Implemented Interfaces:
- java.io.Serializable, TransportHandler
- public class WebServiceHandler
- extends java.lang.Object
- implements TransportHandler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceHandler
public WebServiceHandler()
transportMessage
public void transportMessage(java.lang.Object message)
throws TransportException
- Description copied from interface:
TransportHandler
- Transports the message. The implementation class should be able to
handle the passed in message. This method should be invoked only after
this
TransportHandler
instance has been initialized.
- Specified by:
transportMessage
in interface TransportHandler
- Parameters:
message
- The message to be transported.
- Throws:
TransportException
- Thrown if the handler fails to send
the passed in message to the destination specified while initializing
this handler instance.
getWsdlUrl
public java.lang.String getWsdlUrl()
setWsdlUrl
public void setWsdlUrl(java.lang.String wsdlUrl)
getConnectionFactory
public java.lang.String getConnectionFactory()
setConnectionFactory
public void setConnectionFactory(java.lang.String connectionFactory)
Copyright © 2005 Balwinder Sodhi. All Rights Reserved.