public class NettyHttpTransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.ConduitInitiator
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NAMESPACES |
| Constructor and Description |
|---|
NettyHttpTransportFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(org.apache.cxf.Bus b,
Object bean) |
protected void |
configure(org.apache.cxf.Bus bus,
Object bean,
String name,
String extraName) |
protected String |
getAddress(org.apache.cxf.service.model.EndpointInfo endpointInfo) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.Bus bus) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
org.apache.cxf.Bus bus) |
Set<String> |
getUriPrefixes() |
void |
setActivationNamespaces(Collection<String> ans)
This call is used by CXF ExtensionManager to inject the activationNamespaces
|
getTransportIds, setTransportIdspublic void setActivationNamespaces(Collection<String> ans)
ans - The transport ids.public Set<String> getUriPrefixes()
getUriPrefixes in interface org.apache.cxf.transport.ConduitInitiatorgetUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactoryprotected void configure(org.apache.cxf.Bus b,
Object bean)
protected void configure(org.apache.cxf.Bus bus,
Object bean,
String name,
String extraName)
protected String getAddress(org.apache.cxf.service.model.EndpointInfo endpointInfo)
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo endpointInfo,
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 endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
org.apache.cxf.Bus bus)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionApache CXF