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