Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AsyncMethodType<SessionBeanType<T>> |
SessionBeanType.createAsyncMethod()
Creates a new
async-method element |
AsyncMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateAsyncMethod()
If not already created, a new
async-method element will be created and returned. |
AsyncMethodType<T> |
AsyncMethodType.id(String id)
Sets the
id attribute |
AsyncMethodType<T> |
AsyncMethodType.methodName(String methodName)
Sets the
method-name element |
AsyncMethodType<T> |
AsyncMethodType.removeId()
Removes the
id attribute |
AsyncMethodType<T> |
AsyncMethodType.removeMethodName()
Removes the
method-name element |
AsyncMethodType<T> |
AsyncMethodType.removeMethodParams()
Removes the
method-params element |
Modifier and Type | Method and Description |
---|---|
List<AsyncMethodType<SessionBeanType<T>>> |
SessionBeanType.getAllAsyncMethod()
Returns all
async-method elements |
MethodParamsType<AsyncMethodType<T>> |
AsyncMethodType.getOrCreateMethodParams()
If not already created, a new
method-params element with the given value will be created. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.