com.ibm.wsdl
Class MessageImpl
- AttributeExtensible, ElementExtensible, Message, java.io.Serializable, WSDLElement
This class describes a message used for communication with an operation.
- Paul Fremantle
- Nirmal Mukhi
- Matthew J. Duftler
additionOrderOfParts
protected List additionOrderOfParts
isUndefined
protected boolean isUndefined
nativeAttributeNames
protected List nativeAttributeNames
serialVersionUID
public static final long serialVersionUID
addPart
public void addPart(Part part)
Add a part to this message.
- addPart in interface Message
part
- the part to be added
getNativeAttributeNames
public List getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
- getNativeAttributeNames in interface AttributeExtensible
- a List of Strings, one for each local attribute name
getOrderedParts
public List getOrderedParts(List partOrder)
Get an ordered list of parts as specified by the partOrder
argument.
- getOrderedParts in interface Message
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.
getPart
public Part getPart(String name)
Get the specified part.
- getPart in interface Message
name
- the name of the desired part.
- the corresponding part, or null if there wasn't
any matching part
getParts
public Map getParts()
Get all the parts defined here.
- getParts in interface Message
removePart
public Part removePart(String name)
Remove the specified part.
- removePart in interface Message
name
- the name of the part to be removed.
- the part which was removed
setQName
public void setQName(QName name)
Set the name of this message.
- setQName in interface Message
Copyright B) 2003,2006 IBM. All Rights Reserved.