|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingInfo | |
|---|---|
| org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
| org.apache.cxf.service.model | |
| Uses of BindingInfo in org.apache.cxf.binding |
|---|
| Methods in org.apache.cxf.binding that return BindingInfo | |
|---|---|
BindingInfo |
BindingFactory.createBindingInfo(Service service,
java.lang.String namespace,
java.lang.Object configObject)
Create a "default" BindingInfo object for the service. |
BindingInfo |
Binding.getBindingInfo()
Get the BindingInfo for this binding. |
| Methods in org.apache.cxf.binding with parameters of type BindingInfo | |
|---|---|
Binding |
BindingFactory.createBinding(BindingInfo binding)
Create a Binding from the BindingInfo metadata. |
| Uses of BindingInfo in org.apache.cxf.service.model |
|---|
| Methods in org.apache.cxf.service.model that return BindingInfo | |
|---|---|
BindingInfo |
EndpointInfo.getBinding()
|
BindingInfo |
BindingOperationInfo.getBinding()
|
BindingInfo |
ServiceInfo.getBinding(javax.xml.namespace.QName qn)
|
| Methods in org.apache.cxf.service.model that return types with arguments of type BindingInfo | |
|---|---|
java.util.Collection<BindingInfo> |
ServiceInfo.getBindings()
|
| Methods in org.apache.cxf.service.model with parameters of type BindingInfo | |
|---|---|
void |
ServiceInfo.addBinding(BindingInfo binding)
|
void |
EndpointInfo.setBinding(BindingInfo b)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||