Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MessageImpl.addPart(Part part) |
Add a part to this message.
|
Modifier and Type | Method | Description |
---|---|---|
protected Part |
WSDLReaderImpl.parsePart(org.w3c.dom.Element partEl,
Definition def) |
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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Message.addPart(Part part) |
Add a part to this message.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.