com.ibm.websphere.sdo
Interface SDOMessage
- 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. |
getDataGraph
public 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