Uses of Class
org.springframework.jee.intercept.InterceptionMetadata

Packages that use InterceptionMetadata
org.springframework.jee.ejb EJB metadata. 
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.intercept Support for EJB3 interceptors. 
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
org.springframework.jee.validation.rules Validation rules. 
 

Uses of InterceptionMetadata in org.springframework.jee.ejb
 

Subclasses of InterceptionMetadata in org.springframework.jee.ejb
 class EjbInjectionMetadata
          Metadata for @EJB injection.
 class EjbMetadata
          Metadata for an EJB.
 

Uses of InterceptionMetadata in org.springframework.jee.inject
 

Methods in org.springframework.jee.inject with parameters of type InterceptionMetadata
protected  void InterceptionProcessor.addInterceptionMetadata(InterceptionMetadata metadata)
          Parse the bean and add interception metadata.
protected  void InterceptionProcessor.addInterceptorMetadata(InterceptionMetadata componentMetadata, java.lang.Class interceptorClass, java.lang.reflect.Method matchingMethod)
          Add the discovered InterceptorMetadata to the given Interception Metadata.
 

Uses of InterceptionMetadata in org.springframework.jee.intercept
 

Methods in org.springframework.jee.intercept that return InterceptionMetadata
 InterceptionMetadata __ProxyControl.getMetadata()
          Return the metadata associated with this proxy
 

Uses of InterceptionMetadata in org.springframework.jee.transaction
 

Subclasses of InterceptionMetadata in org.springframework.jee.transaction
 class TransactionalMetadata
          Metadata for a transactional component such as an EJB.
 

Uses of InterceptionMetadata in org.springframework.jee.validation.rules
 

Methods in org.springframework.jee.validation.rules with parameters of type InterceptionMetadata
 void InterceptionRules.checkHasBusinessInterfaces(InterceptionMetadata im)
           
 



Copyright 2006 Interface21. All Rights Reserved.