|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssemblyDescriptorType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 | Provides the interfaces and enumeration types as defined in the schema |
Uses of AssemblyDescriptorType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return AssemblyDescriptorType | |
---|---|
AssemblyDescriptorType<JbossType<T>> |
JbossType.getOrCreateAssemblyDescriptor()
If not already created, a new assembly-descriptor element with the given value will be created. |
AssemblyDescriptorType<JbossDescriptor> |
JbossDescriptor.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.removeAllMessageDestination()
Removes all message-destination elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeAllSecurityRole()
Removes all security-role elements |
AssemblyDescriptorType<T> |
AssemblyDescriptorType.removeId()
Removes the id attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type AssemblyDescriptorType | |
---|---|
MessageDestinationType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createMessageDestination()
Creates a new message-destination element |
SecurityRoleType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.createSecurityRole()
Creates a new security-role element |
List<MessageDestinationType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllMessageDestination()
Returns all message-destination elements |
List<SecurityRoleType<AssemblyDescriptorType<T>>> |
AssemblyDescriptorType.getAllSecurityRole()
Returns all security-role elements |
MessageDestinationType<AssemblyDescriptorType<T>> |
AssemblyDescriptorType.getOrCreateMessageDestination()
If not already created, a new message-destination 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |