
public interface InterceptorsType<T> extends Child<T>, JavaeeInterceptorsCommonType<T,InterceptorsType<T>,InterceptorType<InterceptorsType<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 |
String |
getId()
Returns the
id attribute |
InterceptorType<InterceptorsType<T>> |
getOrCreateInterceptor()
If not already created, a new
interceptor element will be created and returned. |
InterceptorsType<T> |
id(String id)
Sets the
id attribute |
InterceptorsType<T> |
removeAllDescription()
Removes the
description element |
InterceptorsType<T> |
removeAllInterceptor()
Removes all
interceptor elements |
InterceptorsType<T> |
removeId()
Removes the
id attribute |
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> InterceptorsType<T> id(String id)
id attributeid - the value for the attribute idInterceptorsTypeString getId()
id attributeidInterceptorsType<T> removeId()
id attributeInterceptorsTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.