public abstract class AbstractSDOInvocationServiceObjectImpl
extends java.lang.Object
implements com.ibm.commerce.foundation.services.invocation.InvocationServiceObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
AbstractSDOInvocationServiceObjectImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object | getDataObject()
Returns the SDO.
|
protected abstract java.lang.Object | getDocumentRoot()
Converts the SDO to its document root.
|
protected abstract org.eclipse.emf.ecore.resource.Resource.Factory | getResourceFactory()
Returns the resource factory of the SDO.
|
byte[] | getXML()
Converts the SDO to an XML byte array.
|
void | setDataObject(java.lang.Object object)
Sets the SDO.
|
protected abstract void | setDocumentRoot(java.lang.Object documentRoot)
Converts the document root specified to the SDO.
|
void | setXML(byte[] data)
Converts the XML byte array specified to the SDO.
|
public static final java.lang.String COPYRIGHT
public AbstractSDOInvocationServiceObjectImpl()
public java.lang.Object getDataObject()
public void setDataObject(java.lang.Object object)
protected abstract org.eclipse.emf.ecore.resource.Resource.Factory getResourceFactory()
protected abstract java.lang.Object getDocumentRoot()
protected abstract void setDocumentRoot(java.lang.Object documentRoot)
public byte[] getXML()
public void setXML(byte[] data)