Uses of Class
org.springframework.jee.inject.Jsr250Metadata

Packages that use Jsr250Metadata
org.springframework.jee.ejb EJB metadata. 
org.springframework.jee.inject JSR250 Support. 
org.springframework.jee.intercept Support for EJB3 interceptors. 
org.springframework.jee.spi   
org.springframework.jee.transaction EJB3 transaction support based on Spring facilities. 
org.springframework.jee.validation Validation package for JSR-250 and EJB3 components. 
org.springframework.jee.validation.rules Validation rules. 
 

Uses of Jsr250Metadata in org.springframework.jee.ejb
 

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

Uses of Jsr250Metadata in org.springframework.jee.inject
 

Methods in org.springframework.jee.inject with parameters of type Jsr250Metadata
protected  void DeploymentUnitMetadata.registerDeployedComponentMetadata(Jsr250Metadata deployedComponentMetadata)
           
 

Constructors in org.springframework.jee.inject with parameters of type Jsr250Metadata
Jsr250Metadata(Jsr250Metadata other)
          Copy constructor.
 

Uses of Jsr250Metadata in org.springframework.jee.intercept
 

Subclasses of Jsr250Metadata in org.springframework.jee.intercept
 class InterceptionMetadata
          Class representing metadata for a component that may have interceptors as per the JEE (EJB 3.0) interception specification.
 class InterceptorMetadata
          Class representing metadata about an interceptor class.
 

Constructors in org.springframework.jee.intercept with parameters of type Jsr250Metadata
InterceptorMetadata(Jsr250Metadata jsr250, List<Method> aroundInvokeMethods)
          Create a new Interceptor metadata for a self interceptor.
 

Uses of Jsr250Metadata in org.springframework.jee.spi
 

Subclasses of Jsr250Metadata in org.springframework.jee.spi
 class EjbProxyMetadata
          Metadata for an EJB managed inside a container such as WLS where the Spring proxy will be wrapped inside transactional, security and other EJB contract behaviour provided by the container.
 class J2eeClientInjectionMetadata
           
 

Uses of Jsr250Metadata in org.springframework.jee.transaction
 

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

Uses of Jsr250Metadata in org.springframework.jee.validation
 

Methods in org.springframework.jee.validation that return Jsr250Metadata
 Jsr250Metadata SpecificationViolation.getComponentMetadata()
           
 

Constructors in org.springframework.jee.validation with parameters of type Jsr250Metadata
SpecificationViolation(String message, Jsr250Metadata componentMetadata)
           
 

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

Methods in org.springframework.jee.validation.rules with parameters of type Jsr250Metadata
 void Jsr250Rules.dummy(Jsr250Metadata jm)
           
 



Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.