org.apache.cxf.binding.http
Class HttpBindingFactory
java.lang.Object
org.apache.cxf.binding.AbstractBindingFactory
org.apache.cxf.binding.http.HttpBindingFactory
- All Implemented Interfaces:
- BindingFactory, WSDLBindingFactory
public class HttpBindingFactory
- extends AbstractBindingFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_BINDING_ID
public static final String HTTP_BINDING_ID
- See Also:
- Constant Field Values
HttpBindingFactory
public HttpBindingFactory()
createBinding
public Binding createBinding(BindingInfo bi)
- Description copied from interface:
BindingFactory
- Create a Binding from the BindingInfo metadata.
- Returns:
- the Binding object
createBindingInfo
public BindingInfo createBindingInfo(Service service,
String namespace,
Object obj)
- Description copied from class:
AbstractBindingFactory
- Creates a "default" BindingInfo object for the service. Can return a subclass
which can then process the extensors within the subclass. By default, just
creates it for the first ServiceInfo in the service
- Specified by:
createBindingInfo
in interface BindingFactory
- Overrides:
createBindingInfo
in class AbstractBindingFactory
obj
- - binding specific configuration object
- Returns:
- the BindingInfo object
getStrategies
public List<ResourceStrategy> getStrategies()
setStrategies
public void setStrategies(List<ResourceStrategy> strategies)
Apache CXF