|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.AssemblyDescriptorTypeImpl<T>
public class AssemblyDescriptorTypeImpl<T>
This class implements the assembly-descriptorType
xsd type
Original Documentation:
The assembly-descriptorType defines
application-assembly information.
The application-assembly information consists of the
following parts: the definition of security roles, the
definition of method permissions, the definition of
transaction attributes for enterprise beans with
container-managed transaction demarcation, the definition
of interceptor bindings, a list of
methods to be excluded from being invoked, and a list of
exception types that should be treated as application exceptions.
All the parts are optional in the sense that they are
omitted if the lists represented by them are empty.
Providing an assembly-descriptor in the deployment
descriptor is optional for the ejb-jar or .war file producer.
Constructor Summary | |
---|---|
AssemblyDescriptorTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
AssemblyDescriptorTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssemblyDescriptorTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public AssemblyDescriptorTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public AssemblyDescriptorType<T> removeAllSecurityRole()
security-role
elements
removeAllSecurityRole
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public SecurityRoleType<AssemblyDescriptorType<T>> securityRole()
security-role
element
securityRole
in interface AssemblyDescriptorType<T>
security-role
public java.util.List<SecurityRoleType<AssemblyDescriptorType<T>>> getSecurityRoleList()
security-role
elements
getSecurityRoleList
in interface AssemblyDescriptorType<T>
security-role
public AssemblyDescriptorType<T> removeAllMethodPermission()
method-permission
elements
removeAllMethodPermission
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public MethodPermissionType<AssemblyDescriptorType<T>> methodPermission()
method-permission
element
methodPermission
in interface AssemblyDescriptorType<T>
method-permission
public java.util.List<MethodPermissionType<AssemblyDescriptorType<T>>> getMethodPermissionList()
method-permission
elements
getMethodPermissionList
in interface AssemblyDescriptorType<T>
method-permission
public AssemblyDescriptorType<T> removeAllContainerTransaction()
container-transaction
elements
removeAllContainerTransaction
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public ContainerTransactionType<AssemblyDescriptorType<T>> containerTransaction()
container-transaction
element
containerTransaction
in interface AssemblyDescriptorType<T>
container-transaction
public java.util.List<ContainerTransactionType<AssemblyDescriptorType<T>>> getContainerTransactionList()
container-transaction
elements
getContainerTransactionList
in interface AssemblyDescriptorType<T>
container-transaction
public AssemblyDescriptorType<T> removeAllInterceptorBinding()
interceptor-binding
elements
removeAllInterceptorBinding
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public InterceptorBindingType<AssemblyDescriptorType<T>> interceptorBinding()
interceptor-binding
element
interceptorBinding
in interface AssemblyDescriptorType<T>
interceptor-binding
public java.util.List<InterceptorBindingType<AssemblyDescriptorType<T>>> getInterceptorBindingList()
interceptor-binding
elements
getInterceptorBindingList
in interface AssemblyDescriptorType<T>
interceptor-binding
public AssemblyDescriptorType<T> removeAllMessageDestination()
message-destination
elements
removeAllMessageDestination
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public MessageDestinationType<AssemblyDescriptorType<T>> messageDestination()
message-destination
element
messageDestination
in interface AssemblyDescriptorType<T>
message-destination
public java.util.List<MessageDestinationType<AssemblyDescriptorType<T>>> getMessageDestinationList()
message-destination
elements
getMessageDestinationList
in interface AssemblyDescriptorType<T>
message-destination
public AssemblyDescriptorType<T> removeExcludeList()
exclude-list
element
removeExcludeList
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public ExcludeListType<AssemblyDescriptorType<T>> excludeList()
exclude-list
element will be created and returned.
Otherwise, the existing exclude-list
element will be returned.
excludeList
in interface AssemblyDescriptorType<T>
exclude-list
public AssemblyDescriptorType<T> removeAllApplicationException()
application-exception
elements
removeAllApplicationException
in interface AssemblyDescriptorType<T>
AssemblyDescriptorType
public ApplicationExceptionType<AssemblyDescriptorType<T>> applicationException()
application-exception
element
applicationException
in interface AssemblyDescriptorType<T>
application-exception
public java.util.List<ApplicationExceptionType<AssemblyDescriptorType<T>>> getApplicationExceptionList()
application-exception
elements
getApplicationExceptionList
in interface AssemblyDescriptorType<T>
application-exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |