|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BOTypeMetadata
The BOTypeMetadata interface represents the client programming model interface for the BOTypeMetadata service. The BOTypeMetadata service provides the ability to transform an annotation String into a Business Object and a Business Object back to an annotation String.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
commonj.sdo.DataObject |
transformAnnotationToDataObject(java.lang.String annotationString)
Returns the Business Object deserialized from the value of the annotation. |
java.lang.String |
transformDataObjectToAnnotation(commonj.sdo.DataObject dataObject)
Serializes the DataObject into an XML Schema annotation value and retuns the annotation as a string. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
commonj.sdo.DataObject transformAnnotationToDataObject(java.lang.String annotationString) throws java.io.IOException
annotationString
- The annotation String
java.io.IOException
java.lang.String transformDataObjectToAnnotation(commonj.sdo.DataObject dataObject) throws java.io.IOException
dataObject
- The Business Object
java.io.IOException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |