org.bss.esb.transport.webservice
Class WebServiceHandler

java.lang.Object
  extended byorg.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

Constructor Summary
WebServiceHandler()
           
 
Method Summary
 java.lang.String getConnectionFactory()
           
 java.lang.String getWsdlUrl()
           
 void setConnectionFactory(java.lang.String connectionFactory)
           
 void setWsdlUrl(java.lang.String wsdlUrl)
           
 void transportMessage(java.lang.Object message)
          Transports the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceHandler

public WebServiceHandler()
Method Detail

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.