Package org.apache.cxf.binding.xml
Class XMLBindingFactory
java.lang.Object
org.apache.cxf.binding.AbstractBindingFactory
org.apache.cxf.binding.xml.XMLBindingFactory
- All Implemented Interfaces:
BindingFactory
-
Field Summary
FieldsFields inherited from class org.apache.cxf.binding.AbstractBindingFactory
activationNamespaces, bus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBinding(BindingInfo binding) Create a Binding from the BindingInfo metadata.createBindingInfo(ServiceInfo service, String namespace, Object config) Creates a "default" BindingInfo object for the service.Methods inherited from class org.apache.cxf.binding.AbstractBindingFactory
addListener, createBindingInfo, getActivationNamespaces, getBus, setActivationNamespaces, setBus
-
Field Details
-
DEFAULT_NAMESPACES
-
-
Constructor Details
-
XMLBindingFactory
public XMLBindingFactory() -
XMLBindingFactory
-
-
Method Details
-
createBinding
Description copied from interface:BindingFactoryCreate a Binding from the BindingInfo metadata.- Returns:
- the Binding object
-
createBindingInfo
Description copied from class:AbstractBindingFactoryCreates a "default" BindingInfo object for the service. Called by createBindingInfo(Service service, String binding, Object config) to actually create the BindingInfo. Can return a subclass which can then process the extensors within the subclass.- Overrides:
createBindingInfoin classAbstractBindingFactory
-