Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
InterceptorOrderType<InterceptorBindingType<T>> |
InterceptorBindingType.getOrCreateInterceptorOrder()
If not already created, a new
interceptor-order element with the given value will be created. |
InterceptorOrderType<T> |
InterceptorOrderType.id(String id)
Sets the
id attribute |
InterceptorOrderType<T> |
InterceptorOrderType.interceptorClass(String... values)
Creates for all String objects representing
interceptor-class elements,
a new interceptor-class element |
InterceptorOrderType<T> |
InterceptorOrderType.removeAllInterceptorClass()
Removes the
interceptor-class element |
InterceptorOrderType<T> |
InterceptorOrderType.removeId()
Removes the
id attribute |
Copyright © 2017 JBoss by Red Hat. All rights reserved.