Apache CXF API

org.apache.cxf.binding
Interface BindingFactory


public interface BindingFactory

A factory interface for creating Bindings from BindingInfo metadata.


Method Summary
 void addListener(Destination d, Endpoint e)
           
 Binding createBinding(BindingInfo binding)
          Create a Binding from the BindingInfo metadata.
 BindingInfo createBindingInfo(Service service, java.lang.String namespace, java.lang.Object configObject)
          Creates a "default" BindingInfo object for the service.
 

Method Detail

createBinding

Binding createBinding(BindingInfo binding)
Create a Binding from the BindingInfo metadata.

Parameters:
binding -

createBindingInfo

BindingInfo createBindingInfo(Service service,
                              java.lang.String namespace,
                              java.lang.Object configObject)
Creates a "default" BindingInfo object for the service. Can return a subclass.

Parameters:
service -
namespace -
configObject - - binding specific configuration object
Returns:
the BindingInfo object

addListener

void addListener(Destination d,
                 Endpoint e)

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.