public interface ConsumerBeanType<T> extends Child<T>
consumer-beanType
xsd typeModifier and Type | Method and Description |
---|---|
ConsumerBeanType<T> |
aopDomainName(String aopDomainName)
Sets the
aop-domain-name element |
AnnotationType<ConsumerBeanType<T>> |
createAnnotation()
Creates a new
annotation element |
EjbLocalRefType<ConsumerBeanType<T>> |
createEjbLocalRef()
Creates a new
ejb-local-ref element |
EjbRefType<ConsumerBeanType<T>> |
createEjbRef()
Creates a new
ejb-ref element |
IconType<ConsumerBeanType<T>> |
createIcon()
Creates a new
icon element |
JndiRefType<ConsumerBeanType<T>> |
createJndiRef()
Creates a new
jndi-ref element |
ProducerType<ConsumerBeanType<T>> |
createLocalProducer()
Creates a new
local-producer element |
MessageDestinationRefType<ConsumerBeanType<T>> |
createMessageDestinationRef()
Creates a new
message-destination-ref element |
MessagePropertiesType<ConsumerBeanType<T>> |
createMessageProperties()
Creates a new
message-properties element |
ProducerType<ConsumerBeanType<T>> |
createProducer()
Creates a new
producer element |
ResourceEnvRefType<ConsumerBeanType<T>> |
createResourceEnvRef()
Creates a new
resource-env-ref element |
ResourceRefType<ConsumerBeanType<T>> |
createResourceRef()
Creates a new
resource-ref element |
ConsumerBeanType<T> |
depends(String... values)
Creates for all String objects representing
depends elements,
a new depends element |
ConsumerBeanType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ConsumerBeanType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ConsumerBeanType<T> |
ejbClass(String ejbClass)
Sets the
ejb-class element |
ConsumerBeanType<T> |
ejbName(String ejbName)
Sets the
ejb-name element |
List<AnnotationType<ConsumerBeanType<T>>> |
getAllAnnotation()
Returns all
annotation elements |
List<String> |
getAllDepends()
Returns all
depends elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<EjbLocalRefType<ConsumerBeanType<T>>> |
getAllEjbLocalRef()
Returns all
ejb-local-ref elements |
List<EjbRefType<ConsumerBeanType<T>>> |
getAllEjbRef()
Returns all
ejb-ref elements |
List<IconType<ConsumerBeanType<T>>> |
getAllIcon()
Returns all
icon elements |
List<JndiRefType<ConsumerBeanType<T>>> |
getAllJndiRef()
Returns all
jndi-ref elements |
List<ProducerType<ConsumerBeanType<T>>> |
getAllLocalProducer()
Returns all
local-producer elements |
List<MessageDestinationRefType<ConsumerBeanType<T>>> |
getAllMessageDestinationRef()
Returns all
message-destination-ref elements |
List<MessagePropertiesType<ConsumerBeanType<T>>> |
getAllMessageProperties()
Returns all
message-properties elements |
List<ProducerType<ConsumerBeanType<T>>> |
getAllProducer()
Returns all
producer elements |
List<ResourceEnvRefType<ConsumerBeanType<T>>> |
getAllResourceEnvRef()
Returns all
resource-env-ref elements |
List<ResourceRefType<ConsumerBeanType<T>>> |
getAllResourceRef()
Returns all
resource-ref elements |
String |
getAopDomainName()
Returns the
aop-domain-name element |
String |
getEjbClass()
Returns the
ejb-class element |
String |
getEjbName()
Returns the
ejb-name element |
String |
getId()
Returns the
id attribute |
String |
getMessageDestination()
Returns the
message-destination element |
String |
getMessageDestinationType()
Returns the
message-destination-type element |
ActivationConfigType<ConsumerBeanType<T>> |
getOrCreateActivationConfig()
If not already created, a new
activation-config element with the given value will be created. |
AnnotationType<ConsumerBeanType<T>> |
getOrCreateAnnotation()
If not already created, a new
annotation element will be created and returned. |
MethodAttributesType<ConsumerBeanType<T>> |
getOrCreateCurrentMessage()
If not already created, a new
current-message element with the given value will be created. |
EjbLocalRefType<ConsumerBeanType<T>> |
getOrCreateEjbLocalRef()
If not already created, a new
ejb-local-ref element will be created and returned. |
EjbRefType<ConsumerBeanType<T>> |
getOrCreateEjbRef()
If not already created, a new
ejb-ref element will be created and returned. |
IconType<ConsumerBeanType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
IgnoreDependencyType<ConsumerBeanType<T>> |
getOrCreateIgnoreDependency()
If not already created, a new
ignore-dependency element with the given value will be created. |
JndiRefType<ConsumerBeanType<T>> |
getOrCreateJndiRef()
If not already created, a new
jndi-ref element will be created and returned. |
ProducerType<ConsumerBeanType<T>> |
getOrCreateLocalProducer()
If not already created, a new
local-producer element will be created and returned. |
MessageDestinationRefType<ConsumerBeanType<T>> |
getOrCreateMessageDestinationRef()
If not already created, a new
message-destination-ref element will be created and returned. |
MessagePropertiesType<ConsumerBeanType<T>> |
getOrCreateMessageProperties()
If not already created, a new
message-properties element will be created and returned. |
MethodAttributesType<ConsumerBeanType<T>> |
getOrCreateMethodAttributes()
If not already created, a new
method-attributes element with the given value will be created. |
PoolConfigType<ConsumerBeanType<T>> |
getOrCreatePoolConfig()
If not already created, a new
pool-config element with the given value will be created. |
ProducerType<ConsumerBeanType<T>> |
getOrCreateProducer()
If not already created, a new
producer element will be created and returned. |
ResourceEnvRefType<ConsumerBeanType<T>> |
getOrCreateResourceEnvRef()
If not already created, a new
resource-env-ref element will be created and returned. |
ResourceRefType<ConsumerBeanType<T>> |
getOrCreateResourceRef()
If not already created, a new
resource-ref element will be created and returned. |
SecurityIdentityType<ConsumerBeanType<T>> |
getOrCreateSecurityIdentity()
If not already created, a new
security-identity element with the given value will be created. |
String |
getSecurityDomain()
Returns the
security-domain element |
ConsumerBeanType<T> |
id(String id)
Sets the
id attribute |
ConsumerBeanType<T> |
messageDestination(String messageDestination)
Sets the
message-destination element |
ConsumerBeanType<T> |
messageDestinationType(String messageDestinationType)
Sets the
message-destination-type 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> |
removeId()
Removes the
id attribute |
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 |
ConsumerBeanType<T> |
securityDomain(String securityDomain)
Sets the
security-domain element |
ConsumerBeanType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsConsumerBeanType
List<String> getAllDescription()
description
elementsdescription
ConsumerBeanType<T> removeAllDescription()
description
elementConsumerBeanType
ConsumerBeanType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsConsumerBeanType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
ConsumerBeanType<T> removeAllDisplayName()
display-name
elementConsumerBeanType
IconType<ConsumerBeanType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<ConsumerBeanType<T>> createIcon()
icon
elementIconType>
List<IconType<ConsumerBeanType<T>>> getAllIcon()
icon
elementsicon
ConsumerBeanType<T> removeAllIcon()
icon
elementsIconType>
ConsumerBeanType<T> ejbName(String ejbName)
ejb-name
elementejbName
- the value for the element ejb-name
ConsumerBeanType
String getEjbName()
ejb-name
elementejb-name
ConsumerBeanType<T> removeEjbName()
ejb-name
elementConsumerBeanType
ConsumerBeanType<T> ejbClass(String ejbClass)
ejb-class
elementejbClass
- the value for the element ejb-class
ConsumerBeanType
String getEjbClass()
ejb-class
elementejb-class
ConsumerBeanType<T> removeEjbClass()
ejb-class
elementConsumerBeanType
ConsumerBeanType<T> messageDestination(String messageDestination)
message-destination
elementmessageDestination
- the value for the element message-destination
ConsumerBeanType
String getMessageDestination()
message-destination
elementmessage-destination
ConsumerBeanType<T> removeMessageDestination()
message-destination
elementConsumerBeanType
ConsumerBeanType<T> messageDestinationType(String messageDestinationType)
message-destination-type
elementmessageDestinationType
- the value for the element message-destination-type
ConsumerBeanType
String getMessageDestinationType()
message-destination-type
elementmessage-destination-type
ConsumerBeanType<T> removeMessageDestinationType()
message-destination-type
elementConsumerBeanType
ProducerType<ConsumerBeanType<T>> getOrCreateProducer()
producer
element will be created and returned.
Otherwise, the first existing producer
element will be returned.producer
ProducerType<ConsumerBeanType<T>> createProducer()
producer
elementProducerType>
List<ProducerType<ConsumerBeanType<T>>> getAllProducer()
producer
elementsproducer
ConsumerBeanType<T> removeAllProducer()
producer
elementsProducerType>
ProducerType<ConsumerBeanType<T>> getOrCreateLocalProducer()
local-producer
element will be created and returned.
Otherwise, the first existing local-producer
element will be returned.local-producer
ProducerType<ConsumerBeanType<T>> createLocalProducer()
local-producer
elementProducerType>
List<ProducerType<ConsumerBeanType<T>>> getAllLocalProducer()
local-producer
elementslocal-producer
ConsumerBeanType<T> removeAllLocalProducer()
local-producer
elementsProducerType>
MethodAttributesType<ConsumerBeanType<T>> getOrCreateCurrentMessage()
current-message
element with the given value will be created.
Otherwise, the existing current-message
element will be returned.MethodAttributesType>
ConsumerBeanType<T> removeCurrentMessage()
current-message
elementConsumerBeanType
MessagePropertiesType<ConsumerBeanType<T>> getOrCreateMessageProperties()
message-properties
element will be created and returned.
Otherwise, the first existing message-properties
element will be returned.message-properties
MessagePropertiesType<ConsumerBeanType<T>> createMessageProperties()
message-properties
elementMessagePropertiesType>
List<MessagePropertiesType<ConsumerBeanType<T>>> getAllMessageProperties()
message-properties
elementsmessage-properties
ConsumerBeanType<T> removeAllMessageProperties()
message-properties
elementsMessagePropertiesType>
EjbRefType<ConsumerBeanType<T>> getOrCreateEjbRef()
ejb-ref
element will be created and returned.
Otherwise, the first existing ejb-ref
element will be returned.ejb-ref
EjbRefType<ConsumerBeanType<T>> createEjbRef()
ejb-ref
elementEjbRefType>
List<EjbRefType<ConsumerBeanType<T>>> getAllEjbRef()
ejb-ref
elementsejb-ref
ConsumerBeanType<T> removeAllEjbRef()
ejb-ref
elementsEjbRefType>
EjbLocalRefType<ConsumerBeanType<T>> getOrCreateEjbLocalRef()
ejb-local-ref
element will be created and returned.
Otherwise, the first existing ejb-local-ref
element will be returned.ejb-local-ref
EjbLocalRefType<ConsumerBeanType<T>> createEjbLocalRef()
ejb-local-ref
elementEjbLocalRefType>
List<EjbLocalRefType<ConsumerBeanType<T>>> getAllEjbLocalRef()
ejb-local-ref
elementsejb-local-ref
ConsumerBeanType<T> removeAllEjbLocalRef()
ejb-local-ref
elementsEjbLocalRefType>
SecurityIdentityType<ConsumerBeanType<T>> getOrCreateSecurityIdentity()
security-identity
element with the given value will be created.
Otherwise, the existing security-identity
element will be returned.SecurityIdentityType>
ConsumerBeanType<T> removeSecurityIdentity()
security-identity
elementConsumerBeanType
ResourceRefType<ConsumerBeanType<T>> getOrCreateResourceRef()
resource-ref
element will be created and returned.
Otherwise, the first existing resource-ref
element will be returned.resource-ref
ResourceRefType<ConsumerBeanType<T>> createResourceRef()
resource-ref
elementResourceRefType>
List<ResourceRefType<ConsumerBeanType<T>>> getAllResourceRef()
resource-ref
elementsresource-ref
ConsumerBeanType<T> removeAllResourceRef()
resource-ref
elementsResourceRefType>
ResourceEnvRefType<ConsumerBeanType<T>> getOrCreateResourceEnvRef()
resource-env-ref
element will be created and returned.
Otherwise, the first existing resource-env-ref
element will be returned.resource-env-ref
ResourceEnvRefType<ConsumerBeanType<T>> createResourceEnvRef()
resource-env-ref
elementResourceEnvRefType>
List<ResourceEnvRefType<ConsumerBeanType<T>>> getAllResourceEnvRef()
resource-env-ref
elementsresource-env-ref
ConsumerBeanType<T> removeAllResourceEnvRef()
resource-env-ref
elementsResourceEnvRefType>
MessageDestinationRefType<ConsumerBeanType<T>> getOrCreateMessageDestinationRef()
message-destination-ref
element will be created and returned.
Otherwise, the first existing message-destination-ref
element will be returned.message-destination-ref
MessageDestinationRefType<ConsumerBeanType<T>> createMessageDestinationRef()
message-destination-ref
elementMessageDestinationRefType>
List<MessageDestinationRefType<ConsumerBeanType<T>>> getAllMessageDestinationRef()
message-destination-ref
elementsmessage-destination-ref
ConsumerBeanType<T> removeAllMessageDestinationRef()
message-destination-ref
elementsMessageDestinationRefType>
ConsumerBeanType<T> securityDomain(String securityDomain)
security-domain
elementsecurityDomain
- the value for the element security-domain
ConsumerBeanType
String getSecurityDomain()
security-domain
elementsecurity-domain
ConsumerBeanType<T> removeSecurityDomain()
security-domain
elementConsumerBeanType
MethodAttributesType<ConsumerBeanType<T>> getOrCreateMethodAttributes()
method-attributes
element with the given value will be created.
Otherwise, the existing method-attributes
element will be returned.MethodAttributesType>
ConsumerBeanType<T> removeMethodAttributes()
method-attributes
elementConsumerBeanType
ConsumerBeanType<T> depends(String... values)
depends
elements,
a new depends
elementvalues
- list of depends
objectsConsumerBeanType
ConsumerBeanType<T> removeAllDepends()
depends
elementConsumerBeanType
AnnotationType<ConsumerBeanType<T>> getOrCreateAnnotation()
annotation
element will be created and returned.
Otherwise, the first existing annotation
element will be returned.annotation
AnnotationType<ConsumerBeanType<T>> createAnnotation()
annotation
elementAnnotationType>
List<AnnotationType<ConsumerBeanType<T>>> getAllAnnotation()
annotation
elementsannotation
ConsumerBeanType<T> removeAllAnnotation()
annotation
elementsAnnotationType>
IgnoreDependencyType<ConsumerBeanType<T>> getOrCreateIgnoreDependency()
ignore-dependency
element with the given value will be created.
Otherwise, the existing ignore-dependency
element will be returned.IgnoreDependencyType>
ConsumerBeanType<T> removeIgnoreDependency()
ignore-dependency
elementConsumerBeanType
ConsumerBeanType<T> aopDomainName(String aopDomainName)
aop-domain-name
elementaopDomainName
- the value for the element aop-domain-name
ConsumerBeanType
String getAopDomainName()
aop-domain-name
elementaop-domain-name
ConsumerBeanType<T> removeAopDomainName()
aop-domain-name
elementConsumerBeanType
PoolConfigType<ConsumerBeanType<T>> getOrCreatePoolConfig()
pool-config
element with the given value will be created.
Otherwise, the existing pool-config
element will be returned.PoolConfigType>
ConsumerBeanType<T> removePoolConfig()
pool-config
elementConsumerBeanType
JndiRefType<ConsumerBeanType<T>> getOrCreateJndiRef()
jndi-ref
element will be created and returned.
Otherwise, the first existing jndi-ref
element will be returned.jndi-ref
JndiRefType<ConsumerBeanType<T>> createJndiRef()
jndi-ref
elementJndiRefType>
List<JndiRefType<ConsumerBeanType<T>>> getAllJndiRef()
jndi-ref
elementsjndi-ref
ConsumerBeanType<T> removeAllJndiRef()
jndi-ref
elementsJndiRefType>
ActivationConfigType<ConsumerBeanType<T>> getOrCreateActivationConfig()
activation-config
element with the given value will be created.
Otherwise, the existing activation-config
element will be returned.ActivationConfigType>
ConsumerBeanType<T> removeActivationConfig()
activation-config
elementConsumerBeanType
ConsumerBeanType<T> id(String id)
id
attributeid
- the value for the attribute id
ConsumerBeanType
String getId()
id
attributeid
ConsumerBeanType<T> removeId()
id
attributeConsumerBeanType
Copyright © 2023 JBoss by Red Hat. All rights reserved.