org.apache.axis2.transport.jms
Class JMSOutTransportInfo

java.lang.Object
  extended by org.apache.axis2.transport.jms.JMSOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class JMSOutTransportInfo
extends java.lang.Object
implements OutTransportInfo

The JMS OutTransportInfo


Method Summary
 javax.jms.ConnectionFactory getConnectionFactory()
           
 java.lang.String getConnectionFactoryPassword()
           
 java.lang.String getConnectionFactoryUser()
           
 javax.jms.Destination getDestination()
           
 void setContentType(java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDestination

public javax.jms.Destination getDestination()

getConnectionFactory

public javax.jms.ConnectionFactory getConnectionFactory()

getConnectionFactoryPassword

public java.lang.String getConnectionFactoryPassword()

getConnectionFactoryUser

public java.lang.String getConnectionFactoryUser()

setContentType

public void setContentType(java.lang.String contentType)
Specified by:
setContentType in interface OutTransportInfo


Copyright © 2007 Apache Web Services Project. All Rights Reserved.