Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MethodType<MethodAttributesType<T>> |
MethodAttributesType.createMethod()
Creates a new
method element |
MethodType<MethodAttributesType<T>> |
MethodAttributesType.getOrCreateMethod()
If not already created, a new
method element will be created and returned. |
MethodType<MessagePropertiesType<T>> |
MessagePropertiesType.getOrCreateMethod()
If not already created, a new
method element with the given value will be created. |
MethodType<T> |
MethodType.id(String id)
Sets the
id attribute |
MethodType<T> |
MethodType.idempotent(Boolean idempotent)
Sets the
idempotent element |
MethodType<T> |
MethodType.methodName(String methodName)
Sets the
method-name element |
MethodType<T> |
MethodType.readOnly(Boolean readOnly)
Sets the
read-only element |
MethodType<T> |
MethodType.removeId()
Removes the
id attribute |
MethodType<T> |
MethodType.removeIdempotent()
Removes the
idempotent element |
MethodType<T> |
MethodType.removeMethodName()
Removes the
method-name element |
MethodType<T> |
MethodType.removeReadOnly()
Removes the
read-only element |
MethodType<T> |
MethodType.removeTransactionTimeout()
Removes the
transaction-timeout element |
MethodType<T> |
MethodType.transactionTimeout(String transactionTimeout)
Sets the
transaction-timeout element |
Modifier and Type | Method and Description |
---|---|
List<MethodType<MethodAttributesType<T>>> |
MethodAttributesType.getAllMethod()
Returns all
method elements |
Copyright © 2022 JBoss by Red Hat. All rights reserved.