|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorsType<T>
This interface defines the contract for the interceptorsType
xsd type
Original Documentation:
The interceptorsType element declares one or more interceptor
classes used by components within this ejb-jar. The declaration
consists of :
- An optional description.
- One or more interceptor elements.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<InterceptorType<InterceptorsType<T>>> |
getInterceptorList()
Returns all interceptor elements |
InterceptorType<InterceptorsType<T>> |
interceptor()
Returns the interceptor element |
InterceptorsType<T> |
removeAllDescription()
Removes the description element |
InterceptorsType<T> |
removeAllInterceptor()
Removes all interceptor elements |
InterceptorsType<T> |
setDescription(java.lang.String description)
Creates a new description element |
InterceptorsType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
InterceptorsType<T> setDescription(java.lang.String description)
description
element
InterceptorsType
InterceptorsType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
InterceptorsType
InterceptorsType<T> removeAllDescription()
description
element
InterceptorsType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
InterceptorsType<T> removeAllInterceptor()
interceptor
elements
InterceptorsType
InterceptorType<InterceptorsType<T>> interceptor()
interceptor
element
interceptor
java.util.List<InterceptorType<InterceptorsType<T>>> getInterceptorList()
interceptor
elements
interceptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |