|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Message
This interface describes a message used for communication with an operation.
| Field Summary |
|---|
| Fields inherited from interface javax.wsdl.extensions.AttributeExtensible |
|---|
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE |
| Method Summary | |
|---|---|
void |
addPart(Part part)
Add a part to this message. |
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. |
QName |
getQName()
Get the name of this message. |
boolean |
isUndefined()
|
Part |
removePart(java.lang.String name)
Remove the specified part. |
void |
setQName(QName name)
Set the name of this message. |
void |
setUndefined(boolean isUndefined)
|
| Methods inherited from interface javax.wsdl.WSDLElement |
|---|
getDocumentationElement, setDocumentationElement |
| Methods inherited from interface javax.wsdl.extensions.AttributeExtensible |
|---|
getExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttribute |
| Methods inherited from interface javax.wsdl.extensions.ElementExtensible |
|---|
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement |
| Method Detail |
|---|
void setQName(QName name)
name - the desired nameQName getQName()
void addPart(Part part)
part - the part to be addedPart getPart(java.lang.String name)
name - the name of the desired part.
Part removePart(java.lang.String name)
name - the name of the part to be removed.
java.util.Map getParts()
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.
void setUndefined(boolean isUndefined)
boolean isUndefined()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||