org.apache.axis2.transport.jms
Class JMSOutTransportInfo

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

setContentType

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


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.