Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
InterceptorBindingType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createInterceptorBinding()
Creates a new
interceptor-binding element |
InterceptorBindingType<T> |
InterceptorBindingType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
InterceptorBindingType<T> |
InterceptorBindingType.ejbName(String ejbName)
Sets the
ejb-name element |
InterceptorBindingType<T> |
InterceptorBindingType.excludeClassInterceptors(Boolean excludeClassInterceptors)
Sets the
exclude-class-interceptors element |
InterceptorBindingType<T> |
InterceptorBindingType.excludeDefaultInterceptors(Boolean excludeDefaultInterceptors)
Sets the
exclude-default-interceptors element |
InterceptorBindingType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateInterceptorBinding()
If not already created, a new
interceptor-binding element will be created and returned. |
InterceptorBindingType<T> |
InterceptorBindingType.id(String id)
Sets the
id attribute |
InterceptorBindingType<T> |
InterceptorBindingType.interceptorClass(String... values)
Creates for all String objects representing
interceptor-class elements,
a new interceptor-class element |
InterceptorBindingType<T> |
InterceptorBindingType.removeAllDescription()
Removes the
description element |
InterceptorBindingType<T> |
InterceptorBindingType.removeAllInterceptorClass()
Removes the
interceptor-class element |
InterceptorBindingType<T> |
InterceptorBindingType.removeEjbName()
Removes the
ejb-name element |
InterceptorBindingType<T> |
InterceptorBindingType.removeExcludeClassInterceptors()
Removes the
exclude-class-interceptors element |
InterceptorBindingType<T> |
InterceptorBindingType.removeExcludeDefaultInterceptors()
Removes the
exclude-default-interceptors element |
InterceptorBindingType<T> |
InterceptorBindingType.removeId()
Removes the
id attribute |
InterceptorBindingType<T> |
InterceptorBindingType.removeInterceptorOrder()
Removes the
interceptor-order element |
InterceptorBindingType<T> |
InterceptorBindingType.removeMethod()
Removes the
method element |
Modifier and Type | Method and Description |
---|---|
List<InterceptorBindingType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllInterceptorBinding()
Returns all
interceptor-binding elements |
InterceptorOrderType<InterceptorBindingType<T>> |
InterceptorBindingType.getOrCreateInterceptorOrder()
If not already created, a new
interceptor-order element with the given value will be created. |
NamedMethodType<InterceptorBindingType<T>> |
InterceptorBindingType.getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.