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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MethodType
 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
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.