IBM WebSphere Application ServerTM
Release 7

com.ibm.ws.webservices.multiprotocol.handlers.sdo.impl
Class SDOMessageImpl

java.lang.Object
  extended by com.ibm.ws.webservices.multiprotocol.handlers.Message
      extended by com.ibm.ws.webservices.multiprotocol.handlers.sdo.impl.SDOMessageImpl
All Implemented Interfaces:
SDOMessage

public class SDOMessageImpl
extends com.ibm.ws.webservices.multiprotocol.handlers.Message
implements SDOMessage

SDOMessageImpl


Constructor Summary
SDOMessageImpl(com.ibm.ws.webservices.multiprotocol.InvocationContext invocationContext)
           
 
Method Summary
 commonj.sdo.DataGraph getDataGraph()
          Return the SDO DataGraph which contains the message content in a tree representation using the existing Data Mediator.
 void setDataGraph(commonj.sdo.DataGraph dataGraph)
           
 
Methods inherited from class com.ibm.ws.webservices.multiprotocol.handlers.Message
getPayload, isFault, setFault, setPayload, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOMessageImpl

public SDOMessageImpl(com.ibm.ws.webservices.multiprotocol.InvocationContext invocationContext)
Method Detail

getDataGraph

public commonj.sdo.DataGraph getDataGraph()
Description copied from interface: SDOMessage
Return the SDO DataGraph which contains the message content in a tree representation using the existing Data Mediator.

Specified by:
getDataGraph in interface SDOMessage
Returns:
DataGraph The SDO DataGraph representing the message

setDataGraph

public void setDataGraph(commonj.sdo.DataGraph dataGraph)

IBM WebSphere Application ServerTM
Release 7