Apache CXF API

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

Packages that use TPart
org.apache.cxf.wsdl   
 

Uses of TPart in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl with type parameters of type TPart
protected  List<TPart> TMessage.part
           
 

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

Methods in org.apache.cxf.wsdl that return types with arguments of type TPart
 List<TPart> TMessage.getPart()
          Gets the value of the part property.
 


Apache CXF API

Apache CXF