org.apache.cxf.transport.jms
Class JMSTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.jms.JMSTransportFactory
- All Implemented Interfaces:
- ConduitInitiator, DestinationFactory
public class JMSTransportFactory
- extends AbstractTransportFactory
- implements ConduitInitiator, DestinationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAMESPACES
public static final List<String> DEFAULT_NAMESPACES
JMSTransportFactory
public JMSTransportFactory()
getConduit
public Conduit getConduit(EndpointInfo endpointInfo,
Bus b)
throws IOException
- Description copied from interface:
ConduitInitiator
- Initiate an outbound Conduit.
- Specified by:
getConduit
in interface ConduitInitiator
- Parameters:
endpointInfo
- the endpoint info of the target
- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
getConduit
public Conduit getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
throws IOException
- Initiate an outbound Conduit.
- Specified by:
getConduit
in interface ConduitInitiator
- Parameters:
endpointInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPR
- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
getDestination
public Destination getDestination(EndpointInfo endpointInfo,
Bus bus)
throws IOException
- Create a destination.
- Specified by:
getDestination
in interface DestinationFactory
- Parameters:
endpointInfo
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
getUriPrefixes
public Set<String> getUriPrefixes()
- Specified by:
getUriPrefixes
in interface ConduitInitiator
- Specified by:
getUriPrefixes
in interface DestinationFactory
- Overrides:
getUriPrefixes
in class AbstractTransportFactory
Apache CXF