Apache CXF API

Uses of Class
org.apache.cxf.service.model.BindingInfo

Packages that use BindingInfo
org.apache.cxf.binding   
org.apache.cxf.service.model   
 

Uses of BindingInfo in org.apache.cxf.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 BindingOperationInfo.getBinding()
           
 BindingInfo EndpointInfo.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

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