|
Apache CXF API | |||||||||
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,
Bus bus)
Initiate an outbound Conduit. |
Conduit |
getConduit(EndpointInfo localInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit. |
List<String> |
getTransportIds()
|
Set<String> |
getUriPrefixes()
|
Method Detail |
---|
Conduit getConduit(EndpointInfo targetInfo, Bus bus) throws IOException
targetInfo
- the endpoint info of the target
IOException
Conduit getConduit(EndpointInfo localInfo, EndpointReferenceType target, Bus bus) throws IOException
localInfo
- the endpoint info for a local endpoint on which the
the configuration should be basedtarget
- the target EPR
IOException
Set<String> getUriPrefixes()
List<String> getTransportIds()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |