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 classPartImplThis 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 PartDefinitionImpl. createPart()Create a new part.PartMessageImpl. getPart(java.lang.String name)Get the specified part.PartMessageImpl. removePart(java.lang.String name)Remove the specified part.Methods in com.ibm.wsdl with parameters of type Part Modifier and Type Method Description voidMessageImpl. 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 PartWSDLReaderImpl. 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 PartDefinition. createPart()Create a new part.PartMessage. getPart(java.lang.String name)Get the specified part.PartMessage. removePart(java.lang.String name)Remove the specified part.Methods in javax.wsdl with parameters of type Part Modifier and Type Method Description voidMessage. addPart(Part part)Add a part to this message.
-