Apache CXF API

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

Packages that use TPortType
org.apache.cxf.wsdl   
 

Uses of TPortType in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl declared as TPortType
protected  TPortType TDefinitions.portType
           
 

Methods in org.apache.cxf.wsdl that return TPortType
 TPortType ObjectFactory.createTPortType()
          Create an instance of TPortType
 TPortType TDefinitions.getPortType()
          Gets the value of the portType property.
 

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

Methods in org.apache.cxf.wsdl with parameters of type TPortType
 javax.xml.bind.JAXBElement<TPortType> ObjectFactory.createTDefinitionsPortType(TPortType value)
          Create an instance of JAXBElement<TPortType>}
 void TDefinitions.setPortType(TPortType value)
          Sets the value of the portType property.
 


Apache CXF API

Apache CXF