|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorsType | |
---|---|
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 InterceptorsType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return InterceptorsType | |
---|---|
InterceptorsType<EjbJar31Descriptor> |
EjbJar31Descriptor.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.ejbjar31 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.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement InterceptorsType | |
---|---|
class |
InterceptorsTypeImpl<T>
This class implements the interceptorsType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return InterceptorsType | |
---|---|
InterceptorsType<EjbJar31Descriptor> |
EjbJar31DescriptorImpl.interceptors()
If not already created, a new interceptors element will be created and returned. |
InterceptorsType<EjbJarType<T>> |
EjbJarTypeImpl.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.ejbjar31 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |