org.apache.cxf.transport.http
Class AbstractHTTPTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.AbstractHTTPTransportFactory
- All Implemented Interfaces:
- org.apache.cxf.wsdl11.WSDLEndpointFactory
- Direct Known Subclasses:
- ClientOnlyHTTPTransportFactory, ServletTransportFactory
public abstract class AbstractHTTPTransportFactory
- extends org.apache.cxf.transport.AbstractTransportFactory
- implements org.apache.cxf.wsdl11.WSDLEndpointFactory
| Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory |
bus |
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
getBus, getTransportIds, register, setBus, setTransportIds, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHTTPTransportFactory
public AbstractHTTPTransportFactory()
setActivationNamespaces
public void setActivationNamespaces(Collection<String> ans)
- This call is used by CXF ExtensionManager to inject the activationNamespaces
- Parameters:
ans - The transport ids.
createEndpointInfo
public org.apache.cxf.service.model.EndpointInfo createEndpointInfo(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.BindingInfo b,
javax.wsdl.Port port)
- Specified by:
createEndpointInfo in interface org.apache.cxf.wsdl11.WSDLEndpointFactory
createPortExtensors
public void createPortExtensors(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.service.Service service)
- Specified by:
createPortExtensors in interface org.apache.cxf.wsdl11.WSDLEndpointFactory
getUriPrefixes
public Set<String> getUriPrefixes()
- Overrides:
getUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactory
configure
protected void configure(Object bean)
- This call uses the Configurer from the bus to configure
a bean.
- Parameters:
bean -
configure
protected void configure(Object bean,
String name,
String extraName)
Apache CXF