Uses of Interface
javax.wsdl.Part
-
Packages that use Part Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Part in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Part Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected Part
WSDLReaderImpl. parsePart(org.w3c.dom.Element partEl, Definition def)
-
Uses of Part in javax.wsdl
Methods in javax.wsdl that return Part Modifier and Type Method Description 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 Modifier and Type Method Description void
Message. addPart(Part part)
Add a part to this message.
-