|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssemblyDescriptorType<T>
This interface defines the contract for the assembly-descriptorType
xsd type
Method Summary | |
---|---|
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 |
String |
getId()
Returns the id attribute |
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> |
id(String id)
Sets the id attribute |
AssemblyDescriptorType<T> |
removeAllMessageDestination()
Removes all message-destination elements |
AssemblyDescriptorType<T> |
removeAllSecurityRole()
Removes all security-role elements |
AssemblyDescriptorType<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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
element
SecurityRoleType>
List<SecurityRoleType<AssemblyDescriptorType<T>>> getAllSecurityRole()
security-role
elements
security-role
AssemblyDescriptorType<T> removeAllSecurityRole()
security-role
elements
SecurityRoleType>
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
element
MessageDestinationType>
List<MessageDestinationType<AssemblyDescriptorType<T>>> getAllMessageDestination()
message-destination
elements
message-destination
AssemblyDescriptorType<T> removeAllMessageDestination()
message-destination
elements
MessageDestinationType>
AssemblyDescriptorType<T> id(String id)
id
attribute
id
- the value for the attribute id
AssemblyDescriptorType
String getId()
id
attribute
id
AssemblyDescriptorType<T> removeId()
id
attribute
AssemblyDescriptorType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |