public interface InterceptorOrderType<T> extends Child<T>
interceptor-orderType
xsd typeModifier and Type | Method and Description |
---|---|
List<String> |
getAllInterceptorClass()
Returns all
interceptor-class elements |
InterceptorOrderType<T> |
interceptorClass(String... values)
Creates for all String objects representing
interceptor-class elements,
a new interceptor-class element |
InterceptorOrderType<T> |
removeAllInterceptorClass()
Removes the
interceptor-class element |
InterceptorOrderType<T> interceptorClass(String... values)
interceptor-class
elements,
a new interceptor-class
elementvalues
- list of interceptor-class
objectsInterceptorOrderType
List<String> getAllInterceptorClass()
interceptor-class
elementsinterceptor-class
InterceptorOrderType<T> removeAllInterceptorClass()
interceptor-class
elementInterceptorOrderType
Copyright © 2015 JBoss by Red Hat. All rights reserved.