Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TBinding

Packages that use TBinding
org.apache.cxf.wsdl   
 

Uses of TBinding in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl declared as TBinding
protected  TBinding TDefinitions.binding
           
 

Methods in org.apache.cxf.wsdl that return TBinding
 TBinding ObjectFactory.createTBinding()
          Create an instance of TBinding
 TBinding TDefinitions.getBinding()
          Gets the value of the binding property.
 

Methods in org.apache.cxf.wsdl that return types with arguments of type TBinding
 javax.xml.bind.JAXBElement<TBinding> ObjectFactory.createTDefinitionsBinding(TBinding value)
          Create an instance of JAXBElement<TBinding>}
 

Methods in org.apache.cxf.wsdl with parameters of type TBinding
 javax.xml.bind.JAXBElement<TBinding> ObjectFactory.createTDefinitionsBinding(TBinding value)
          Create an instance of JAXBElement<TBinding>}
 void TDefinitions.setBinding(TBinding value)
          Sets the value of the binding property.
 


Apache CXF API

Apache CXF