public interface InterceptorsType<T> extends Child<T>, JavaeeInterceptorsCommonType<T,InterceptorsType<T>,InterceptorType<InterceptorsType<T>>>
interceptorsType
xsd typeModifier 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
objectsInterceptorsType
List<String> getAllDescription()
description
elementsdescription
InterceptorsType<T> removeAllDescription()
description
elementInterceptorsType
InterceptorType<InterceptorsType<T>> getOrCreateInterceptor()
interceptor
element will be created and returned.
Otherwise, the first existing interceptor
element will be returned.interceptor
InterceptorType<InterceptorsType<T>> createInterceptor()
interceptor
elementInterceptorType>
List<InterceptorType<InterceptorsType<T>>> getAllInterceptor()
interceptor
elementsinterceptor
InterceptorsType<T> removeAllInterceptor()
interceptor
elementsInterceptorType>
InterceptorsType<T> id(String id)
id
attributeid
- the value for the attribute id
InterceptorsType
String getId()
id
attributeid
InterceptorsType<T> removeId()
id
attributeInterceptorsType
Copyright © 2016 JBoss by Red Hat. All rights reserved.