|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorOrderType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
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.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.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement InterceptorOrderType | |
---|---|
class |
InterceptorOrderTypeImpl<T>
This class implements the interceptor-orderType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |