| Package | Description | 
|---|---|
| org.apache.cxf.binding | |
| org.apache.cxf.endpoint | |
| org.apache.cxf.interceptor | |
| org.apache.cxf.service | |
| org.apache.cxf.service.model | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingInfo | AbstractBindingFactory. createBindingInfo(ServiceInfo service,
                 String namespace,
                 Object config)Creates a "default" BindingInfo object for the service. | 
| BindingInfo | BindingFactory. createBindingInfo(Service service,
                 String namespace,
                 Object configObject)Create a "default" BindingInfo object for the service. | 
| BindingInfo | AbstractBindingFactory. createBindingInfo(Service service,
                 String namespace,
                 Object config)Creates a "default" BindingInfo object for the service. | 
| BindingInfo | Binding. getBindingInfo()Get the BindingInfo for this binding. | 
| Modifier and Type | Method and Description | 
|---|---|
| Binding | BindingFactory. createBinding(BindingInfo binding)Create a Binding from the BindingInfo metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract BindingInfo | AbstractEndpointFactory. createBindingInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | AbstractOutDatabindingInterceptor. writeToOutputStream(Message m,
                   BindingInfo info,
                   Service s) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceModelVisitor. begin(BindingInfo bindingInfo) | 
| void | ServiceModelVisitor. end(BindingInfo bindingInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingInfo | BindingOperationInfo. getBinding() | 
| BindingInfo | EndpointInfo. getBinding() | 
| BindingInfo | ServiceInfo. getBinding(QName qn) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<BindingInfo> | ServiceInfo. getBindings() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceInfo. addBinding(BindingInfo binding) | 
| void | EndpointInfo. setBinding(BindingInfo b) | 
| Constructor and Description | 
|---|
| BindingOperationInfo(BindingInfo bi,
                    OperationInfo opinfo) | 
Apache CXF