|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterceptionMetadata | |
|---|---|
| org.springframework.jee.ejb | EJB metadata. |
| org.springframework.jee.inject | JSR250 Support. |
| org.springframework.jee.spi | |
| 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,
Class interceptorClass,
Method matchingMethod)
Add the discovered InterceptorMetadata to the given Interception Metadata. |
| Uses of InterceptionMetadata in org.springframework.jee.spi |
|---|
| Subclasses of InterceptionMetadata 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. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||