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.
 
Methods inherited from interface com.bea.alui.proxy.IPayload
getAsXML, getText
 

Method Detail

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 Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.