|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConduitInitiator
Factory for Conduits.
Method Summary | |
---|---|
Conduit |
getConduit(EndpointInfo targetInfo)
Initiate an outbound Conduit. |
Conduit |
getConduit(EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
Initiate an outbound Conduit. |
java.util.List<java.lang.String> |
getTransportIds()
|
java.util.Set<java.lang.String> |
getUriPrefixes()
|
Method Detail |
---|
Conduit getConduit(EndpointInfo targetInfo) throws java.io.IOException
targetInfo
- the endpoint info of the target
java.io.IOException
Conduit getConduit(EndpointInfo localInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target) throws java.io.IOException
localInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPR
java.io.IOException
java.util.Set<java.lang.String> getUriPrefixes()
java.util.List<java.lang.String> getTransportIds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |