public interface ConduitInitiator
| Modifier and Type | Method and Description | 
|---|---|
| Conduit | getConduit(EndpointInfo targetInfo,
          Bus bus)Initiate an outbound Conduit. | 
| Conduit | getConduit(EndpointInfo localInfo,
          org.apache.cxf.ws.addressing.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 targetIOExceptionConduit getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) throws IOException
localInfo - the endpoint info for a local endpoint on which the
 the configuration should be basedtarget - the target EPRIOExceptionApache CXF