public class SoapServiceConduitInitiator extends Object implements org.apache.cxf.transport.ConduitInitiator
ConduitInitiator implementation that creates SoapServiceConduit instances.| Modifier and Type | Field and Description |
|---|---|
static String[] |
SOAP_SERVICE_KNOWN_PROTOCOLS |
| Constructor and Description |
|---|
SoapServiceConduitInitiator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo,
org.apache.cxf.Bus bus) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
org.apache.cxf.Bus bus) |
List<String> |
getTransportIds() |
Set<String> |
getUriPrefixes() |
public static final String[] SOAP_SERVICE_KNOWN_PROTOCOLS
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo targetInfo,
org.apache.cxf.Bus bus)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo localInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
org.apache.cxf.Bus bus)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic Set<String> getUriPrefixes()
getUriPrefixes in interface org.apache.cxf.transport.ConduitInitiatorCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.