public class JMSTransportFactory extends AbstractTransportFactory implements ConduitInitiator, DestinationFactory
Modifier and Type | Field and Description |
---|---|
static List<String> |
DEFAULT_NAMESPACES |
bus
Constructor and Description |
---|
JMSTransportFactory() |
JMSTransportFactory(Bus b) |
Modifier and Type | Method and Description |
---|---|
Conduit |
getConduit(EndpointInfo endpointInfo)
Initiate an outbound Conduit.
|
Conduit |
getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
Initiate an outbound Conduit.
|
Destination |
getDestination(EndpointInfo endpointInfo)
Create a destination.
|
Set<String> |
getUriPrefixes() |
void |
setBus(Bus bus) |
getBus, getTransportIds, register, setTransportIds, unregister
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTransportIds
getTransportIds
public JMSTransportFactory()
public JMSTransportFactory(Bus b)
public void setBus(Bus bus)
setBus
in class AbstractTransportFactory
public Conduit getConduit(EndpointInfo endpointInfo) throws IOException
ConduitInitiator
getConduit
in interface ConduitInitiator
endpointInfo
- the endpoint info of the targetIOException
public Conduit getConduit(EndpointInfo endpointInfo, EndpointReferenceType target) 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) 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