Uses of Interface
org.eclipse.wst.wsdl.Part

Packages that use Part
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents.  
org.eclipse.wst.wsdl.binding.soap The WSDL model API allows clients to work with the WSDL 1.1 documents.  
 

Uses of Part in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return Part
 Part WSDLFactory.createPart()
          Returns a new object of class 'Part'
 

Uses of Part in org.eclipse.wst.wsdl.binding.soap
 

Methods in org.eclipse.wst.wsdl.binding.soap that return Part
 Part SOAPHeaderBase.getPart()
          Returns the value of the 'Part' reference
 

Methods in org.eclipse.wst.wsdl.binding.soap with parameters of type Part
 void SOAPHeaderBase.setPart(Part value)
          Sets the value of the 'Part' reference