Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and 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 and Description |
---|---|
Part |
DefinitionImpl.createPart()
Create a new part.
|
Part |
MessageImpl.getPart(String name)
Get the specified part.
|
Part |
MessageImpl.removePart(String name)
Remove the specified part.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageImpl.addPart(Part part)
Add a part to this message.
|
Modifier and Type | Method and Description |
---|---|
protected Part |
WSDLReaderImpl.parsePart(Element partEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
Part |
Definition.createPart()
Create a new part.
|
Part |
Message.getPart(String name)
Get the specified part.
|
Part |
Message.removePart(String name)
Remove the specified part.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.addPart(Part part)
Add a part to this message.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.