Uses of Interface
raccoon.api.bean.descriptor.IBeanAnalyzer

Packages that use IBeanAnalyzer
raccoon.core.bean.descriptor Describes the services offered to the analysis of Data Transport Objects (DTO). 
raccoon.core.utils   
raccoon.tibco.tibrv.badhnati.ae Implementation of the BadhnAti contract for TIB/Rendezvous. 
 

Uses of IBeanAnalyzer in raccoon.core.bean.descriptor
 

Classes in raccoon.core.bean.descriptor that implement IBeanAnalyzer
 class BeanAnalyzer
          The default bean analyzer offered by the Raccoon Framework.
 

Uses of IBeanAnalyzer in raccoon.core.utils
 

Methods in raccoon.core.utils that return IBeanAnalyzer
static IBeanAnalyzer CoreHelper.getIntrospector()
          Loads the Bean Introspection service.
 

Uses of IBeanAnalyzer in raccoon.tibco.tibrv.badhnati.ae
 

Fields in raccoon.tibco.tibrv.badhnati.ae declared as IBeanAnalyzer
protected  IBeanAnalyzer AbsParser.mAnalyzer
          The bean introspector component used by this instance
 

Methods in raccoon.tibco.tibrv.badhnati.ae that return IBeanAnalyzer
 IBeanAnalyzer AbsParser.getAnalyzer()
          The bean introspector used by this component to retrieve serializable information.
 IBeanAnalyzer TibrvAeParser.getAnalyzer()
          The bean introspector used by this component to retrieve serializable information.
 

Methods in raccoon.tibco.tibrv.badhnati.ae with parameters of type IBeanAnalyzer
 void AbsParser.setAnalyzer(IBeanAnalyzer pAnalyzer)
          Assigns the IBeanAnalyzer instance required by this component
 void TibrvAeParser.setAnalyzer(IBeanAnalyzer pAnalyzer)
          Assigns the IBeanAnalyzer instance required by this component
 



Copyright null null. All Rights Reserved.