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

Packages that use IBeanDescriptor
raccoon.api.bean.descriptor Describes the services offered to the analysis of Data Transport Objects (DTO). 
raccoon.api.eai.message Contains all the different interfaces related to messages handled by Raccoon. 
raccoon.core.bean.descriptor Describes the services offered to the analysis of Data Transport Objects (DTO). 
raccoon.tibco.tibrv.api   
raccoon.tibco.tibrv.message   
 

Uses of IBeanDescriptor in raccoon.api.bean.descriptor
 

Methods in raccoon.api.bean.descriptor that return IBeanDescriptor
 IBeanDescriptor IBeanAnalyzer.introspect(java.lang.Class pJavaBean)
          Introspects the class and returns the description of the class.
 

Uses of IBeanDescriptor in raccoon.api.eai.message
 

Methods in raccoon.api.eai.message with parameters of type IBeanDescriptor
 IDescMessage IFactory.newMessage(IBeanDescriptor pBeanDescriptor)
          Creates a new instance of a message for a specified Java class.
 IMessageDescriptor IFactory.newMessageDescriptor(IBeanDescriptor pBeanDescriptor)
          Given a bean descriptor creates a new message definition instance.
 

Uses of IBeanDescriptor in raccoon.core.bean.descriptor
 

Classes in raccoon.core.bean.descriptor that implement IBeanDescriptor
 class BeanDescriptor
          Contains all the valid property methods linked to a class.
 

Methods in raccoon.core.bean.descriptor that return IBeanDescriptor
 IBeanDescriptor BeanAnalyzer.introspect(java.lang.Class pJavaBean)
          Introspects the class and returns the description of the class.
protected  IBeanDescriptor BeanAnalyzer.parseBean(java.lang.Class pClassToIntrospect)
          Introspects the bean in order to determine all bean methods that are available.
 

Uses of IBeanDescriptor in raccoon.tibco.tibrv.api
 

Methods in raccoon.tibco.tibrv.api with parameters of type IBeanDescriptor
 java.lang.String IRepoGenerator.extractSequenceName(IBeanDescriptor pBeanProperty)
          Given any bean property that is a collection, generates a unique sequence name for the EAI Repository.
 

Uses of IBeanDescriptor in raccoon.tibco.tibrv.message
 

Methods in raccoon.tibco.tibrv.message with parameters of type IBeanDescriptor
 IDescMessage RvFactory.newMessage(IBeanDescriptor pBeanDescriptor)
          Creates a new instance of a message for a specified Java class.
 IMessageDescriptor RvFactory.newMessageDescriptor(IBeanDescriptor pBeanDescriptor)
          Given a bean descriptor creates a new message definition instance.
 



Copyright null null. All Rights Reserved.