|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.formatter.client.CHAFormatterServiceLocalJavaProxy
This class uses local java call to access local CHAFormatterService.
Constructor Summary | |
---|---|
CHAFormatterServiceLocalJavaProxy()
The constructor creates a CHAFormatterService instance. |
Method Summary | |
---|---|
java.lang.String |
format(Context aContext,
java.lang.String aFormatName)
Formats a context by a given format. |
java.lang.String |
format(DataElement aDataElement,
java.lang.String aFormatName)
Formats a data element by a given format. |
java.util.Map |
formatHashtable(Context aContext,
java.lang.String aFormatName)
Formats a context by a given hashtable format. |
java.util.Map |
formatHashtable(KeyedCollection aKeyedCollection,
java.lang.String aFormatName)
Formats a KeyedCollection by a given hashtable format. |
java.util.List |
mapContents(Context aInputContext,
Context aOutputContext,
java.lang.String aFormatName)
Maps the contents of a context into another context. |
java.util.List |
unformat(java.lang.String aString,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given format. |
java.util.List |
unformat(java.lang.String aString,
DataElement aDataElement,
java.lang.String aFormatName)
Unformats a data element by a given format. |
java.util.List |
unformatHashtable(java.util.Map aHashtable,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given hashtable format. |
java.util.List |
unformatHashtable(java.util.Map aHashtable,
KeyedCollection aKeyedCollection,
java.lang.String aFormatName)
Unformats a KeyedCollection by a given hashtable format. |
java.util.List |
unformatIndexedCollection(java.util.List aVector,
Context aContext,
java.lang.String aFormatName)
Unformats a context by a given hashtable IndexedCollection format. |
java.util.List |
unformatIndexedCollection(java.util.List aVector,
IndexedCollection anIndexedCollection,
java.lang.String aFormatName)
Unformats an IndexedCollection by a given hashtable IndexedCollection format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CHAFormatterServiceLocalJavaProxy() throws DSEException
Method Detail |
public java.lang.String format(Context aContext, java.lang.String aFormatName) throws DSEException
format
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaFormatName
- java.lang.String
DSEException
public java.lang.String format(DataElement aDataElement, java.lang.String aFormatName) throws DSEException
format
in interface CHAFormatterServiceProxy
aDataElement
- com.ibm.btt.base.DataElementaFormatName
- java.lang.String
DSEException
public java.util.List unformat(java.lang.String aString, Context aContext, java.lang.String aFormatName) throws DSEException
unformat
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaString
- java.lang.StringaFormatName
- java.lang.String
DSEException
public java.util.List unformat(java.lang.String aString, DataElement aDataElement, java.lang.String aFormatName) throws DSEException
unformat
in interface CHAFormatterServiceProxy
aDataElement
- com.ibm.btt.base.DataElementaString
- java.lang.StringaFormatName
- java.lang.String
DSEException
public java.util.List mapContents(Context aInputContext, Context aOutputContext, java.lang.String aFormatName) throws DSEException
mapContents
in interface CHAFormatterServiceProxy
aInputContext
- com.ibm.btt.base.ContextaOutputContext
- java.lang.StringaFormatName
- java.lang.String
DSEException
public java.util.Map formatHashtable(Context aContext, java.lang.String aFormatName) throws DSEException
formatHashtable
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.aContextaFormatName
- java.lang.String
DSEException
public java.util.Map formatHashtable(KeyedCollection aKeyedCollection, java.lang.String aFormatName) throws DSEException
formatHashtable
in interface CHAFormatterServiceProxy
aKeyedCollection
- com.ibm.btt.base.KeyedCollectionaFormatName
- java.lang.String
DSEException
public java.util.List unformatHashtable(java.util.Map aHashtable, Context aContext, java.lang.String aFormatName) throws DSEException
unformatHashtable
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaHashtable
- java.util.MapaFormatName
- java.lang.String
DSEException
public java.util.List unformatHashtable(java.util.Map aHashtable, KeyedCollection aKeyedCollection, java.lang.String aFormatName) throws DSEException
unformatHashtable
in interface CHAFormatterServiceProxy
aKeyedCollection
- com.ibm.btt.base.KeyedCollectionaHashtable
- java.util.MapaFormatName
- java.lang.String
DSEException
public java.util.List unformatIndexedCollection(java.util.List aVector, Context aContext, java.lang.String aFormatName) throws DSEException, java.io.IOException
unformatIndexedCollection
in interface CHAFormatterServiceProxy
aContext
- com.ibm.btt.base.ContextaVector
- java.util.ListaFormatName
- java.lang.String
DSEException
java.io.IOException
public java.util.List unformatIndexedCollection(java.util.List aVector, IndexedCollection anIndexedCollection, java.lang.String aFormatName) throws DSEException, java.io.IOException
unformatIndexedCollection
in interface CHAFormatterServiceProxy
anIndexedCollection
- com.ibm.btt.base.IndexedCollectionaVector
- java.util.ListaFormatName
- java.lang.String
DSEException
java.io.IOException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |