Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AssemblyDescriptorType<EjbJarDescriptor> |
EjbJarDescriptor.getOrCreateAssemblyDescriptor()
If not already created, a new
assembly-descriptor element with the given value will be created. |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.id(String id)
Sets the
id attribute |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllApplicationException()
Removes all
application-exception elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllContainerTransaction()
Removes all
container-transaction elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllInterceptorBinding()
Removes all
interceptor-binding elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllMessageDestination()
Removes all
message-destination elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllMethodPermission()
Removes all
method-permission elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllSecurityRole()
Removes all
security-role elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeExcludeList()
Removes the
exclude-list element |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
ApplicationExceptionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createApplicationException()
Creates a new
application-exception element |
ContainerTransactionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createContainerTransaction()
Creates a new
container-transaction element |
InterceptorBindingType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createInterceptorBinding()
Creates a new
interceptor-binding element |
MessageDestinationType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createMessageDestination()
Creates a new
message-destination element |
MethodPermissionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createMethodPermission()
Creates a new
method-permission element |
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createSecurityRole()
Creates a new
security-role element |
List<ApplicationExceptionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllApplicationException()
Returns all
application-exception elements |
List<ContainerTransactionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllContainerTransaction()
Returns all
container-transaction elements |
List<InterceptorBindingType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllInterceptorBinding()
Returns all
interceptor-binding elements |
List<MessageDestinationType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllMessageDestination()
Returns all
message-destination elements |
List<MethodPermissionType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllMethodPermission()
Returns all
method-permission elements |
List<SecurityRoleType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllSecurityRole()
Returns all
security-role elements |
ApplicationExceptionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateApplicationException()
If not already created, a new
application-exception element will be created and returned. |
ContainerTransactionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateContainerTransaction()
If not already created, a new
container-transaction element will be created and returned. |
ExcludeListType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateExcludeList()
If not already created, a new
exclude-list element with the given value will be created. |
InterceptorBindingType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateInterceptorBinding()
If not already created, a new
interceptor-binding element will be created and returned. |
MessageDestinationType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
MethodPermissionType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateMethodPermission()
If not already created, a new
method-permission element will be created and returned. |
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.