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 |
---|---|
InterceptorsType<T> |
InterceptorsType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
InterceptorsType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateInterceptors()
If not already created, a new
interceptors element with the given value will be created. |
InterceptorsType<T> |
InterceptorsType.id(String id)
Sets the
id attribute |
InterceptorsType<T> |
InterceptorsType.removeAllDescription()
Removes the
description element |
InterceptorsType<T> |
InterceptorsType.removeAllInterceptor()
Removes all
interceptor elements |
InterceptorsType<T> |
InterceptorsType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
InterceptorType<InterceptorsType<T>> |
InterceptorsType.createInterceptor()
Creates a new
interceptor element |
List<InterceptorType<InterceptorsType<T>>> |
InterceptorsType.getAllInterceptor()
Returns all
interceptor elements |
InterceptorType<InterceptorsType<T>> |
InterceptorsType.getOrCreateInterceptor()
If not already created, a new
interceptor element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.