public class NettyHttpTransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.DestinationFactory
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
DEFAULT_NAMESPACES |
protected org.apache.cxf.transport.http.HttpDestinationFactory |
factory |
protected org.apache.cxf.transport.http.DestinationRegistry |
registry |
| Constructor and Description |
|---|
NettyHttpTransportFactory() |
NettyHttpTransportFactory(org.apache.cxf.transport.http.DestinationRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(org.apache.cxf.Bus b,
Object bean)
This call uses the Configurer from the bus to configure
a 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.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.Bus bus) |
org.apache.cxf.transport.http.DestinationRegistry |
getRegistry() |
Set<String> |
getUriPrefixes() |
void |
setActivationNamespaces(Collection<String> ans)
This call is used by CXF ExtensionManager to inject the activationNamespaces
|
getTransportIds, setTransportIdsprotected final org.apache.cxf.transport.http.DestinationRegistry registry
protected final org.apache.cxf.transport.http.HttpDestinationFactory factory
public NettyHttpTransportFactory()
public NettyHttpTransportFactory(org.apache.cxf.transport.http.DestinationRegistry registry)
public org.apache.cxf.transport.http.DestinationRegistry getRegistry()
public void setActivationNamespaces(Collection<String> ans)
ans - The transport ids.public Set<String> getUriPrefixes()
getUriPrefixes in interface org.apache.cxf.transport.DestinationFactorygetUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactoryprotected void configure(org.apache.cxf.Bus b,
Object bean)
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.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.Bus bus)
throws IOException
getDestination in interface org.apache.cxf.transport.DestinationFactoryIOExceptionApache CXF