|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BOXMLDocument
The BOXMLDocument interface provides the client programming model for a Business Document. The Business Document can be created in one of two ways:
The BOXMLSerializer mechanism enables the creation of a Business Document in memory by composing together a root element, its target namespace, and an existing Business Object.
Business Documents can be serialized and deserialized using the BOXMLSerialization service.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
commonj.sdo.DataObject |
getDataObject()
Returns the Business Object associated with the Business Document. |
java.lang.String |
getEncoding()
Returns the XML encoding of the Business Document. |
java.lang.String |
getRootElementName()
Returns the name of the root element of the Business Document. |
java.lang.String |
getRootElementURI()
Returns the target namespace of the Business Document. |
java.lang.String |
getXMLVersion()
Returns the XML version of the Business Document, or null if it is not specified. |
void |
setEncoding(java.lang.String encoding)
Sets the XML encoding of the Business Document. |
void |
setXMLVersion(java.lang.String xmlVersion)
Sets the XML version of the Business Document. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
commonj.sdo.DataObject getDataObject()
java.lang.String getRootElementURI()
java.lang.String getRootElementName()
java.lang.String getXMLVersion()
void setXMLVersion(java.lang.String xmlVersion)
The
- XML version of the Business Documentjava.lang.String getEncoding()
void setEncoding(java.lang.String encoding)
encoding
- The XML encoding of the Business Document
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |