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 ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return InterceptorsType
 InterceptorsType<EjbJar30Descriptor> EjbJar30Descriptor.interceptors()
          If not already created, a new interceptors element will be created and returned.
 InterceptorsType<EjbJarType<T>> EjbJarType.interceptors()
          If not already created, a new interceptors element will be created and returned.
 InterceptorsType<T> InterceptorsType.removeAllDescription()
          Removes the description element
 InterceptorsType<T> InterceptorsType.removeAllInterceptor()
          Removes all interceptor elements
 InterceptorsType<T> InterceptorsType.setDescription(java.lang.String description)
          Creates a new description element
 InterceptorsType<T> InterceptorsType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type InterceptorsType
 java.util.List<InterceptorType<InterceptorsType<T>>> InterceptorsType.getInterceptorList()
          Returns all interceptor elements
 InterceptorType<InterceptorsType<T>> InterceptorsType.interceptor()
          Returns the interceptor element
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return InterceptorsType
 InterceptorsType<EjbJarType<T>> EjbJarTypeImpl.interceptors()
          If not already created, a new interceptors element will be created and returned.
 InterceptorsType<EjbJar30Descriptor> EjbJar30DescriptorImpl.interceptors()
          If not already created, a new interceptors element will be created and returned.
 InterceptorsType<T> InterceptorsTypeImpl.removeAllDescription()
          Removes the description element
 InterceptorsType<T> InterceptorsTypeImpl.removeAllInterceptor()
          Removes all interceptor elements
 InterceptorsType<T> InterceptorsTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 InterceptorsType<T> InterceptorsTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type InterceptorsType
 java.util.List<InterceptorType<InterceptorsType<T>>> InterceptorsTypeImpl.getInterceptorList()
          Returns all interceptor elements
 InterceptorType<InterceptorsType<T>> InterceptorsTypeImpl.interceptor()
          Returns the interceptor element