javax.wsdl
public interface Message extends Serializable, ElementExtensible
Method Summary | |
---|---|
void | addPart(Part part)
Add a part to this message.
|
Element | getDocumentationElement()
Get the documentation element. |
List | getOrderedParts(List partOrder)
Get an ordered list of parts as specified by the partOrder
argument.
|
Part | getPart(String name)
Get the specified part.
|
Map | getParts()
Get all the parts defined here. |
QName | getQName()
Get the name of this message.
|
boolean | isUndefined() |
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setQName(QName name)
Set the name of this message.
|
void | setUndefined(boolean isUndefined) |
Parameters: part the part to be added
Returns: the documentation element
Parameters: partOrder a list of strings, with each string referring to a part by its name. If this argument is null, the parts are returned in the order in which they were added to the message.
Returns: the list of parts
Parameters: name the name of the desired part.
Returns: the corresponding part, or null if there wasn't any matching part
Returns: the message name
Parameters: docEl the documentation element
Parameters: name the desired name