|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumerBeanType | |
---|---|
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 ConsumerBeanType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ConsumerBeanType | |
---|---|
ConsumerBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansType.consumer()
Returns the consumer 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.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.setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanType.setDepends(java.lang.String depends)
Creates a new depends element |
ConsumerBeanType<T> |
ConsumerBeanType.setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
ConsumerBeanType<T> |
ConsumerBeanType.setDescription(java.lang.String description)
Creates a new description element |
ConsumerBeanType<T> |
ConsumerBeanType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ConsumerBeanType<T> |
ConsumerBeanType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ConsumerBeanType<T> |
ConsumerBeanType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ConsumerBeanType<T> |
ConsumerBeanType.setEjbClass(java.lang.String ejbClass)
If not already created, a new ejb-class element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanType.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanType.setMessageDestination(java.lang.String messageDestination)
If not already created, a new message-destination element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanType.setMessageDestinationType(java.lang.String messageDestinationType)
If not already created, a new message-destination-type element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanType.setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ConsumerBeanType | |
---|---|
ActivationConfigType<ConsumerBeanType<T>> |
ConsumerBeanType.activationConfig()
If not already created, a new activation-config element will be created and returned. |
AnnotationType<ConsumerBeanType<T>> |
ConsumerBeanType.annotation()
Returns the annotation element |
MethodAttributesType<ConsumerBeanType<T>> |
ConsumerBeanType.currentMessage()
If not already created, a new current-message element will be created and returned. |
EjbLocalRefType<ConsumerBeanType<T>> |
ConsumerBeanType.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<ConsumerBeanType<T>> |
ConsumerBeanType.ejbRef()
Returns the ejb-ref element |
java.util.List<AnnotationType<ConsumerBeanType<T>>> |
ConsumerBeanType.getAnnotationList()
Returns all annotation elements |
java.util.List<ConsumerBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansType.getConsumerList()
Returns all consumer elements |
java.util.List<EjbLocalRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<IconType<ConsumerBeanType<T>>> |
ConsumerBeanType.getIconList()
Returns all icon elements |
java.util.List<JndiRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getJndiRefList()
Returns all jndi-ref elements |
java.util.List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanType.getLocalProducerList()
Returns all local-producer elements |
java.util.List<MessageDestinationRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessagePropertiesType<ConsumerBeanType<T>>> |
ConsumerBeanType.getMessagePropertiesList()
Returns all message-properties elements |
java.util.List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanType.getProducerList()
Returns all producer elements |
java.util.List<ResourceEnvRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<ConsumerBeanType<T>>> |
ConsumerBeanType.getResourceRefList()
Returns all resource-ref elements |
IconType<ConsumerBeanType<T>> |
ConsumerBeanType.icon()
Returns the icon element |
IgnoreDependencyType<ConsumerBeanType<T>> |
ConsumerBeanType.ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<ConsumerBeanType<T>> |
ConsumerBeanType.jndiRef()
Returns the jndi-ref element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.localProducer()
Returns the local-producer element |
MessageDestinationRefType<ConsumerBeanType<T>> |
ConsumerBeanType.messageDestinationRef()
Returns the message-destination-ref element |
MessagePropertiesType<ConsumerBeanType<T>> |
ConsumerBeanType.messageProperties()
Returns the message-properties element |
MethodAttributesType<ConsumerBeanType<T>> |
ConsumerBeanType.methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PoolConfigType<ConsumerBeanType<T>> |
ConsumerBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanType.producer()
Returns the producer element |
ResourceEnvRefType<ConsumerBeanType<T>> |
ConsumerBeanType.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<ConsumerBeanType<T>> |
ConsumerBeanType.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<ConsumerBeanType<T>> |
ConsumerBeanType.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
Uses of ConsumerBeanType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement ConsumerBeanType | |
---|---|
class |
ConsumerBeanTypeImpl<T>
This class implements the consumer-beanType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ConsumerBeanType | |
---|---|
ConsumerBeanType<EnterpriseBeansType<T>> |
EnterpriseBeansTypeImpl.consumer()
Returns the consumer element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeActivationConfig()
Removes the activation-config element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllAnnotation()
Removes all annotation elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllDepends()
Removes the depends element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllDescription()
Removes the description element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllDisplayName()
Removes the display-name element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllEjbRef()
Removes all ejb-ref elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllIcon()
Removes all icon elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllJndiRef()
Removes all jndi-ref elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllLocalProducer()
Removes all local-producer elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllMessageProperties()
Removes all message-properties elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllProducer()
Removes all producer elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllResourceEnvRef()
Removes all resource-env-ref elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAllResourceRef()
Removes all resource-ref elements |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeAopDomainName()
Removes the aop-domain-name element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeCurrentMessage()
Removes the current-message element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeEjbClass()
Removes the ejb-class element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeEjbName()
Removes the ejb-name element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeIgnoreDependency()
Removes the ignore-dependency element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeMessageDestination()
Removes the message-destination element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeMessageDestinationType()
Removes the message-destination-type element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeMethodAttributes()
Removes the method-attributes element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removePoolConfig()
Removes the pool-config element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeSecurityDomain()
Removes the security-domain element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.removeSecurityIdentity()
Removes the security-identity element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setDepends(java.lang.String depends)
Creates a new depends element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setEjbClass(java.lang.String ejbClass)
If not already created, a new ejb-class element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setMessageDestination(java.lang.String messageDestination)
If not already created, a new message-destination element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setMessageDestinationType(java.lang.String messageDestinationType)
If not already created, a new message-destination-type element with the given value will be created. |
ConsumerBeanType<T> |
ConsumerBeanTypeImpl.setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type ConsumerBeanType | |
---|---|
ActivationConfigType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.activationConfig()
If not already created, a new activation-config element will be created and returned. |
AnnotationType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.annotation()
Returns the annotation element |
MethodAttributesType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.currentMessage()
If not already created, a new current-message element will be created and returned. |
EjbLocalRefType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.ejbRef()
Returns the ejb-ref element |
java.util.List<AnnotationType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getAnnotationList()
Returns all annotation elements |
java.util.List<ConsumerBeanType<EnterpriseBeansType<T>>> |
EnterpriseBeansTypeImpl.getConsumerList()
Returns all consumer elements |
java.util.List<EjbLocalRefType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.util.List<EjbRefType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getEjbRefList()
Returns all ejb-ref elements |
java.util.List<IconType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getIconList()
Returns all icon elements |
java.util.List<JndiRefType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getJndiRefList()
Returns all jndi-ref elements |
java.util.List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getLocalProducerList()
Returns all local-producer elements |
java.util.List<MessageDestinationRefType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.util.List<MessagePropertiesType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getMessagePropertiesList()
Returns all message-properties elements |
java.util.List<ProducerType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getProducerList()
Returns all producer elements |
java.util.List<ResourceEnvRefType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<ConsumerBeanType<T>>> |
ConsumerBeanTypeImpl.getResourceRefList()
Returns all resource-ref elements |
IconType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.icon()
Returns the icon element |
IgnoreDependencyType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.jndiRef()
Returns the jndi-ref element |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.localProducer()
Returns the local-producer element |
MessageDestinationRefType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.messageDestinationRef()
Returns the message-destination-ref element |
MessagePropertiesType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.messageProperties()
Returns the message-properties element |
MethodAttributesType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PoolConfigType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
ProducerType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.producer()
Returns the producer element |
ResourceEnvRefType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.resourceRef()
Returns the resource-ref element |
SecurityIdentityType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.securityIdentity()
If not already created, a new security-identity element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |