Apache CXF API

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

Packages that use TParam
org.apache.cxf.wsdl   
 

Uses of TParam in org.apache.cxf.wsdl
 

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

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

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


Apache CXF API

Apache CXF