IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cs.invoker.base.xml
Interface XMLResultObjectController

All Known Implementing Classes:
DataElementResultObjectController

public interface XMLResultObjectController

The XMLResultObjectController class is implemented by any interested party that will provide a XML format result object


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.Object addCollectionToRecord(java.lang.Object currentRecord, java.lang.Object aCollection)
          Add a collection to the given record.
 java.lang.Object addElementToCollection(java.lang.Object currentCollection, XMLToken aToken)
          Add an element to the given collection.
 java.lang.Object addElementToRecord(java.lang.Object currentRecord, XMLToken aToken)
          Add a element to the given record.
 java.lang.Object addRecordToCollection(java.lang.Object currentCollection, java.lang.Object aRecord)
          Add a record to the given collection.
 java.lang.Object addRecordToRecord(java.lang.Object currentRecord, java.lang.Object newRecord)
          Add a record to the given record.
 java.lang.Object createCollection(XMLToken aToken)
          Create a collection inside a given record based on the information in the given token Returns the newly created collection
 java.lang.Object createRecord(XMLToken aToken)
          Create a record based on the information in the given token Returns the newly created record
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

createRecord

public java.lang.Object createRecord(XMLToken aToken)
Create a record based on the information in the given token Returns the newly created record


createCollection

public java.lang.Object createCollection(XMLToken aToken)
Create a collection inside a given record based on the information in the given token Returns the newly created collection


addElementToRecord

public java.lang.Object addElementToRecord(java.lang.Object currentRecord,
                                           XMLToken aToken)
                                    throws ObjectTypeMissMatchException
Add a element to the given record. Information of the element is stored in the given token Returns the currentRecord

Throws:
ObjectTypeMissMatchException

addRecordToRecord

public java.lang.Object addRecordToRecord(java.lang.Object currentRecord,
                                          java.lang.Object newRecord)
                                   throws ObjectTypeMissMatchException
Add a record to the given record. Returns the new record

Throws:
ObjectTypeMissMatchException

addCollectionToRecord

public java.lang.Object addCollectionToRecord(java.lang.Object currentRecord,
                                              java.lang.Object aCollection)
                                       throws ObjectTypeMissMatchException
Add a collection to the given record. Returns the collection

Throws:
ObjectTypeMissMatchException

addRecordToCollection

public java.lang.Object addRecordToCollection(java.lang.Object currentCollection,
                                              java.lang.Object aRecord)
                                       throws ObjectTypeMissMatchException
Add a record to the given collection. Returns the record

Throws:
ObjectTypeMissMatchException

addElementToCollection

public java.lang.Object addElementToCollection(java.lang.Object currentCollection,
                                               XMLToken aToken)
                                        throws ObjectTypeMissMatchException
Add an element to the given collection. Returns the collection

Throws:
ObjectTypeMissMatchException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005