public interface AssemblyDescriptorType<T> extends Child<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-roleSecurityRoleType<AssemblyDescriptorType<T>> createSecurityRole()
security-role elementSecurityRoleType> List<SecurityRoleType<AssemblyDescriptorType<T>>> getAllSecurityRole()
security-role elementssecurity-roleAssemblyDescriptorType<T> removeAllSecurityRole()
security-role elementsSecurityRoleType> MessageDestinationType<AssemblyDescriptorType<T>> getOrCreateMessageDestination()
message-destination element will be created and returned.
Otherwise, the first existing message-destination element will be returned.message-destinationMessageDestinationType<AssemblyDescriptorType<T>> createMessageDestination()
message-destination elementMessageDestinationType> List<MessageDestinationType<AssemblyDescriptorType<T>>> getAllMessageDestination()
message-destination elementsmessage-destinationAssemblyDescriptorType<T> removeAllMessageDestination()
message-destination elementsMessageDestinationType> Copyright © 2016 JBoss by Red Hat. All rights reserved.