| org.apache.cxf.transport.ConduitInitiator
ConduitInitiator | public interface ConduitInitiator (Code) | | Factory for Conduits.
|
getConduit | Conduit getConduit(EndpointInfo targetInfo) throws IOException(Code) | | Initiate an outbound Conduit.
Parameters: targetInfo - the endpoint info of the target a suitable new or pre-existing Conduit |
getConduit | Conduit getConduit(EndpointInfo localInfo, EndpointReferenceType target) throws IOException(Code) | | Initiate an outbound Conduit.
Parameters: localInfo - the endpoint info for a local endpoint on which thethe configuration should be based Parameters: target - the target EPR a suitable new or pre-existing Conduit |
|
|