public interface Message extends WSDLElement
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE| Modifier and Type | Method and Description | 
|---|---|
| void | addPart(Part part)Add a part to this message. | 
| 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() | 
| Part | removePart(String name)Remove the specified part. | 
| void | setQName(QName name)Set the name of this message. | 
| void | setUndefined(boolean isUndefined) | 
getDocumentationElement, setDocumentationElementgetExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementvoid setQName(QName name)
name - the desired nameQName getQName()
void addPart(Part part)
part - the part to be addedPart getPart(String name)
name - the name of the desired part.Part removePart(String name)
name - the name of the part to be removed.Map getParts()
List getOrderedParts(List partOrder)
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.void setUndefined(boolean isUndefined)
boolean isUndefined()
Copyright © 2016 JBoss by Red Hat. All rights reserved.