YOKO API

Uses of Class
org.objectweb.celtix.wsdl.TPart

Packages that use TPart
org.objectweb.celtix.wsdl   
 

Uses of TPart in org.objectweb.celtix.wsdl
 

Fields in org.objectweb.celtix.wsdl with type parameters of type TPart
protected  java.util.List<TPart> TMessage.part
           
 

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

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


YOKO API

-