IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sdo
Interface SDOMessage

All Known Implementing Classes:
SDOMessageImpl

public interface SDOMessage

SDOMessage is the interface used by the SDOMessageContext to enable handlers to access the SDO DataGraph associated with a request, response, or fault.


Method Summary
 commonj.sdo.DataGraph getDataGraph()
          Return the SDO DataGraph which contains the message content in a tree representation using the existing Data Mediator.
 

Method Detail

getDataGraph

commonj.sdo.DataGraph getDataGraph()
Return the SDO DataGraph which contains the message content in a tree representation using the existing Data Mediator.

Returns:
DataGraph The SDO DataGraph representing the message

IBM WebSphere Application ServerTM
Release 7