Package org.apache.cxf.transport
Interface ConduitInitiator
public interface ConduitInitiator
Factory for Conduits.
-
Method Summary
Modifier and TypeMethodDescriptiongetConduit
(EndpointInfo targetInfo, Bus bus) Initiate an outbound Conduit.getConduit
(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) Initiate an outbound Conduit.
-
Method Details
-
getConduit
Initiate an outbound Conduit.- Parameters:
targetInfo
- the endpoint info of the target- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
-
getConduit
Conduit getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, Bus bus) throws IOException Initiate an outbound Conduit.- Parameters:
localInfo
- the endpoint info for a local endpoint on which the the configuration should be basedtarget
- the target EPR- Returns:
- a suitable new or pre-existing Conduit
- Throws:
IOException
-
getUriPrefixes
-
getTransportIds
-