ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.InterceptorsType

Packages that use InterceptorsType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of InterceptorsType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return InterceptorsType
 InterceptorsType<T> InterceptorsType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorsType<EjbJarType<T>> EjbJarType.getOrCreateInterceptors()
          If not already created, a new interceptors element with the given value will be created.
 InterceptorsType<EjbJarDescriptor> EjbJarDescriptor.getOrCreateInterceptors()
          If not already created, a new interceptors element with the given value will be created.
 InterceptorsType<T> InterceptorsType.removeAllDescription()
          Removes the description element
 InterceptorsType<T> InterceptorsType.removeAllInterceptor()
          Removes all interceptor elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type InterceptorsType
 InterceptorType<InterceptorsType<T>> InterceptorsType.createInterceptor()
          Creates a new interceptor element
 List<InterceptorType<InterceptorsType<T>>> InterceptorsType.getAllInterceptor()
          Returns all interceptor elements
 InterceptorType<InterceptorsType<T>> InterceptorsType.getOrCreateInterceptor()
          If not already created, a new interceptor element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.