public class SoapTransportFactory extends AbstractTransportFactory implements DestinationFactory, WSDLEndpointFactory, ConduitInitiator
| Modifier and Type | Field and Description |
|---|---|
static String |
CANNOT_GET_CONDUIT_ERROR |
static List<String> |
DEFAULT_NAMESPACES |
static Set<String> |
DEFAULT_PREFIXES |
static String |
SOAP_11_HTTP_BINDING |
static String |
SOAP_12_HTTP_BINDING |
static String |
TRANSPORT_ID |
| Constructor and Description |
|---|
SoapTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
createEndpointInfo(Bus bus,
ServiceInfo serviceInfo,
BindingInfo b,
List<?> ees) |
void |
createPortExtensors(Bus b,
EndpointInfo ei,
Service service) |
Conduit |
getConduit(EndpointInfo ei,
Bus b)
Initiate an outbound Conduit.
|
Conduit |
getConduit(EndpointInfo ei,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Destination |
getDestination(EndpointInfo ei,
Bus bus)
Create a destination.
|
Set<String> |
getUriPrefixes() |
String |
mapTransportURI(String s,
String address) |
void |
setActivationNamespaces(Collection<String> ans) |
getTransportIds, setTransportIdsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportIdsgetTransportIdspublic static final String CANNOT_GET_CONDUIT_ERROR
public static final String SOAP_11_HTTP_BINDING
public static final String SOAP_12_HTTP_BINDING
public static final String TRANSPORT_ID
public Set<String> getUriPrefixes()
getUriPrefixes in interface ConduitInitiatorgetUriPrefixes in interface DestinationFactorygetUriPrefixes in class AbstractTransportFactorypublic Destination getDestination(EndpointInfo ei, Bus bus) throws IOException
DestinationFactorygetDestination in interface DestinationFactoryei - the endpoint info of the destination.IOExceptionpublic void createPortExtensors(Bus b, EndpointInfo ei, Service service)
createPortExtensors in interface WSDLEndpointFactorypublic EndpointInfo createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees)
createEndpointInfo in interface WSDLEndpointFactorypublic Conduit getConduit(EndpointInfo ei, EndpointReferenceType target, Bus bus) throws IOException
ConduitInitiatorgetConduit in interface ConduitInitiatorei - the endpoint info for a local endpoint on which the
the configuration should be basedtarget - the target EPRIOExceptionpublic Conduit getConduit(EndpointInfo ei, Bus b) throws IOException
ConduitInitiatorgetConduit in interface ConduitInitiatorei - the endpoint info of the targetIOExceptionpublic void setActivationNamespaces(Collection<String> ans)
Apache CXF