com.ibm.websphere.sdo

Interface SDOMessage

All known implementing classes:
SDOMessageImpl

  1. 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

Modifier and Type Method and Description
  1. 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

  1. 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