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

Packages that use MethodAttributesType
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 MethodAttributesType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return MethodAttributesType
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanType.currentMessage()
          If not already created, a new current-message element will be created and returned.
 MethodAttributesType<GenericBeanType<T>> GenericBeanType.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<MessageDrivenBeanType<T>> MessageDrivenBeanType.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<ServiceBeanType<T>> ServiceBeanType.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanType.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<SessionBeanType<T>> SessionBeanType.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<T> MethodAttributesType.removeAllMethod()
          Removes all method elements
 

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

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement MethodAttributesType
 class MethodAttributesTypeImpl<T>
          This class implements the method-attributesType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return MethodAttributesType
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.currentMessage()
          If not already created, a new current-message element will be created and returned.
 MethodAttributesType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<ServiceBeanType<T>> ServiceBeanTypeImpl.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<SessionBeanType<T>> SessionBeanTypeImpl.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<GenericBeanType<T>> GenericBeanTypeImpl.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.methodAttributes()
          If not already created, a new method-attributes element will be created and returned.
 MethodAttributesType<T> MethodAttributesTypeImpl.removeAllMethod()
          Removes all method elements
 

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