com.bea.alui.proxy
Interface IXMLPayload
- All Superinterfaces:
- IPayload
- public interface IXMLPayload
- extends IPayload
Interface that supports methods to easily process an IPayload as XML.
|
Method Summary |
org.w3c.dom.Node |
getDocument()
Gets the payload text as an XML document. |
getDocument
public org.w3c.dom.Node getDocument()
- Gets the payload text as an XML document. This can be used for manipulating the
XML from a payload directly. Note: This document should not
be edited.
- Returns:
- the XML document node
- Throws:
PayloadProcessingException - if an exception occurred processing the payload
For additional information on the IDK, including tutorials, blogs, code samples and more, see the AquaLogic User Interaction Developer Center on BEA dev2dev.Copyright ©2007 BEA Systems, Inc. All Rights Reserved.