|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodAttributesType<T>
This interface defines the contract for the method-attributesType
xsd type
Original Documentation:
The method-attributes element can be used to specify which methods are
read only or idempotent. This is used to reduce the need for locks and replication.
Method Summary | |
---|---|
java.util.List<MethodType<MethodAttributesType<T>>> |
getMethodList()
Returns all method elements |
MethodType<MethodAttributesType<T>> |
method()
Returns the method element |
MethodAttributesType<T> |
removeAllMethod()
Removes all method elements |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MethodAttributesType<T> removeAllMethod()
method
elements
MethodAttributesType
MethodType<MethodAttributesType<T>> method()
method
element
method
java.util.List<MethodType<MethodAttributesType<T>>> getMethodList()
method
elements
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |