Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.MethodType

Packages that use MethodType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of MethodType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MethodType
 MethodType<MessagePropertiesType<T>> MessagePropertiesType.method()
          If not already created, a new method element will be created and returned.
 MethodType<MethodAttributesType<T>> MethodAttributesType.method()
          Returns the method element
 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.setIdempotent(java.lang.Boolean idempotent)
          If not already created, a new idempotent element with the given value will be created.
 MethodType<T> MethodType.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 MethodType<T> MethodType.setReadOnly(java.lang.Boolean readOnly)
          If not already created, a new read-only element with the given value will be created.
 MethodType<T> MethodType.setTransactionTimeout(java.lang.String transactionTimeout)
          If not already created, a new transaction-timeout element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MethodType
 java.util.List<MethodType<MethodAttributesType<T>>> MethodAttributesType.getMethodList()
          Returns all method elements
 

Uses of MethodType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return MethodType
 MethodType<MessagePropertiesType<T>> MessagePropertiesTypeImpl.method()
          If not already created, a new method element will be created and returned.
 MethodType<MethodAttributesType<T>> MethodAttributesTypeImpl.method()
          Returns the method element
 MethodType<T> MethodTypeImpl.removeIdempotent()
          Removes the idempotent element
 MethodType<T> MethodTypeImpl.removeMethodName()
          Removes the method-name element
 MethodType<T> MethodTypeImpl.removeReadOnly()
          Removes the read-only element
 MethodType<T> MethodTypeImpl.removeTransactionTimeout()
          Removes the transaction-timeout element
 MethodType<T> MethodTypeImpl.setIdempotent(java.lang.Boolean idempotent)
          If not already created, a new idempotent element with the given value will be created.
 MethodType<T> MethodTypeImpl.setMethodName(java.lang.String methodName)
          If not already created, a new method-name element with the given value will be created.
 MethodType<T> MethodTypeImpl.setReadOnly(java.lang.Boolean readOnly)
          If not already created, a new read-only element with the given value will be created.
 MethodType<T> MethodTypeImpl.setTransactionTimeout(java.lang.String transactionTimeout)
          If not already created, a new transaction-timeout element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type MethodType
 java.util.List<MethodType<MethodAttributesType<T>>> MethodAttributesTypeImpl.getMethodList()
          Returns all method elements