| org.apache.cxf.binding.BindingFactory
BindingFactory | public interface BindingFactory (Code) | | A factory interface for creating Bindings from BindingInfo metadata.
|
addListener | void addListener(Destination d, Endpoint e)(Code) | | Set the destionation's message observer which is created by using the endpoint to
listen the incoming message
Parameters: d - the destination that will be set the MessageObserver Parameters: e - the endpoint to build up the MessageObserver |
createBinding | Binding createBinding(BindingInfo binding)(Code) | | Create a Binding from the BindingInfo metadata.
Parameters: binding - the Binding object |
createBindingInfo | BindingInfo createBindingInfo(Service service, String namespace, Object configObject)(Code) | | Create a "default" BindingInfo object for the service. Can return a subclass.
Parameters: service - Parameters: namespace - Parameters: configObject - - binding specific configuration object the BindingInfo object |
|
|