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.mime   
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.mime
 

Methods in org.eclipse.wst.wsdl.binding.mime that return Part
 Part MIMEMimeXml.getEPart()
          Returns the value of the 'EPart' reference
 Part MIMEContent.getEPart()
          Returns the value of the 'EPart' reference
 

Methods in org.eclipse.wst.wsdl.binding.mime with parameters of type Part
 void MIMEMimeXml.setEPart(Part value)
          Sets the value of the 'EPart' reference
 void MIMEContent.setEPart(Part value)
          Sets the value of the 'EPart' reference
 

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

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

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