|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.tibco.tibrv.badhnati.ae.AbsParser
public class AbsParser
Common denominator amongst all TIBCO enabled parsers.
| Field Summary | |
|---|---|
protected IBeanAnalyzer |
mAnalyzer
The bean introspector component used by this instance |
protected IFactory |
mFactory
The factory instance used to generate the new instances of the various required messages |
protected ILogger |
mLog
The logging service used by this parser |
protected IRepoGenerator |
mRepoGenerator
The RepoGenerator component used by this instance |
protected IUtils |
mUtils
The utility component |
| Constructor Summary | |
|---|---|
AbsParser()
|
|
| Method Summary | |
|---|---|
IBeanAnalyzer |
getAnalyzer()
The bean introspector used by this component to retrieve serializable information. |
IFactory |
getFactory()
Retrieves the factory instance used to instanciate empty message objects. |
ILogger |
getLog()
The logging service used by this parser. |
IRepoGenerator |
getRepoGenerator()
TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification. |
IUtils |
getUtils()
The messaging layer utility service |
void |
setAnalyzer(IBeanAnalyzer pAnalyzer)
Assigns the IBeanAnalyzer instance required by this component |
void |
setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
void |
setLog(ILogger pLog)
Assigns the logging service used by this parser. |
void |
setRepoGenerator(IRepoGenerator pRepoGenerator)
TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification. |
void |
setUtils(IUtils pUtils)
Assigns the message layer utility service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IUtils mUtils
protected IBeanAnalyzer mAnalyzer
protected IRepoGenerator mRepoGenerator
protected IFactory mFactory
protected ILogger mLog
| Constructor Detail |
|---|
public AbsParser()
| Method Detail |
|---|
public IBeanAnalyzer getAnalyzer()
IBeanAnalyzer instance used by this componentpublic void setAnalyzer(IBeanAnalyzer pAnalyzer)
IBeanAnalyzer instance required by this component
pAnalyzer - the instance defined in the Service Manager configuration filepublic IUtils getUtils()
IUtils usedpublic void setUtils(IUtils pUtils)
pUtils - the implementation of IUtils to usepublic IRepoGenerator getRepoGenerator()
public void setRepoGenerator(IRepoGenerator pRepoGenerator)
pRepoGenerator - the instance to be used by this componentpublic IFactory getFactory()
IFactory instance usedpublic void setFactory(IFactory pFactory)
IFactory used to instanciate empty message objects.
pFactory - the factory instance to use.public ILogger getLog()
ILogger used.public void setLog(ILogger pLog)
pLog - the implementation of ILogger to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||