public interface BindingFactory
| Modifier and Type | Method and Description | 
|---|---|
| void | addListener(Destination d,
           Endpoint e)Set the destination's message observer which is created by using the endpoint to
 listen the incoming message | 
| Binding | createBinding(BindingInfo binding)Create a Binding from the BindingInfo metadata. | 
| BindingInfo | createBindingInfo(Service service,
                 String namespace,
                 Object configObject)Create a "default" BindingInfo object for the service. | 
Binding createBinding(BindingInfo binding)
binding - BindingInfo createBindingInfo(Service service, String namespace, Object configObject)
service - namespace - configObject - - binding specific configuration objectvoid addListener(Destination d, Endpoint e)
d - the destination that will be set the MessageObservere - the endpoint to build up the MessageObserverApache CXF