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

Packages that use InterceptorOrderType
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 InterceptorOrderType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return InterceptorOrderType
 InterceptorOrderType<InterceptorBindingType<T>> InterceptorBindingType.interceptorOrder()
          If not already created, a new interceptor-order element will be created and returned.
 InterceptorOrderType<T> InterceptorOrderType.removeAllInterceptorClass()
          Removes the interceptor-class element
 InterceptorOrderType<T> InterceptorOrderType.setInterceptorClass(java.lang.String interceptorClass)
          Creates a new interceptor-class element
 InterceptorOrderType<T> InterceptorOrderType.setInterceptorClassList(java.lang.String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class element
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return InterceptorOrderType
 InterceptorOrderType<InterceptorBindingType<T>> InterceptorBindingTypeImpl.interceptorOrder()
          If not already created, a new interceptor-order element will be created and returned.
 InterceptorOrderType<T> InterceptorOrderTypeImpl.removeAllInterceptorClass()
          Removes the interceptor-class element
 InterceptorOrderType<T> InterceptorOrderTypeImpl.setInterceptorClass(java.lang.String interceptorClass)
          Creates a new interceptor-class element
 InterceptorOrderType<T> InterceptorOrderTypeImpl.setInterceptorClassList(java.lang.String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class element