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.
|
List<String> |
getTransportIds() |
Set<String> |
getUriPrefixes() |
Conduit getConduit(EndpointInfo targetInfo, Bus bus) throws IOException
targetInfo
- the endpoint info of the targetIOException
Conduit getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus) throws IOException
localInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPRIOException
Apache CXF