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

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

Uses of InterceptorOrderType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return InterceptorOrderType
 InterceptorOrderType<InterceptorBindingType<T>> InterceptorBindingType.getOrCreateInterceptorOrder()
          If not already created, a new interceptor-order element with the given value will be created.
 InterceptorOrderType<T> InterceptorOrderType.id(String id)
          Sets the id attribute
 InterceptorOrderType<T> InterceptorOrderType.interceptorClass(String... values)
          Creates for all String objects representing interceptor-class elements, a new interceptor-class element
 InterceptorOrderType<T> InterceptorOrderType.removeAllInterceptorClass()
          Removes the interceptor-class element
 InterceptorOrderType<T> InterceptorOrderType.removeId()
          Removes the id attribute
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.