Package org.apache.cxf.binding
Class AbstractBindingFactory
java.lang.Object
org.apache.cxf.binding.AbstractBindingFactory
- All Implemented Interfaces:
- BindingFactory
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddListener(Destination d, Endpoint e) Set the destination's message observer which is created by using the endpoint to listen the incoming messagecreateBindingInfo(ServiceInfo service, String namespace, Object config) Creates a "default" BindingInfo object for the service.createBindingInfo(Service service, String namespace, Object config) Creates a "default" BindingInfo object for the service.getBus()voidsetActivationNamespaces(Collection<String> activationNamespaces) voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.binding.BindingFactorycreateBinding
- 
Field Details- 
activationNamespaces
- 
bus
 
- 
- 
Constructor Details- 
AbstractBindingFactorypublic AbstractBindingFactory()
- 
AbstractBindingFactory
- 
AbstractBindingFactory
- 
AbstractBindingFactory
 
- 
- 
Method Details- 
createBindingInfoCreates 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.
- 
createBindingInfoCreates 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:
- createBindingInfoin interface- BindingFactory
- config- - binding specific configuration object
- Returns:
- the BindingInfo object
 
- 
addListenerDescription copied from interface:BindingFactorySet the destination's message observer which is created by using the endpoint to listen the incoming message- Specified by:
- addListenerin interface- BindingFactory
- Parameters:
- d- the destination that will be set the MessageObserver
- e- the endpoint to build up the MessageObserver
 
- 
getBus
- 
setBus
- 
getActivationNamespaces
- 
setActivationNamespaces
 
-