Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MethodType<ContainerTransactionType<T>> |
ContainerTransactionType.createMethod()
Creates a new
method element |
MethodType<ExcludeListType<T>> |
ExcludeListType.createMethod()
Creates a new
method element |
MethodType<MethodPermissionType<T>> |
MethodPermissionType.createMethod()
Creates a new
method element |
MethodType<T> |
MethodType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
MethodType<T> |
MethodType.ejbName(String ejbName)
Sets the
ejb-name element |
MethodType<ContainerTransactionType<T>> |
ContainerTransactionType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodType<ExcludeListType<T>> |
ExcludeListType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodType<MethodPermissionType<T>> |
MethodPermissionType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodType<T> |
MethodType.id(String id)
Sets the
id attribute |
MethodType<T> |
MethodType.methodIntf(MethodIntfType methodIntf)
Sets the
method-intf element |
MethodType<T> |
MethodType.methodIntf(String methodIntf)
Sets the
method-intf element |
MethodType<T> |
MethodType.methodName(String methodName)
Sets the
method-name element |
MethodType<T> |
MethodType.removeAllDescription()
Removes the
description element |
MethodType<T> |
MethodType.removeEjbName()
Removes the
ejb-name element |
MethodType<T> |
MethodType.removeId()
Removes the
id attribute |
MethodType<T> |
MethodType.removeMethodIntf()
Removes the
method-intf attribute |
MethodType<T> |
MethodType.removeMethodName()
Removes the
method-name element |
MethodType<T> |
MethodType.removeMethodParams()
Removes the
method-params element |
Modifier and Type | Method and Description |
---|---|
List<MethodType<ContainerTransactionType<T>>> |
ContainerTransactionType.getAllMethod()
Returns all
method elements |
List<MethodType<ExcludeListType<T>>> |
ExcludeListType.getAllMethod()
Returns all
method elements |
List<MethodType<MethodPermissionType<T>>> |
MethodPermissionType.getAllMethod()
Returns all
method elements |
MethodParamsType<MethodType<T>> |
MethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.