Uses of Interface
javax.wsdl.Part

Packages that use Part
com.ibm.wsdl   
com.ibm.wsdl.xml   
javax.wsdl   
 

Uses of Part in com.ibm.wsdl
 

Classes in com.ibm.wsdl that implement Part
 class PartImpl
          This class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes.
 

Methods in com.ibm.wsdl that return Part
 Part DefinitionImpl.createPart()
          Create a new part.
 Part MessageImpl.getPart(java.lang.String name)
          Get the specified part.
 Part MessageImpl.removePart(java.lang.String name)
          Remove the specified part.
 

Methods in com.ibm.wsdl with parameters of type Part
 void MessageImpl.addPart(Part part)
          Add a part to this message.
 

Uses of Part in com.ibm.wsdl.xml
 

Methods in com.ibm.wsdl.xml that return Part
protected  Part WSDLReaderImpl.parsePart(org.w3c.dom.Element partEl, Definition def)
           
 

Uses of Part in javax.wsdl
 

Methods in javax.wsdl that return Part
 Part Definition.createPart()
          Create a new part.
 Part Message.getPart(java.lang.String name)
          Get the specified part.
 Part Message.removePart(java.lang.String name)
          Remove the specified part.
 

Methods in javax.wsdl with parameters of type Part
 void Message.addPart(Part part)
          Add a part to this message.
 



Copyright ? 2003,2006 IBM. All Rights Reserved.