public class AsyncHttpTransportFactory extends AbstractTransportFactory implements ConduitInitiator
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NAMESPACES |
| Constructor and Description |
|---|
AsyncHttpTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(Bus b,
Object bean) |
protected void |
configure(Bus bus,
Object bean,
String name,
String extraName) |
protected String |
getAddress(EndpointInfo endpointInfo) |
Conduit |
getConduit(EndpointInfo endpointInfo,
Bus bus)
Initiate an outbound Conduit.
|
Conduit |
getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target,
Bus bus)
Initiate an outbound Conduit.
|
Set<String> |
getUriPrefixes() |
void |
setActivationNamespaces(Collection<String> ans)
This call is used by CXF ExtensionManager to inject the activationNamespaces
|
getTransportIds, setTransportIdsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportIdspublic void setActivationNamespaces(Collection<String> ans)
ans - The transport ids.public Set<String> getUriPrefixes()
getUriPrefixes in interface ConduitInitiatorgetUriPrefixes in class AbstractTransportFactoryprotected String getAddress(EndpointInfo endpointInfo)
public Conduit getConduit(EndpointInfo endpointInfo, Bus bus) throws IOException
ConduitInitiatorgetConduit in interface ConduitInitiatorendpointInfo - the endpoint info of the targetIOExceptionpublic Conduit getConduit(EndpointInfo endpointInfo, EndpointReferenceType target, Bus bus) throws IOException
ConduitInitiatorgetConduit in interface ConduitInitiatorendpointInfo - the endpoint info for a local endpoint on which the
the configuration should be basedtarget - the target EPRIOExceptionApache CXF