| java.lang.Object org.apache.axis2.transport.jms.JMSOutTransportInfo
JMSOutTransportInfo | public class JMSOutTransportInfo implements OutTransportInfo(Code) | | The JMS OutTransportInfo
|
JMSOutTransportInfo | JMSOutTransportInfo(ConnectionFactory connectionFactory, Destination dest)(Code) | | Creates an instance using the given connection factory and destination
Parameters: connectionFactory - the connection factory Parameters: dest - the destination |
JMSOutTransportInfo | JMSOutTransportInfo(ConnectionFactory connectionFactory, String connectionFactoryUser, String connectionFactoryPassword, Destination dest)(Code) | | Creates an instance using the given connection factory and destination
Parameters: connectionFactory - the connection factory Parameters: dest - the destination |
JMSOutTransportInfo | JMSOutTransportInfo(String url)(Code) | | Creates and instance using the given URL
Parameters: url - the URL |
getConnectionFactory | public ConnectionFactory getConnectionFactory()(Code) | | |
getConnectionFactoryPassword | public String getConnectionFactoryPassword()(Code) | | |
getConnectionFactoryUser | public String getConnectionFactoryUser()(Code) | | |
getDestination | public Destination getDestination()(Code) | | |
setContentType | public void setContentType(String contentType)(Code) | | |
|
|