public interface InterceptorsType<T> extends Child<T>
interceptorsType xsd type| Modifier and Type | Method and Description |
|---|---|
InterceptorType<InterceptorsType<T>> |
createInterceptor()
Creates a new
interceptor element |
InterceptorsType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<InterceptorType<InterceptorsType<T>>> |
getAllInterceptor()
Returns all
interceptor elements |
InterceptorType<InterceptorsType<T>> |
getOrCreateInterceptor()
If not already created, a new
interceptor element will be created and returned. |
InterceptorsType<T> |
removeAllDescription()
Removes the
description element |
InterceptorsType<T> |
removeAllInterceptor()
Removes all
interceptor elements |
InterceptorsType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsInterceptorsTypeList<String> getAllDescription()
description elementsdescriptionInterceptorsType<T> removeAllDescription()
description elementInterceptorsTypeInterceptorType<InterceptorsType<T>> getOrCreateInterceptor()
interceptor element will be created and returned.
Otherwise, the first existing interceptor element will be returned.interceptorInterceptorType<InterceptorsType<T>> createInterceptor()
interceptor elementInterceptorType> List<InterceptorType<InterceptorsType<T>>> getAllInterceptor()
interceptor elementsinterceptorInterceptorsType<T> removeAllInterceptor()
interceptor elementsInterceptorType> Copyright © 2016 JBoss by Red Hat. All rights reserved.