public interface ConduitInitiator
Modifier and Type | Method and Description |
---|---|
Conduit |
getConduit(EndpointInfo targetInfo,
Bus bus)
Initiate an outbound Conduit.
|
Conduit |
getConduit(EndpointInfo localInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
java.util.List<java.lang.String> |
getTransportIds() |
java.util.Set<java.lang.String> |
getUriPrefixes() |
Conduit getConduit(EndpointInfo targetInfo, Bus bus) throws java.io.IOException
targetInfo
- the endpoint info of the targetjava.io.IOException
Conduit getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus) throws java.io.IOException
localInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPRjava.io.IOException
java.util.Set<java.lang.String> getUriPrefixes()
java.util.List<java.lang.String> getTransportIds()