|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sssw.jbroker.web.portable.DOMMessage
The DOMMessage class contains the various parts of a SOAP
message, i.e. the headers, body parts and attachments. This class is used
by the DOMSkeleton.
DOMSkeleton| Constructor Summary | |
DOMMessage()
Construct a DOMMessage object. |
|
| Method Summary | |
Map |
getAttachments()
Get the attachments of this DOM message. |
Element[] |
getBodyElements()
Get the body elements of this DOM message. |
Element[] |
getHeaderElements()
Get the header elements of this DOM message. |
Map |
getProperties()
Get the properties of this DOM message. |
void |
setAttachments(Map attachments)
Set the attachments of this DOM message. |
void |
setBodyElements(Element[] elements)
Set the body elements of this DOM message. |
void |
setHeaderElements(Element[] headers)
Set the header elements of this DOM message. |
void |
setProperties(Map props)
Set the properties of this DOM message. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DOMMessage()
DOMMessage object.
| Method Detail |
public Element[] getHeaderElements()
public void setProperties(Map props)
props - a map with propertiespublic Map getProperties()
public void setHeaderElements(Element[] headers)
headers - an array of header elementspublic Element[] getBodyElements()
public void setBodyElements(Element[] elements)
elements - an array of body elementspublic Map getAttachments()
public void setAttachments(Map attachments)
attachments - a map with attachments
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||