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 
 

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.getOrCreateCurrentMessage()
          If not already created, a new current-message element with the given value will be created.
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 MethodAttributesType<ServiceBeanType<T>> ServiceBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 MethodAttributesType<SessionBeanType<T>> SessionBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 MethodAttributesType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 MethodAttributesType<GenericBeanType<T>> GenericBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 MethodAttributesType<T> MethodAttributesType.id(String id)
          Sets the id attribute
 MethodAttributesType<T> MethodAttributesType.removeAllMethod()
          Removes all method elements
 MethodAttributesType<T> MethodAttributesType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type MethodAttributesType
 MethodType<MethodAttributesType<T>> MethodAttributesType.createMethod()
          Creates a new method element
 List<MethodType<MethodAttributesType<T>>> MethodAttributesType.getAllMethod()
          Returns all method elements
 MethodType<MethodAttributesType<T>> MethodAttributesType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 



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