org.apache.cxf.transport.jms
Class JMSTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.cxf.transport.jms.JMSTransportFactory
All Implemented Interfaces:
ConduitInitiator, DestinationFactory

public class JMSTransportFactory
extends AbstractTransportFactory
implements ConduitInitiator, DestinationFactory


Constructor Summary
JMSTransportFactory()
           
 
Method Summary
 Bus getBus()
           
 Conduit getConduit(EndpointInfo endpointInfo)
           
 Conduit getConduit(EndpointInfo endpointInfo, EndpointReferenceType target)
          
 Destination getDestination(EndpointInfo endpointInfo)
          
 java.util.Set<java.lang.String> getUriPrefixes()
           
 void setBus(Bus b)
           
 
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, setTransportIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIds
 
Methods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds
 

Constructor Detail

JMSTransportFactory

public JMSTransportFactory()
Method Detail

setBus

public void setBus(Bus b)

getBus

public Bus getBus()

getConduit

public Conduit getConduit(EndpointInfo endpointInfo)
                   throws java.io.IOException
Specified by:
getConduit in interface ConduitInitiator
Throws:
java.io.IOException

getConduit

public Conduit getConduit(EndpointInfo endpointInfo,
                          EndpointReferenceType target)
                   throws java.io.IOException

Specified by:
getConduit in interface ConduitInitiator
Throws:
java.io.IOException

getDestination

public Destination getDestination(EndpointInfo endpointInfo)
                           throws java.io.IOException

Specified by:
getDestination in interface DestinationFactory
Throws:
java.io.IOException

getUriPrefixes

public java.util.Set<java.lang.String> getUriPrefixes()
Specified by:
getUriPrefixes in interface ConduitInitiator
Specified by:
getUriPrefixes in interface DestinationFactory
Overrides:
getUriPrefixes in class AbstractTransportFactory


Apache CXF