public interface AssemblyDescriptorType<T> extends Child<T>
assembly-descriptorType
xsd typeModifier and Type | Method and Description |
---|---|
MessageDestinationType<AssemblyDescriptorType<T>> |
createMessageDestination()
Creates a new
message-destination element |
SecurityRoleType<AssemblyDescriptorType<T>> |
createSecurityRole()
Creates a new
security-role element |
List<MessageDestinationType<AssemblyDescriptorType<T>>> |
getAllMessageDestination()
Returns all
message-destination elements |
List<SecurityRoleType<AssemblyDescriptorType<T>>> |
getAllSecurityRole()
Returns all
security-role elements |
MessageDestinationType<AssemblyDescriptorType<T>> |
getOrCreateMessageDestination()
If not already created, a new
message-destination element will be created and returned. |
SecurityRoleType<AssemblyDescriptorType<T>> |
getOrCreateSecurityRole()
If not already created, a new
security-role element will be created and returned. |
AssemblyDescriptorType<T> |
removeAllMessageDestination()
Removes all
message-destination elements |
AssemblyDescriptorType<T> |
removeAllSecurityRole()
Removes all
security-role elements |
SecurityRoleType<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>
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>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.