|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes a message used for communication with an operation.
Method Summary | |
void |
addPart(Part part)
Add a part to this message. |
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element. |
java.util.List |
getOrderedParts(java.util.List partOrder)
Get an ordered list of parts as specified by the partOrder argument. |
Part |
getPart(java.lang.String name)
Get the specified part. |
java.util.Map |
getParts()
Get all the parts defined here. |
javax.xml.namespace.QName |
getQName()
Get the name of this message. |
boolean |
isUndefined()
|
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document. |
void |
setQName(javax.xml.namespace.QName name)
Set the name of this message. |
void |
setUndefined(boolean isUndefined)
|
Method Detail |
public void setQName(javax.xml.namespace.QName name)
name
- the desired namepublic javax.xml.namespace.QName getQName()
public void addPart(Part part)
part
- the part to be addedpublic Part getPart(java.lang.String name)
name
- the name of the desired part.public java.util.Map getParts()
public java.util.List getOrderedParts(java.util.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.public void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
public void setUndefined(boolean isUndefined)
public boolean isUndefined()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |