|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jboss51.ConsumerBeanTypeImpl<T>
public class ConsumerBeanTypeImpl<T>
This class implements the consumer-beanType
xsd type
Original Documentation:
The consumer element holds all of the information specific about a
consumer bean which is a JBoss proprietary extension to EJB3 for sending JMS messages via
standard Java interfaces. Used in: enterprise-beans
Constructor Summary | |
---|---|
ConsumerBeanTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
ConsumerBeanTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
ActivationConfigType<ConsumerBeanType<T>> |
activationConfig()
If not already created, a new activation-config element will be created and returned. |
AnnotationType<ConsumerBeanType<T>> |
annotation()
Returns the annotation element |
MethodAttributesType<ConsumerBeanType<T>> |
currentMessage()
If not already created, a new current-message element will be created and returned. |
EjbLocalRefType<ConsumerBeanType<T>> |
ejbLocalRef()
Returns the ejb-local-ref element |
EjbRefType<ConsumerBeanType<T>> |
ejbRef()
Returns the ejb-ref element |
java.util.List<AnnotationType<ConsumerBeanType<T>>> |
getAnnotationList()
Returns all annotation elements |
java.lang.String |
getAopDomainName()
Returns the aop-domain-name element |
java.util.List<java.lang.String> |
getDependsList()
Returns all depends elements |
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<java.lang.String> |
getDisplayNameList()
Returns all display-name elements |
java.lang.String |
getEjbClass()
Returns the ejb-class element |
java.util.List<EjbLocalRefType<ConsumerBeanType<T>>> |
getEjbLocalRefList()
Returns all ejb-local-ref elements |
java.lang.String |
getEjbName()
Returns the ejb-name element |
java.util.List<EjbRefType<ConsumerBeanType<T>>> |
getEjbRefList()
Returns all ejb-ref elements |
java.util.List<IconType<ConsumerBeanType<T>>> |
getIconList()
Returns all icon elements |
java.util.List<JndiRefType<ConsumerBeanType<T>>> |
getJndiRefList()
Returns all jndi-ref elements |
java.util.List<ProducerType<ConsumerBeanType<T>>> |
getLocalProducerList()
Returns all local-producer elements |
java.lang.String |
getMessageDestination()
Returns the message-destination element |
java.util.List<MessageDestinationRefType<ConsumerBeanType<T>>> |
getMessageDestinationRefList()
Returns all message-destination-ref elements |
java.lang.String |
getMessageDestinationType()
Returns the message-destination-type element |
java.util.List<MessagePropertiesType<ConsumerBeanType<T>>> |
getMessagePropertiesList()
Returns all message-properties elements |
java.util.List<ProducerType<ConsumerBeanType<T>>> |
getProducerList()
Returns all producer elements |
java.util.List<ResourceEnvRefType<ConsumerBeanType<T>>> |
getResourceEnvRefList()
Returns all resource-env-ref elements |
java.util.List<ResourceRefType<ConsumerBeanType<T>>> |
getResourceRefList()
Returns all resource-ref elements |
java.lang.String |
getSecurityDomain()
Returns the security-domain element |
IconType<ConsumerBeanType<T>> |
icon()
Returns the icon element |
IgnoreDependencyType<ConsumerBeanType<T>> |
ignoreDependency()
If not already created, a new ignore-dependency element will be created and returned. |
JndiRefType<ConsumerBeanType<T>> |
jndiRef()
Returns the jndi-ref element |
ProducerType<ConsumerBeanType<T>> |
localProducer()
Returns the local-producer element |
MessageDestinationRefType<ConsumerBeanType<T>> |
messageDestinationRef()
Returns the message-destination-ref element |
MessagePropertiesType<ConsumerBeanType<T>> |
messageProperties()
Returns the message-properties element |
MethodAttributesType<ConsumerBeanType<T>> |
methodAttributes()
If not already created, a new method-attributes element will be created and returned. |
PoolConfigType<ConsumerBeanType<T>> |
poolConfig()
If not already created, a new pool-config element will be created and returned. |
ProducerType<ConsumerBeanType<T>> |
producer()
Returns the producer element |
ConsumerBeanType<T> |
removeActivationConfig()
Removes the activation-config element |
ConsumerBeanType<T> |
removeAllAnnotation()
Removes all annotation elements |
ConsumerBeanType<T> |
removeAllDepends()
Removes the depends element |
ConsumerBeanType<T> |
removeAllDescription()
Removes the description element |
ConsumerBeanType<T> |
removeAllDisplayName()
Removes the display-name element |
ConsumerBeanType<T> |
removeAllEjbLocalRef()
Removes all ejb-local-ref elements |
ConsumerBeanType<T> |
removeAllEjbRef()
Removes all ejb-ref elements |
ConsumerBeanType<T> |
removeAllIcon()
Removes all icon elements |
ConsumerBeanType<T> |
removeAllJndiRef()
Removes all jndi-ref elements |
ConsumerBeanType<T> |
removeAllLocalProducer()
Removes all local-producer elements |
ConsumerBeanType<T> |
removeAllMessageDestinationRef()
Removes all message-destination-ref elements |
ConsumerBeanType<T> |
removeAllMessageProperties()
Removes all message-properties elements |
ConsumerBeanType<T> |
removeAllProducer()
Removes all producer elements |
ConsumerBeanType<T> |
removeAllResourceEnvRef()
Removes all resource-env-ref elements |
ConsumerBeanType<T> |
removeAllResourceRef()
Removes all resource-ref elements |
ConsumerBeanType<T> |
removeAopDomainName()
Removes the aop-domain-name element |
ConsumerBeanType<T> |
removeCurrentMessage()
Removes the current-message element |
ConsumerBeanType<T> |
removeEjbClass()
Removes the ejb-class element |
ConsumerBeanType<T> |
removeEjbName()
Removes the ejb-name element |
ConsumerBeanType<T> |
removeIgnoreDependency()
Removes the ignore-dependency element |
ConsumerBeanType<T> |
removeMessageDestination()
Removes the message-destination element |
ConsumerBeanType<T> |
removeMessageDestinationType()
Removes the message-destination-type element |
ConsumerBeanType<T> |
removeMethodAttributes()
Removes the method-attributes element |
ConsumerBeanType<T> |
removePoolConfig()
Removes the pool-config element |
ConsumerBeanType<T> |
removeSecurityDomain()
Removes the security-domain element |
ConsumerBeanType<T> |
removeSecurityIdentity()
Removes the security-identity element |
ResourceEnvRefType<ConsumerBeanType<T>> |
resourceEnvRef()
Returns the resource-env-ref element |
ResourceRefType<ConsumerBeanType<T>> |
resourceRef()
Returns the resource-ref element |
SecurityIdentityType<ConsumerBeanType<T>> |
securityIdentity()
If not already created, a new security-identity element will be created and returned. |
ConsumerBeanType<T> |
setAopDomainName(java.lang.String aopDomainName)
If not already created, a new aop-domain-name element with the given value will be created. |
ConsumerBeanType<T> |
setDepends(java.lang.String depends)
Creates a new depends element |
ConsumerBeanType<T> |
setDependsList(java.lang.String... values)
Creates for all String objects representing depends elements,
a new depends element |
ConsumerBeanType<T> |
setDescription(java.lang.String description)
Creates a new description element |
ConsumerBeanType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ConsumerBeanType<T> |
setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ConsumerBeanType<T> |
setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ConsumerBeanType<T> |
setEjbClass(java.lang.String ejbClass)
If not already created, a new ejb-class element with the given value will be created. |
ConsumerBeanType<T> |
setEjbName(java.lang.String ejbName)
If not already created, a new ejb-name element with the given value will be created. |
ConsumerBeanType<T> |
setMessageDestination(java.lang.String messageDestination)
If not already created, a new message-destination element with the given value will be created. |
ConsumerBeanType<T> |
setMessageDestinationType(java.lang.String messageDestinationType)
If not already created, a new message-destination-type element with the given value will be created. |
ConsumerBeanType<T> |
setSecurityDomain(java.lang.String securityDomain)
If not already created, a new security-domain element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsumerBeanTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public ConsumerBeanTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public ConsumerBeanType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface ConsumerBeanType<T>
list
- of description
objects
ConsumerBeanType
public ConsumerBeanType<T> removeAllDescription()
description
element
removeAllDescription
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface ConsumerBeanType<T>
description
public ConsumerBeanType<T> setDisplayName(java.lang.String displayName)
display-name
element
setDisplayName
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> setDisplayNameList(java.lang.String... values)
display-name
elements,
a new display-name
element
setDisplayNameList
in interface ConsumerBeanType<T>
list
- of display-name
objects
ConsumerBeanType
public ConsumerBeanType<T> removeAllDisplayName()
display-name
element
removeAllDisplayName
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.util.List<java.lang.String> getDisplayNameList()
display-name
elements
getDisplayNameList
in interface ConsumerBeanType<T>
display-name
public ConsumerBeanType<T> removeAllIcon()
icon
elements
removeAllIcon
in interface ConsumerBeanType<T>
ConsumerBeanType
public IconType<ConsumerBeanType<T>> icon()
icon
element
icon
in interface ConsumerBeanType<T>
icon
public java.util.List<IconType<ConsumerBeanType<T>>> getIconList()
icon
elements
getIconList
in interface ConsumerBeanType<T>
icon
public ConsumerBeanType<T> setEjbName(java.lang.String ejbName)
ejb-name
element with the given value will be created.
Otherwise, the existing ejb-name
element will be updated with the given value.
setEjbName
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> removeEjbName()
ejb-name
element
removeEjbName
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.lang.String getEjbName()
ejb-name
element
getEjbName
in interface ConsumerBeanType<T>
ejb-name
public ConsumerBeanType<T> setEjbClass(java.lang.String ejbClass)
ejb-class
element with the given value will be created.
Otherwise, the existing ejb-class
element will be updated with the given value.
setEjbClass
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> removeEjbClass()
ejb-class
element
removeEjbClass
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.lang.String getEjbClass()
ejb-class
element
getEjbClass
in interface ConsumerBeanType<T>
ejb-class
public ConsumerBeanType<T> setMessageDestination(java.lang.String messageDestination)
message-destination
element with the given value will be created.
Otherwise, the existing message-destination
element will be updated with the given value.
setMessageDestination
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> removeMessageDestination()
message-destination
element
removeMessageDestination
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.lang.String getMessageDestination()
message-destination
element
getMessageDestination
in interface ConsumerBeanType<T>
message-destination
public ConsumerBeanType<T> setMessageDestinationType(java.lang.String messageDestinationType)
message-destination-type
element with the given value will be created.
Otherwise, the existing message-destination-type
element will be updated with the given value.
setMessageDestinationType
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> removeMessageDestinationType()
message-destination-type
element
removeMessageDestinationType
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.lang.String getMessageDestinationType()
message-destination-type
element
getMessageDestinationType
in interface ConsumerBeanType<T>
message-destination-type
public ConsumerBeanType<T> removeAllProducer()
producer
elements
removeAllProducer
in interface ConsumerBeanType<T>
ConsumerBeanType
public ProducerType<ConsumerBeanType<T>> producer()
producer
element
producer
in interface ConsumerBeanType<T>
producer
public java.util.List<ProducerType<ConsumerBeanType<T>>> getProducerList()
producer
elements
getProducerList
in interface ConsumerBeanType<T>
producer
public ConsumerBeanType<T> removeAllLocalProducer()
local-producer
elements
removeAllLocalProducer
in interface ConsumerBeanType<T>
ConsumerBeanType
public ProducerType<ConsumerBeanType<T>> localProducer()
local-producer
element
localProducer
in interface ConsumerBeanType<T>
local-producer
public java.util.List<ProducerType<ConsumerBeanType<T>>> getLocalProducerList()
local-producer
elements
getLocalProducerList
in interface ConsumerBeanType<T>
local-producer
public ConsumerBeanType<T> removeCurrentMessage()
current-message
element
removeCurrentMessage
in interface ConsumerBeanType<T>
ConsumerBeanType
public MethodAttributesType<ConsumerBeanType<T>> currentMessage()
current-message
element will be created and returned.
Otherwise, the existing current-message
element will be returned.
currentMessage
in interface ConsumerBeanType<T>
current-message
public ConsumerBeanType<T> removeAllMessageProperties()
message-properties
elements
removeAllMessageProperties
in interface ConsumerBeanType<T>
ConsumerBeanType
public MessagePropertiesType<ConsumerBeanType<T>> messageProperties()
message-properties
element
messageProperties
in interface ConsumerBeanType<T>
message-properties
public java.util.List<MessagePropertiesType<ConsumerBeanType<T>>> getMessagePropertiesList()
message-properties
elements
getMessagePropertiesList
in interface ConsumerBeanType<T>
message-properties
public ConsumerBeanType<T> removeAllEjbRef()
ejb-ref
elements
removeAllEjbRef
in interface ConsumerBeanType<T>
ConsumerBeanType
public EjbRefType<ConsumerBeanType<T>> ejbRef()
ejb-ref
element
ejbRef
in interface ConsumerBeanType<T>
ejb-ref
public java.util.List<EjbRefType<ConsumerBeanType<T>>> getEjbRefList()
ejb-ref
elements
getEjbRefList
in interface ConsumerBeanType<T>
ejb-ref
public ConsumerBeanType<T> removeAllEjbLocalRef()
ejb-local-ref
elements
removeAllEjbLocalRef
in interface ConsumerBeanType<T>
ConsumerBeanType
public EjbLocalRefType<ConsumerBeanType<T>> ejbLocalRef()
ejb-local-ref
element
ejbLocalRef
in interface ConsumerBeanType<T>
ejb-local-ref
public java.util.List<EjbLocalRefType<ConsumerBeanType<T>>> getEjbLocalRefList()
ejb-local-ref
elements
getEjbLocalRefList
in interface ConsumerBeanType<T>
ejb-local-ref
public ConsumerBeanType<T> removeSecurityIdentity()
security-identity
element
removeSecurityIdentity
in interface ConsumerBeanType<T>
ConsumerBeanType
public SecurityIdentityType<ConsumerBeanType<T>> securityIdentity()
security-identity
element will be created and returned.
Otherwise, the existing security-identity
element will be returned.
securityIdentity
in interface ConsumerBeanType<T>
security-identity
public ConsumerBeanType<T> removeAllResourceRef()
resource-ref
elements
removeAllResourceRef
in interface ConsumerBeanType<T>
ConsumerBeanType
public ResourceRefType<ConsumerBeanType<T>> resourceRef()
resource-ref
element
resourceRef
in interface ConsumerBeanType<T>
resource-ref
public java.util.List<ResourceRefType<ConsumerBeanType<T>>> getResourceRefList()
resource-ref
elements
getResourceRefList
in interface ConsumerBeanType<T>
resource-ref
public ConsumerBeanType<T> removeAllResourceEnvRef()
resource-env-ref
elements
removeAllResourceEnvRef
in interface ConsumerBeanType<T>
ConsumerBeanType
public ResourceEnvRefType<ConsumerBeanType<T>> resourceEnvRef()
resource-env-ref
element
resourceEnvRef
in interface ConsumerBeanType<T>
resource-env-ref
public java.util.List<ResourceEnvRefType<ConsumerBeanType<T>>> getResourceEnvRefList()
resource-env-ref
elements
getResourceEnvRefList
in interface ConsumerBeanType<T>
resource-env-ref
public ConsumerBeanType<T> removeAllMessageDestinationRef()
message-destination-ref
elements
removeAllMessageDestinationRef
in interface ConsumerBeanType<T>
ConsumerBeanType
public MessageDestinationRefType<ConsumerBeanType<T>> messageDestinationRef()
message-destination-ref
element
messageDestinationRef
in interface ConsumerBeanType<T>
message-destination-ref
public java.util.List<MessageDestinationRefType<ConsumerBeanType<T>>> getMessageDestinationRefList()
message-destination-ref
elements
getMessageDestinationRefList
in interface ConsumerBeanType<T>
message-destination-ref
public ConsumerBeanType<T> setSecurityDomain(java.lang.String securityDomain)
security-domain
element with the given value will be created.
Otherwise, the existing security-domain
element will be updated with the given value.
setSecurityDomain
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> removeSecurityDomain()
security-domain
element
removeSecurityDomain
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.lang.String getSecurityDomain()
security-domain
element
getSecurityDomain
in interface ConsumerBeanType<T>
security-domain
public ConsumerBeanType<T> removeMethodAttributes()
method-attributes
element
removeMethodAttributes
in interface ConsumerBeanType<T>
ConsumerBeanType
public MethodAttributesType<ConsumerBeanType<T>> methodAttributes()
method-attributes
element will be created and returned.
Otherwise, the existing method-attributes
element will be returned.
methodAttributes
in interface ConsumerBeanType<T>
method-attributes
public ConsumerBeanType<T> setDepends(java.lang.String depends)
depends
element
setDepends
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> setDependsList(java.lang.String... values)
depends
elements,
a new depends
element
setDependsList
in interface ConsumerBeanType<T>
list
- of depends
objects
ConsumerBeanType
public ConsumerBeanType<T> removeAllDepends()
depends
element
removeAllDepends
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.util.List<java.lang.String> getDependsList()
depends
elements
getDependsList
in interface ConsumerBeanType<T>
depends
public ConsumerBeanType<T> removeAllAnnotation()
annotation
elements
removeAllAnnotation
in interface ConsumerBeanType<T>
ConsumerBeanType
public AnnotationType<ConsumerBeanType<T>> annotation()
annotation
element
annotation
in interface ConsumerBeanType<T>
annotation
public java.util.List<AnnotationType<ConsumerBeanType<T>>> getAnnotationList()
annotation
elements
getAnnotationList
in interface ConsumerBeanType<T>
annotation
public ConsumerBeanType<T> removeIgnoreDependency()
ignore-dependency
element
removeIgnoreDependency
in interface ConsumerBeanType<T>
ConsumerBeanType
public IgnoreDependencyType<ConsumerBeanType<T>> ignoreDependency()
ignore-dependency
element will be created and returned.
Otherwise, the existing ignore-dependency
element will be returned.
ignoreDependency
in interface ConsumerBeanType<T>
ignore-dependency
public ConsumerBeanType<T> setAopDomainName(java.lang.String aopDomainName)
aop-domain-name
element with the given value will be created.
Otherwise, the existing aop-domain-name
element will be updated with the given value.
setAopDomainName
in interface ConsumerBeanType<T>
ConsumerBeanType
public ConsumerBeanType<T> removeAopDomainName()
aop-domain-name
element
removeAopDomainName
in interface ConsumerBeanType<T>
ConsumerBeanType
public java.lang.String getAopDomainName()
aop-domain-name
element
getAopDomainName
in interface ConsumerBeanType<T>
aop-domain-name
public ConsumerBeanType<T> removePoolConfig()
pool-config
element
removePoolConfig
in interface ConsumerBeanType<T>
ConsumerBeanType
public PoolConfigType<ConsumerBeanType<T>> poolConfig()
pool-config
element will be created and returned.
Otherwise, the existing pool-config
element will be returned.
poolConfig
in interface ConsumerBeanType<T>
pool-config
public ConsumerBeanType<T> removeAllJndiRef()
jndi-ref
elements
removeAllJndiRef
in interface ConsumerBeanType<T>
ConsumerBeanType
public JndiRefType<ConsumerBeanType<T>> jndiRef()
jndi-ref
element
jndiRef
in interface ConsumerBeanType<T>
jndi-ref
public java.util.List<JndiRefType<ConsumerBeanType<T>>> getJndiRefList()
jndi-ref
elements
getJndiRefList
in interface ConsumerBeanType<T>
jndi-ref
public ConsumerBeanType<T> removeActivationConfig()
activation-config
element
removeActivationConfig
in interface ConsumerBeanType<T>
ConsumerBeanType
public ActivationConfigType<ConsumerBeanType<T>> activationConfig()
activation-config
element will be created and returned.
Otherwise, the existing activation-config
element will be returned.
activationConfig
in interface ConsumerBeanType<T>
activation-config
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |