|
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.server.CHAFormatterServiceServiceBean
This class is the bean implementation class for Enterprise Bean: CHAFormatterServiceService
It uses WSIF java binding to access CHAFormatterService and to perform formating and
unformating process.
Constructor Summary | |
---|---|
CHAFormatterServiceServiceBean()
|
Method Summary | |
---|---|
void |
ejbActivate()
ejbActivate(EJB interface predefined) |
void |
ejbCreate()
ejbCreate (EJB interface predefined) |
void |
ejbPassivate()
ejbPassivate (EJB interface predefined) |
void |
ejbRemove()
ejbRemove (EJB interface predefined) |
java.lang.String |
format(Context argAContext,
java.lang.String argAFormatName)
Formats a context by a given format. |
java.lang.String |
format(DataElement argDataElement,
java.lang.String argAFormatName)
Formats a data element by a given format. |
java.util.Map |
formatHashtable(Context argAContext,
java.lang.String argAFormatName)
Formats a context by a given hashtable format. |
java.util.Map |
formatHashtable(KeyedCollection argAKeyedCollection,
java.lang.String argAFormatName)
Formats a KeyedCollection by a given hashtable format. |
javax.ejb.SessionContext |
getSessionContext()
Gets session context. |
void |
initialize()
Initiates a WSIF java binding service. |
java.util.List |
mapContents(Context argInputContext,
Context argOutputContext,
java.lang.String argAFormatName)
Maps the contents of a context into another context. |
void |
setSessionContext(javax.ejb.SessionContext newSessionContext)
Sets session context. |
java.util.List |
unformat(java.lang.String argAString,
Context argAContext,
java.lang.String argAFormatName)
Unformats a context by a given format. |
java.util.List |
unformat(java.lang.String argAString,
DataElement argADataElement,
java.lang.String argAFormatName)
Unformats a data element by a given format. |
java.util.List |
unformatHashtable(java.util.Map argAHashtable,
Context argAContext,
java.lang.String argAFormatName)
Unformats a context by a given hashtable format. |
java.util.List |
unformatHashtable(java.util.Map argAHashtable,
KeyedCollection argAKeyedCollection,
java.lang.String argAFormatName)
Unformats a KeyedCollection by a given hashtable format. |
java.util.List |
unformatIndexedCollection(java.util.List argAVector,
Context argContext,
java.lang.String argAFormatName)
Unformats a context by a given hashtable IndexedCollection format. |
java.util.List |
unformatIndexedCollection(java.util.List argAVector,
IndexedCollection argAnIndexedCollection,
java.lang.String argAFormatName)
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 CHAFormatterServiceServiceBean()
Method Detail |
public javax.ejb.SessionContext getSessionContext()
public void setSessionContext(javax.ejb.SessionContext newSessionContext)
setSessionContext
in interface javax.ejb.SessionBean
newSessionContext
- javax.ejb.SessionContextpublic void ejbActivate()
ejbActivate
in interface javax.ejb.SessionBean
public void ejbPassivate()
ejbPassivate
in interface javax.ejb.SessionBean
public void ejbCreate()
public void ejbRemove()
ejbRemove
in interface javax.ejb.SessionBean
public void initialize() throws org.apache.wsif.WSIFException
org.apache.wsif.WSIFException
public java.lang.String format(Context argAContext, java.lang.String argAFormatName) throws DSEException
argAContext
- com.ibm.btt.base.ContextargAFormatName
- java.lang.String
DSEException
public java.util.Map formatHashtable(Context argAContext, java.lang.String argAFormatName) throws DSEException
argAContext
- com.ibm.btt.base.ContextargAFormatName
- java.lang.String
DSEException
public java.util.List mapContents(Context argInputContext, Context argOutputContext, java.lang.String argAFormatName) throws DSEException
argInputContext
- com.ibm.btt.base.ContextargOutputContext
- java.lang.StringargAFormatName
- java.lang.String
DSEException
public java.util.List unformat(java.lang.String argAString, DataElement argADataElement, java.lang.String argAFormatName) throws DSEException
argADataElement
- com.ibm.btt.base.DataElementargAString
- java.lang.StringargAFormatName
- java.lang.String
DSEException
public java.util.List unformatHashtable(java.util.Map argAHashtable, Context argAContext, java.lang.String argAFormatName) throws DSEException
argAContext
- com.ibm.btt.base.ContextargAHashtable
- java.util.MapargAFormatName
- java.lang.String
DSEException
public java.util.List unformatIndexedCollection(java.util.List argAVector, Context argContext, java.lang.String argAFormatName) throws DSEException, java.io.IOException
argContext
- com.ibm.btt.base.ContextargAVector
- java.util.ListargAFormatName
- java.lang.String
DSEException
java.io.IOException
public java.util.List unformatHashtable(java.util.Map argAHashtable, KeyedCollection argAKeyedCollection, java.lang.String argAFormatName) throws DSEException
argAKeyedCollection
- com.ibm.btt.base.KeyedCollectionargAHashtable
- com.ibm.btt.base.HashtableargAFormatName
- java.lang.String
DSEException
public java.util.List unformatIndexedCollection(java.util.List argAVector, IndexedCollection argAnIndexedCollection, java.lang.String argAFormatName) throws DSEException, java.io.IOException
argAnIndexedCollection
- com.ibm.btt.base.IndexedCollectionargAVector
- java.util.ListargAFormatName
- java.lang.String
DSEException
java.io.IOException
public java.lang.String format(DataElement argDataElement, java.lang.String argAFormatName) throws DSEException
argDataElement
- com.ibm.btt.base.DataElementargAFormatName
- java.lang.String
DSEException
public java.util.Map formatHashtable(KeyedCollection argAKeyedCollection, java.lang.String argAFormatName) throws DSEException
argAKeyedCollection
- com.ibm.btt.base.KeyedCollectionargAFormatName
- java.lang.String
DSEException
public java.util.List unformat(java.lang.String argAString, Context argAContext, java.lang.String argAFormatName) throws DSEException
argAContext
- com.ibm.btt.base.ContextargAString
- java.lang.StringargAFormatName
- java.lang.String
DSEException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |