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

Packages that use ConsumerBeanType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ConsumerBeanType
 ConsumerBeanType<T> ConsumerBeanType.aopDomainName(String aopDomainName)
          Sets the aop-domain-name element
 ConsumerBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.createConsumer()
          Creates a new consumer element
 ConsumerBeanType<T> ConsumerBeanType.depends(String... values)
          Creates for all String objects representing depends elements, a new depends element
 ConsumerBeanType<T> ConsumerBeanType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ConsumerBeanType<T> ConsumerBeanType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ConsumerBeanType<T> ConsumerBeanType.ejbClass(String ejbClass)
          Sets the ejb-class element
 ConsumerBeanType<T> ConsumerBeanType.ejbName(String ejbName)
          Sets the ejb-name element
 ConsumerBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.getOrCreateConsumer()
          If not already created, a new consumer element will be created and returned.
 ConsumerBeanType<T> ConsumerBeanType.id(String id)
          Sets the id attribute
 ConsumerBeanType<T> ConsumerBeanType.messageDestination(String messageDestination)
          Sets the message-destination element
 ConsumerBeanType<T> ConsumerBeanType.messageDestinationType(String messageDestinationType)
          Sets the message-destination-type element
 ConsumerBeanType<T> ConsumerBeanType.removeActivationConfig()
          Removes the activation-config element
 ConsumerBeanType<T> ConsumerBeanType.removeAllAnnotation()
          Removes all annotation elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllDepends()
          Removes the depends element
 ConsumerBeanType<T> ConsumerBeanType.removeAllDescription()
          Removes the description element
 ConsumerBeanType<T> ConsumerBeanType.removeAllDisplayName()
          Removes the display-name element
 ConsumerBeanType<T> ConsumerBeanType.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllEjbRef()
          Removes all ejb-ref elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllIcon()
          Removes all icon elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllJndiRef()
          Removes all jndi-ref elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllLocalProducer()
          Removes all local-producer elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllMessageProperties()
          Removes all message-properties elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllProducer()
          Removes all producer elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 ConsumerBeanType<T> ConsumerBeanType.removeAllResourceRef()
          Removes all resource-ref elements
 ConsumerBeanType<T> ConsumerBeanType.removeAopDomainName()
          Removes the aop-domain-name element
 ConsumerBeanType<T> ConsumerBeanType.removeCurrentMessage()
          Removes the current-message element
 ConsumerBeanType<T> ConsumerBeanType.removeEjbClass()
          Removes the ejb-class element
 ConsumerBeanType<T> ConsumerBeanType.removeEjbName()
          Removes the ejb-name element
 ConsumerBeanType<T> ConsumerBeanType.removeId()
          Removes the id attribute
 ConsumerBeanType<T> ConsumerBeanType.removeIgnoreDependency()
          Removes the ignore-dependency element
 ConsumerBeanType<T> ConsumerBeanType.removeMessageDestination()
          Removes the message-destination element
 ConsumerBeanType<T> ConsumerBeanType.removeMessageDestinationType()
          Removes the message-destination-type element
 ConsumerBeanType<T> ConsumerBeanType.removeMethodAttributes()
          Removes the method-attributes element
 ConsumerBeanType<T> ConsumerBeanType.removePoolConfig()
          Removes the pool-config element
 ConsumerBeanType<T> ConsumerBeanType.removeSecurityDomain()
          Removes the security-domain element
 ConsumerBeanType<T> ConsumerBeanType.removeSecurityIdentity()
          Removes the security-identity element
 ConsumerBeanType<T> ConsumerBeanType.securityDomain(String securityDomain)
          Sets the security-domain element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ConsumerBeanType
 AnnotationType<ConsumerBeanType<T>> ConsumerBeanType.createAnnotation()
          Creates a new annotation element
 EjbLocalRefType<ConsumerBeanType<T>> ConsumerBeanType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<ConsumerBeanType<T>> ConsumerBeanType.createEjbRef()
          Creates a new ejb-ref element
 IconType<ConsumerBeanType<T>> ConsumerBeanType.createIcon()
          Creates a new icon element
 JndiRefType<ConsumerBeanType<T>> ConsumerBeanType.createJndiRef()
          Creates a new jndi-ref element
 ProducerType<ConsumerBeanType<T>> ConsumerBeanType.createLocalProducer()
          Creates a new local-producer element
 MessageDestinationRefType<ConsumerBeanType<T>> ConsumerBeanType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 MessagePropertiesType<ConsumerBeanType<T>> ConsumerBeanType.createMessageProperties()
          Creates a new message-properties element
 ProducerType<ConsumerBeanType<T>> ConsumerBeanType.createProducer()
          Creates a new producer element
 ResourceEnvRefType<ConsumerBeanType<T>> ConsumerBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<ConsumerBeanType<T>> ConsumerBeanType.createResourceRef()
          Creates a new resource-ref element
 List<AnnotationType<ConsumerBeanType<T>>> ConsumerBeanType.getAllAnnotation()
          Returns all annotation elements
 List<ConsumerBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getAllConsumer()
          Returns all consumer elements
 List<EjbLocalRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllEjbRef()
          Returns all ejb-ref elements
 List<IconType<ConsumerBeanType<T>>> ConsumerBeanType.getAllIcon()
          Returns all icon elements
 List<JndiRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllJndiRef()
          Returns all jndi-ref elements
 List<ProducerType<ConsumerBeanType<T>>> ConsumerBeanType.getAllLocalProducer()
          Returns all local-producer elements
 List<MessageDestinationRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<MessagePropertiesType<ConsumerBeanType<T>>> ConsumerBeanType.getAllMessageProperties()
          Returns all message-properties elements
 List<ProducerType<ConsumerBeanType<T>>> ConsumerBeanType.getAllProducer()
          Returns all producer elements
 List<ResourceEnvRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<ConsumerBeanType<T>>> ConsumerBeanType.getAllResourceRef()
          Returns all resource-ref elements
 ActivationConfigType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateActivationConfig()
          If not already created, a new activation-config element with the given value will be created.
 AnnotationType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateAnnotation()
          If not already created, a new annotation element will be created and returned.
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateCurrentMessage()
          If not already created, a new current-message element with the given value will be created.
 EjbLocalRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 IconType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IgnoreDependencyType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateIgnoreDependency()
          If not already created, a new ignore-dependency element with the given value will be created.
 JndiRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateJndiRef()
          If not already created, a new jndi-ref element will be created and returned.
 ProducerType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateLocalProducer()
          If not already created, a new local-producer element will be created and returned.
 MessageDestinationRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 MessagePropertiesType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateMessageProperties()
          If not already created, a new message-properties element will be created and returned.
 MethodAttributesType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateMethodAttributes()
          If not already created, a new method-attributes element with the given value will be created.
 PoolConfigType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 ProducerType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateProducer()
          If not already created, a new producer element will be created and returned.
 ResourceEnvRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 SecurityIdentityType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreateSecurityIdentity()
          If not already created, a new security-identity element with the given value will be created.
 



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