Apache CXF API

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

Packages that use TDefinitions
org.apache.cxf.wsdl   
 

Uses of TDefinitions in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl that return TDefinitions
 TDefinitions ObjectFactory.createTDefinitions()
          Create an instance of TDefinitions
 

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

Methods in org.apache.cxf.wsdl with parameters of type TDefinitions
 javax.xml.bind.JAXBElement<TDefinitions> ObjectFactory.createDefinitions(TDefinitions value)
          Create an instance of JAXBElement<TDefinitions>}
 


Apache CXF API

Apache CXF