|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.Externalizer
com.ibm.btt.automaton.ProcessorExternalizer
public class ProcessorExternalizer
The ProcessExternalizer class reads processors. The generic XML file must be specified in BTT.XML in the settings.files.processor path. The tags must be in the settings.tags.processors path.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.Externalizer |
---|
numberOfObjects, tagClassTable, tagInputStream, TYPE_CONTEXT, TYPE_DATA, TYPE_FORMAT, TYPE_OPERATION, TYPE_PROCESSOR, TYPE_SERVICE, TYPE_SETTINGS, TYPE_TYPE, TYPE_UNKNOWN, TYPE_VIEW |
Constructor Summary | |
---|---|
ProcessorExternalizer()
This is the default constructor used to create a ProcessorExternalizer object. |
|
ProcessorExternalizer(java.lang.String option,
java.io.BufferedInputStream aIniStream)
This constructor creates a new instance of the ProcessorExternalizer class. |
|
ProcessorExternalizer(java.lang.String option,
java.lang.String pathAndFile)
This constructor initializes a Processor object. |
Method Summary | |
---|---|
static void |
addType(Tag aTag)
Creates a Type object and initializes it with the information stored in the Tag. |
static void |
clearCache()
Empties the cache |
java.lang.Object |
convertTagToObject(Tag aTag)
Converts a tag to an object and initializes the object's attributes. |
protected ProcessorExternalizer |
createNewExternalizer()
Returns a new externalizer for the generic processor file. |
protected TagInputStream |
createSelfDefinedProcTagInputStream(java.lang.String aFileProcName,
java.lang.String aPathFile)
Returns a new self-defined TagInputStream for the specified file. |
void |
end()
Releases resources from this Externalizer. |
static Hashtable |
getCache()
Returns the Processor element cache. |
static java.util.Date |
getDateCreationFileByFileName(java.lang.String aProcFileName)
Returns the date the self-defined processor file aProcFileName was created or modified. |
static java.util.Date |
getDateCreationFileByProcessorName(java.lang.String aProcessorName)
Returns the date the file containing the self-defined processor aProcessorName was created or modified. |
static Cacheable |
getFromCache(java.lang.String key)
Removes the processor element with id=key from the cache and returns it. |
KeyedCollection |
getNewKCollForProcessor(java.lang.String aProcessorName,
java.lang.String aKeyedCollectionName)
Returns a new instance of the context keyed Collection located in a self defined processor. |
static java.util.Enumeration |
getProcessorFileList()
Returns the number of self-defined processor files from the list. |
TagInputStream |
getSelfDefinedProcTagInputStream(java.lang.String aProcFileName)
Returns the TagInputStream to which the specified aProcFileName key is mapped. |
java.util.Hashtable |
getSelfDefinedProcTagInputStreams()
Returns the Hashtable containing the self-defined processors file names as keys and the corresponding TagInputStreams as values. |
TagOutputStream |
getSelfDefinedProcTagOutputStream(java.lang.String aProcFileName)
Returns the tagOutputStream of a self-defined processor. |
java.lang.Object[] |
getSgmlSelfDefinedProcFileName(java.lang.String aProcessorId)
Returns the self-defined processor file name corresponding to the aProcessorId. |
static boolean |
isCacheEnabled()
Returns true if processor caching is enabled. |
static void |
linkAttributeRefs(Tag parentTag,
TagInputStream theTagInputStream)
Deprecated. Replaced by linkAttributeRefs(Tag, TagInputStream, TagInputStream) . |
static void |
linkAttributeRefs(Tag parentTag,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Adds the referenced tag to the parentTag as a subtag if the parentTag has an attribute named context, refFlow, operationName, or operationContext. |
static void |
linkContext(Tag parentTag,
TagInputStream theTagInputStream)
Deprecated. Replaced by linkContext(Tag, TagInputStream, TagInputStream) . |
static void |
linkContext(Tag parentTag,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Chains the context to the parentTag parent context. |
static void |
linkRefData(Tag parentTag,
Tag grandParentTag,
TagInputStream theTagInputStream,
int parentRefTagIndex)
Deprecated. Replaced by linkRefData(Tag, Tag, TagInputStream, int, TagInputStream) . |
static void |
linkRefData(Tag parentTag,
Tag grandParentTag,
TagInputStream theTagInputStream,
int parentRefTagIndex,
TagInputStream genericTagInputStream)
This method replaces parentTag ("refData" tag) with its corresponding real tag. |
static void |
linkReferences(Tag grandParentTag,
Tag parentTag,
int parentRefTagIndex,
TagInputStream theTagInputStream)
Alters the tag structure of the tagInputStream for processor files (either DSEPROCESSOR.xml or a self defined file) by linking all references to their real tags. |
protected static void |
linkReferences(Tag grandParentTag,
Tag parentTag,
int parentRefTagIndex,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Alters the tag structure of the tagInputStream for processor files (either DSEPROCESSOR.xml or a self defined file) by linking all references to their real tags. |
static void |
linkRefFmt(Tag parentTag,
Tag grandParentTag,
TagInputStream theTagInputStream,
int parentRefTagIndex)
Deprecated. Replaced by linkRefFmt(Tag, Tag, TagInputStream, int, TagInputStream) . |
static void |
linkRefFmt(Tag parentTag,
Tag grandParentTag,
TagInputStream theTagInputStream,
int parentRefTagIndex,
TagInputStream genericTagInputStream)
Replaces the parentTag ("refFmt" tag) with its corresponding real tag. |
static void |
linkRefFormat(Tag parentTag,
TagInputStream theTagInputStream)
Deprecated. Replaced by linkRefFormat(Tag, TagInputStream, TagInputStream) . |
static void |
linkRefFormat(Tag parentTag,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Adds the real corresponding format tag as a subtag of the parentTag ("refFormat" tag). |
static void |
linkRefKColl(Tag parentTag,
TagInputStream theTagInputStream)
Deprecated. Replaced by linkRefKColl(Tag, TagInputStream, TagInputStream) . |
static void |
linkRefKColl(Tag parentTag,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Adds the real corresponding tag as a subtag to the parentTag ("refKColl" tag). |
static void |
linkRefOpSteps(Tag parentTag,
TagInputStream theTagInputStream)
Deprecated. Replaced by linkRefOpSteps(Tag, TagInputStream, TagInputStream) . |
static void |
linkRefOpSteps(Tag parentTag,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Adds the real corresponding tag as a subtag to the parentTag ("refOpSteps" tag). |
static void |
linkRefService(Tag parentTag,
TagInputStream theTagInputStream)
Deprecated. Replaced by linkRefService(Tag, TagInputStream, TagInputStream) . |
static void |
linkRefService(Tag parentTag,
TagInputStream theTagInputStream,
TagInputStream genericTagInputStream)
Adds the real corresponding tag as a subtag to the parentTag ("refService" tag). |
static void |
linkSpecifiedContext(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String tagId)
Deprecated. Replaced by linkSpecifiedContext(Tag, TagInputStream, String, TagInputStream) . |
static void |
linkSpecifiedContext(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String tagId,
TagInputStream genericTagInputStream)
Adds as subtag of the parentTag a context tag called tagId. |
static void |
linkSpecifiedFlow(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String flowId)
Deprecated. Replaced by linkSpecifiedFlow(Tag, TagInputStream, String, TagInputStream) . |
static void |
linkSpecifiedFlow(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String flowId,
TagInputStream genericTagInputStream)
Finds a flow tag called flowId and adds all its sub tags to the subtags of the parentTag. |
static void |
linkSpecifiedFormat(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String tagId)
Deprecated. Replaced by linkSpecifiedFormat(Tag, TagInputStream, String, TagInputStream) . |
static void |
linkSpecifiedFormat(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String tagId,
TagInputStream genericTagInputStream)
Adds as subtag of the parentTag a format tag called tagId. |
static void |
linkSpecifiedOperation(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String tagId)
Deprecated. Replaced by linkSpecifiedOperation(Tag, TagInputStream, String, TagInputStream) . |
static void |
linkSpecifiedOperation(Tag parentTag,
TagInputStream theTagInputStream,
java.lang.String tagId,
TagInputStream genericTagInputStream)
Adds as subtag of the parentTag an operation tag called tagId. |
static void |
putIntoCache(Cacheable processor)
Places the cacheable processor element into the cache. |
java.lang.Object |
readObject(java.lang.String aProcessorId)
When an application wants to internalize an instance of an processor (generic or self-defined), it calls this method. |
java.lang.Object |
readObjectNonCache(java.lang.String aProcessorId)
Returns a new processor instance created from the information stored in the configuration files associated with a given processor id. |
Tag |
readTag(int index,
java.lang.String aProcFileName)
Returns the Tag with a given index to the tagInputStream corresponding to a self-defined processor file. |
void |
reset()
Resets all the generic processors. |
void |
reset(java.util.Enumeration listTagId)
Resets the definition of processors that have IDs that appear in listTagId. |
void |
reset(java.lang.String tagId)
Resets the definition of the processor named tagId. |
protected void |
reset(java.lang.String aProcessorId,
TagInputStream aTagInputStream,
Hashtable selfDefinedTagInputStreams)
Resets the definition of the processor named tagId. |
static void |
resetProcessorFileNamed(java.lang.String aProcFileName)
Resets all the self-defined processors contained in the file aProcFileName and then removes the TagInputStream corresponding to the self-defined processor file aProcFileName from the Hashtable. |
static void |
resetProcessorNamed(java.lang.String aProcessorName)
Resets the self-defined processor aProcessorName. |
static void |
setCacheEnabled(boolean newValue)
Enables or disables the processor element caching. |
void |
setSelfDefinedProcTagInputStream(java.lang.String aFileProcName)
Creates and sets a TagInputStream corresponding to the aFileProcName file. |
void |
setSelfDefinedProcTagInputStream(java.lang.String aFileProcName,
java.lang.String aPathFile)
Creates and sets a TagInputStream corresponding to the aFileProcName file. |
void |
setSelfDefinedProcTagInputStream(java.lang.String aKey,
TagInputStream aTagInputStream)
Sets aTagInputStream in the hashtable with the key aKey. |
java.util.Vector |
tagList(java.lang.String aProcFileName)
Returns the tags in the stream corresponding to the self-defined processor file aProcFileName. |
Tag |
tagWithId(java.lang.String aString,
java.lang.String aProcFileName)
Returns the Tag with the ID in the stream corresponding to the self-defined processor file aProcFileName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessorExternalizer()
public ProcessorExternalizer(java.lang.String option, java.io.BufferedInputStream aIniStream) throws java.io.IOException
option
- java.lang.String must be "Memory" or "File"aIniStream
- java.io.BufferedInputStream
java.io.IOException
public ProcessorExternalizer(java.lang.String option, java.lang.String pathAndFile) throws java.io.IOException
option
- java.lang.String must be "Memory" or "File"pathAndFile
- java.lang.String specifying the name and path of the formats
definition file
java.io.IOException
Method Detail |
---|
public static void addType(Tag aTag) throws java.io.IOException
aTag
- com.ibm.btt.base.Tag
java.io.IOException
public static void clearCache()
public java.lang.Object convertTagToObject(Tag aTag) throws java.io.IOException
convertTagToObject
in class Externalizer
aTag
- Tag
java.io.IOException
protected ProcessorExternalizer createNewExternalizer() throws java.io.IOException, DSEObjectNotFoundException
java.io.IOException
DSEObjectNotFoundException
protected TagInputStream createSelfDefinedProcTagInputStream(java.lang.String aFileProcName, java.lang.String aPathFile) throws java.io.IOException
aFileProcName
- java.lang.String The name of the file.aPathFile
- java.lang.String The path of the file.
java.io.IOException
public void end()
end
in class Externalizer
public static Hashtable getCache()
public static java.util.Date getDateCreationFileByFileName(java.lang.String aProcFileName)
aProcFileName
- java.lang.String the self-defined processor file name
public static java.util.Date getDateCreationFileByProcessorName(java.lang.String aProcessorName)
aProcessorName
- java.lang.String the self-defined processor name (id).
public static Cacheable getFromCache(java.lang.String key) throws java.io.IOException
key
- java.lang.String
java.io.IOException
public KeyedCollection getNewKCollForProcessor(java.lang.String aProcessorName, java.lang.String aKeyedCollectionName) throws java.io.IOException
aProcessorName
- java.lang.String the processor name.aKeyedCollectionName
- java.lang.String the processor context keyed collection name
java.io.IOException
public static java.util.Enumeration getProcessorFileList()
public TagInputStream getSelfDefinedProcTagInputStream(java.lang.String aProcFileName)
aProcFileName
- java.lang.String
public java.util.Hashtable getSelfDefinedProcTagInputStreams()
public TagOutputStream getSelfDefinedProcTagOutputStream(java.lang.String aProcFileName) throws java.io.IOException
aProcFileName
- String
java.io.IOException
public java.lang.Object[] getSgmlSelfDefinedProcFileName(java.lang.String aProcessorId)
aProcessorId
- java.lang.String
public static boolean isCacheEnabled()
public static void linkAttributeRefs(Tag parentTag, TagInputStream theTagInputStream) throws java.io.IOException
linkAttributeRefs(Tag, TagInputStream, TagInputStream)
.
java.io.IOException
public static void linkAttributeRefs(Tag parentTag, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException
java.io.IOException
public static void linkContext(Tag parentTag, TagInputStream theTagInputStream) throws java.io.IOException
linkContext(Tag, TagInputStream, TagInputStream)
.
java.io.IOException
public static void linkContext(Tag parentTag, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException
java.io.IOException
public static void linkRefData(Tag parentTag, Tag grandParentTag, TagInputStream theTagInputStream, int parentRefTagIndex) throws java.io.IOException
linkRefData(Tag, Tag, TagInputStream, int, TagInputStream)
.
java.io.IOException
public static void linkRefData(Tag parentTag, Tag grandParentTag, TagInputStream theTagInputStream, int parentRefTagIndex, TagInputStream genericTagInputStream) throws java.io.IOException
java.io.IOException
public static void linkReferences(Tag grandParentTag, Tag parentTag, int parentRefTagIndex, TagInputStream theTagInputStream) throws java.io.IOException, DSEObjectNotFoundException
grandParentTag
- com.ibm.btt.base.Tag the tag that has the parentTag as one of
its subtagsparentTag
- com.ibm.btt.base.Tag the tag that is currently being checked
for referencesparentRefTagIndex
- int the index of the parentTag in the subtags vector of
grandParentTagtheTagInputStream
- com.ibm.btt.base.TagInputStream the input stream that will
have its references linked. It can be either the generic
processor file (DSEPROCESSOR) or a self-defined processor
java.io.IOException
DSEObjectNotFoundException
protected static void linkReferences(Tag grandParentTag, Tag parentTag, int parentRefTagIndex, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException, DSEObjectNotFoundException
grandParentTag
- com.ibm.btt.base.Tag the tag that has the parentTag as one of
its subtagsparentTag
- com.ibm.btt.base.Tag the tag that is currently being checked
for referencesparentRefTagIndex
- int the index of the parentTag in the subtags vector of
grandParentTagtheTagInputStream
- com.ibm.btt.base.TagInputStream the input stream that will
have its references linked. It can be either the generic
processor file (DSEPROCESSOR) or a self-defined processorgenericTagInputStream
- the input stream used as the generic stream to resolve
references
java.io.IOException
DSEObjectNotFoundException
public static void linkRefFmt(Tag parentTag, Tag grandParentTag, TagInputStream theTagInputStream, int parentRefTagIndex) throws java.io.IOException
linkRefFmt(Tag, Tag, TagInputStream, int, TagInputStream)
.
java.io.IOException
public static void linkRefFmt(Tag parentTag, Tag grandParentTag, TagInputStream theTagInputStream, int parentRefTagIndex, TagInputStream genericTagInputStream) throws java.io.IOException
java.io.IOException
public static void linkRefFormat(Tag parentTag, TagInputStream theTagInputStream) throws java.io.IOException
linkRefFormat(Tag, TagInputStream, TagInputStream)
.
java.io.IOException
public static void linkRefFormat(Tag parentTag, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamgenericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void linkRefKColl(Tag parentTag, TagInputStream theTagInputStream) throws java.io.IOException
linkRefKColl(Tag, TagInputStream, TagInputStream)
.
java.io.IOException
public static void linkRefKColl(Tag parentTag, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamgenericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void linkRefOpSteps(Tag parentTag, TagInputStream theTagInputStream) throws java.io.IOException
linkRefOpSteps(Tag, TagInputStream, TagInputStream)
.
java.io.IOException
public static void linkRefOpSteps(Tag parentTag, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamgenericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void linkRefService(Tag parentTag, TagInputStream theTagInputStream) throws java.io.IOException
linkRefService(Tag, TagInputStream, TagInputStream)
.
java.io.IOException
public static void linkRefService(Tag parentTag, TagInputStream theTagInputStream, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamgenericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void linkSpecifiedContext(Tag parentTag, TagInputStream theTagInputStream, java.lang.String tagId) throws java.io.IOException
linkSpecifiedContext(Tag, TagInputStream, String, TagInputStream)
.
java.io.IOException
public static void linkSpecifiedContext(Tag parentTag, TagInputStream theTagInputStream, java.lang.String tagId, TagInputStream genericTagInputStream) throws java.io.IOException
java.io.IOException
public static void linkSpecifiedFlow(Tag parentTag, TagInputStream theTagInputStream, java.lang.String flowId) throws java.io.IOException
linkSpecifiedFlow(Tag, TagInputStream, String, TagInputStream)
.
java.io.IOException
public static void linkSpecifiedFlow(Tag parentTag, TagInputStream theTagInputStream, java.lang.String flowId, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamflowId
- genericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void linkSpecifiedFormat(Tag parentTag, TagInputStream theTagInputStream, java.lang.String tagId) throws java.io.IOException
linkSpecifiedFormat(Tag, TagInputStream, String, TagInputStream)
.
java.io.IOException
public static void linkSpecifiedFormat(Tag parentTag, TagInputStream theTagInputStream, java.lang.String tagId, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamtagId
- genericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void linkSpecifiedOperation(Tag parentTag, TagInputStream theTagInputStream, java.lang.String tagId) throws java.io.IOException
linkSpecifiedOperation(Tag, TagInputStream, String, TagInputStream)
.
java.io.IOException
public static void linkSpecifiedOperation(Tag parentTag, TagInputStream theTagInputStream, java.lang.String tagId, TagInputStream genericTagInputStream) throws java.io.IOException
parentTag
- com.ibm.btt.base.TagtheTagInputStream
- com.ibm.btt.base.TagInputStreamtagId
- genericTagInputStream
- com.ibm.btt.base.TagInputStream
java.io.IOException
public static void putIntoCache(Cacheable processor) throws java.io.IOException
processor
- com.ibm.btt.base.Cacheable
java.io.IOException
public java.lang.Object readObject(java.lang.String aProcessorId) throws java.io.IOException
If you know the class to be internalized and it implements Externalizable, an alternative way to get the instance is to use:
new MyClass(aString)
readObject
in class Externalizer
aProcessorId
- java.lang.String the identification of a tag whose type
matches the processor class of the element
java.io.IOException.
java.io.IOException
public java.lang.Object readObjectNonCache(java.lang.String aProcessorId) throws java.io.IOException
aProcessorId
- java.lang.String
java.io.IOException.
java.io.IOException
public Tag readTag(int index, java.lang.String aProcFileName) throws java.io.IOException
index
- intaProcFileName
- java.lang.String the self-defined processor file name where
the tag must be searched
java.io.IOException
public void reset() throws java.io.IOException, DSEObjectNotFoundException
java.io.IOException
DSEObjectNotFoundException
public void reset(java.lang.String tagId) throws java.io.IOException, DSEObjectNotFoundException
tagId
- java.lang.String The id of the processor to reset
java.io.IOException
DSEObjectNotFoundException
public void reset(java.util.Enumeration listTagId) throws java.io.IOException, DSEObjectNotFoundException
listTagId
- java.util.Enumeration
java.io.IOException
DSEObjectNotFoundException
protected void reset(java.lang.String aProcessorId, TagInputStream aTagInputStream, Hashtable selfDefinedTagInputStreams) throws java.io.IOException
aProcessorId
- java.lang.String The id of the processor to resetaTagInputStream
- com.ibm.btt.base.TagInputStream The temporary generic
TagInputStreamselfDefinedTagInputStreams
- com.ibm.btt.base.Hashtable The temporary self-defined
TagInputStreams
java.io.IOException
public static void resetProcessorFileNamed(java.lang.String aProcFileName)
aProcFileName
- java.lang.String the name of the self-defined processor filepublic static void resetProcessorNamed(java.lang.String aProcessorName)
aProcessorName
- java.lang.String the name of the processor to resetpublic static void setCacheEnabled(boolean newValue)
newValue
- boolean True to enable cachingpublic void setSelfDefinedProcTagInputStream(java.lang.String aFileProcName) throws java.io.IOException
aFileProcName
- java.lang.String
java.io.IOException.
java.io.IOException
public void setSelfDefinedProcTagInputStream(java.lang.String aFileProcName, java.lang.String aPathFile) throws java.io.IOException
aFileProcName
- java.lang.StringaPathFile
- java.lang.String
java.io.IOException.
java.io.IOException
public void setSelfDefinedProcTagInputStream(java.lang.String aKey, TagInputStream aTagInputStream) throws java.io.IOException
aKey
- java.lang.StringaTagInputStream
- aTagInputStream
java.io.IOException.
java.io.IOException
public java.util.Vector tagList(java.lang.String aProcFileName)
aProcFileName
- java.lang.String
public Tag tagWithId(java.lang.String aString, java.lang.String aProcFileName) throws java.io.IOException
aString
- java.lang.String the id of the Tag to searchaProcFileName
- java.lang.String the self-defined processor file name where
the tag must be searched
java.io.IOException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |