public class JMSTransportFactory extends AbstractTransportFactory implements ConduitInitiator, DestinationFactory
Modifier and Type | Field and Description |
---|---|
static List<String> |
DEFAULT_NAMESPACES |
Constructor and Description |
---|
JMSTransportFactory() |
Modifier and Type | Method and Description |
---|---|
Conduit |
getConduit(EndpointInfo endpointInfo,
Bus b)
Initiate an outbound Conduit.
|
Conduit |
getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
getDestination(EndpointInfo endpointInfo,
Bus bus)
Create a destination.
|
Set<String> |
getUriPrefixes() |
getTransportIds, setTransportIds
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTransportIds
getTransportIds
public Conduit getConduit(EndpointInfo endpointInfo, Bus b) throws IOException
ConduitInitiator
getConduit
in interface ConduitInitiator
endpointInfo
- the endpoint info of the targetIOException
public Conduit getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus) throws IOException
getConduit
in interface ConduitInitiator
endpointInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPRIOException
public Destination getDestination(EndpointInfo endpointInfo, Bus bus) throws IOException
getDestination
in interface DestinationFactory
endpointInfo
- the endpoint info of the destination.IOException
public Set<String> getUriPrefixes()
getUriPrefixes
in interface ConduitInitiator
getUriPrefixes
in interface DestinationFactory
getUriPrefixes
in class AbstractTransportFactory
Apache CXF