org.apache.cxf.transport.http.netty.server
Class NettyHttpTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.netty.server.NettyHttpTransportFactory
- All Implemented Interfaces:
- org.apache.cxf.transport.DestinationFactory
public class NettyHttpTransportFactory
- extends org.apache.cxf.transport.AbstractTransportFactory
- implements org.apache.cxf.transport.DestinationFactory
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
getTransportIds, setTransportIds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.DestinationFactory |
getTransportIds |
DEFAULT_NAMESPACES
public static final List<String> DEFAULT_NAMESPACES
registry
protected final org.apache.cxf.transport.http.DestinationRegistry registry
factory
protected final org.apache.cxf.transport.http.HttpDestinationFactory factory
NettyHttpTransportFactory
public NettyHttpTransportFactory()
NettyHttpTransportFactory
public NettyHttpTransportFactory(org.apache.cxf.transport.http.DestinationRegistry registry)
getRegistry
public org.apache.cxf.transport.http.DestinationRegistry getRegistry()
setActivationNamespaces
public void setActivationNamespaces(Collection<String> ans)
- This call is used by CXF ExtensionManager to inject the activationNamespaces
- Parameters:
ans - The transport ids.
getUriPrefixes
public Set<String> getUriPrefixes()
- Specified by:
getUriPrefixes in interface org.apache.cxf.transport.DestinationFactory- Overrides:
getUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactory
configure
protected void configure(org.apache.cxf.Bus b,
Object bean)
- This call uses the Configurer from the bus to configure
a bean.
- Parameters:
bean -
configure
protected void configure(org.apache.cxf.Bus bus,
Object bean,
String name,
String extraName)
getAddress
protected String getAddress(org.apache.cxf.service.model.EndpointInfo endpointInfo)
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.Bus bus)
throws IOException
- Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
- Throws:
IOException
Apache CXF