public interface AssemblyDescriptorType<T> extends Child<T>, JavaeeAssemblyDescriptorCommonType<T,AssemblyDescriptorType<T>,SecurityRoleType<AssemblyDescriptorType<T>>,MethodPermissionType<AssemblyDescriptorType<T>>,ContainerTransactionType<AssemblyDescriptorType<T>>,InterceptorBindingType<AssemblyDescriptorType<T>>,MessageDestinationType<AssemblyDescriptorType<T>>,ExcludeListType<AssemblyDescriptorType<T>>,ApplicationExceptionType<AssemblyDescriptorType<T>>>
assembly-descriptorType
xsd typeSecurityRoleType<AssemblyDescriptorType<T>> getOrCreateSecurityRole()
security-role
element will be created and returned.
Otherwise, the first existing security-role
element will be returned.security-role
SecurityRoleType<AssemblyDescriptorType<T>> createSecurityRole()
security-role
elementSecurityRoleType>
List<SecurityRoleType<AssemblyDescriptorType<T>>> getAllSecurityRole()
security-role
elementssecurity-role
AssemblyDescriptorType<T> removeAllSecurityRole()
security-role
elementsSecurityRoleType>
MethodPermissionType<AssemblyDescriptorType<T>> getOrCreateMethodPermission()
method-permission
element will be created and returned.
Otherwise, the first existing method-permission
element will be returned.method-permission
MethodPermissionType<AssemblyDescriptorType<T>> createMethodPermission()
method-permission
elementMethodPermissionType>
List<MethodPermissionType<AssemblyDescriptorType<T>>> getAllMethodPermission()
method-permission
elementsmethod-permission
AssemblyDescriptorType<T> removeAllMethodPermission()
method-permission
elementsMethodPermissionType>
ContainerTransactionType<AssemblyDescriptorType<T>> getOrCreateContainerTransaction()
container-transaction
element will be created and returned.
Otherwise, the first existing container-transaction
element will be returned.container-transaction
ContainerTransactionType<AssemblyDescriptorType<T>> createContainerTransaction()
container-transaction
elementContainerTransactionType>
List<ContainerTransactionType<AssemblyDescriptorType<T>>> getAllContainerTransaction()
container-transaction
elementscontainer-transaction
AssemblyDescriptorType<T> removeAllContainerTransaction()
container-transaction
elementsContainerTransactionType>
InterceptorBindingType<AssemblyDescriptorType<T>> getOrCreateInterceptorBinding()
interceptor-binding
element will be created and returned.
Otherwise, the first existing interceptor-binding
element will be returned.interceptor-binding
InterceptorBindingType<AssemblyDescriptorType<T>> createInterceptorBinding()
interceptor-binding
elementInterceptorBindingType>
List<InterceptorBindingType<AssemblyDescriptorType<T>>> getAllInterceptorBinding()
interceptor-binding
elementsinterceptor-binding
AssemblyDescriptorType<T> removeAllInterceptorBinding()
interceptor-binding
elementsInterceptorBindingType>
MessageDestinationType<AssemblyDescriptorType<T>> getOrCreateMessageDestination()
message-destination
element will be created and returned.
Otherwise, the first existing message-destination
element will be returned.message-destination
MessageDestinationType<AssemblyDescriptorType<T>> createMessageDestination()
message-destination
elementMessageDestinationType>
List<MessageDestinationType<AssemblyDescriptorType<T>>> getAllMessageDestination()
message-destination
elementsmessage-destination
AssemblyDescriptorType<T> removeAllMessageDestination()
message-destination
elementsMessageDestinationType>
ExcludeListType<AssemblyDescriptorType<T>> getOrCreateExcludeList()
exclude-list
element with the given value will be created.
Otherwise, the existing exclude-list
element will be returned.ExcludeListType>
AssemblyDescriptorType<T> removeExcludeList()
exclude-list
elementAssemblyDescriptorType
ApplicationExceptionType<AssemblyDescriptorType<T>> getOrCreateApplicationException()
application-exception
element will be created and returned.
Otherwise, the first existing application-exception
element will be returned.application-exception
ApplicationExceptionType<AssemblyDescriptorType<T>> createApplicationException()
application-exception
elementApplicationExceptionType>
List<ApplicationExceptionType<AssemblyDescriptorType<T>>> getAllApplicationException()
application-exception
elementsapplication-exception
AssemblyDescriptorType<T> removeAllApplicationException()
application-exception
elementsApplicationExceptionType>
AssemblyDescriptorType<T> id(String id)
id
attributeid
- the value for the attribute id
AssemblyDescriptorType
String getId()
id
attributeid
AssemblyDescriptorType<T> removeId()
id
attributeAssemblyDescriptorType
Copyright © 2022 JBoss by Red Hat. All rights reserved.