
public interface ConsumerBeanType<T> extends Child<T>
consumer-beanType xsd type| Modifier 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 objectsConsumerBeanTypeList<String> getAllDescription()
description elementsdescriptionConsumerBeanType<T> removeAllDescription()
description elementConsumerBeanTypeConsumerBeanType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsConsumerBeanTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameConsumerBeanType<T> removeAllDisplayName()
display-name elementConsumerBeanTypeIconType<ConsumerBeanType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<ConsumerBeanType<T>> createIcon()
icon elementIconType> List<IconType<ConsumerBeanType<T>>> getAllIcon()
icon elementsiconConsumerBeanType<T> removeAllIcon()
icon elementsIconType> ConsumerBeanType<T> ejbName(String ejbName)
ejb-name elementejbName - the value for the element ejb-nameConsumerBeanTypeString getEjbName()
ejb-name elementejb-nameConsumerBeanType<T> removeEjbName()
ejb-name elementConsumerBeanTypeConsumerBeanType<T> ejbClass(String ejbClass)
ejb-class elementejbClass - the value for the element ejb-classConsumerBeanTypeString getEjbClass()
ejb-class elementejb-classConsumerBeanType<T> removeEjbClass()
ejb-class elementConsumerBeanTypeConsumerBeanType<T> messageDestination(String messageDestination)
message-destination elementmessageDestination - the value for the element message-destinationConsumerBeanTypeString getMessageDestination()
message-destination elementmessage-destinationConsumerBeanType<T> removeMessageDestination()
message-destination elementConsumerBeanTypeConsumerBeanType<T> messageDestinationType(String messageDestinationType)
message-destination-type elementmessageDestinationType - the value for the element message-destination-typeConsumerBeanTypeString getMessageDestinationType()
message-destination-type elementmessage-destination-typeConsumerBeanType<T> removeMessageDestinationType()
message-destination-type elementConsumerBeanTypeProducerType<ConsumerBeanType<T>> getOrCreateProducer()
producer element will be created and returned.
Otherwise, the first existing producer element will be returned.producerProducerType<ConsumerBeanType<T>> createProducer()
producer elementProducerType> List<ProducerType<ConsumerBeanType<T>>> getAllProducer()
producer elementsproducerConsumerBeanType<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-producerProducerType<ConsumerBeanType<T>> createLocalProducer()
local-producer elementProducerType> List<ProducerType<ConsumerBeanType<T>>> getAllLocalProducer()
local-producer elementslocal-producerConsumerBeanType<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 elementConsumerBeanTypeMessagePropertiesType<ConsumerBeanType<T>> getOrCreateMessageProperties()
message-properties element will be created and returned.
Otherwise, the first existing message-properties element will be returned.message-propertiesMessagePropertiesType<ConsumerBeanType<T>> createMessageProperties()
message-properties elementMessagePropertiesType> List<MessagePropertiesType<ConsumerBeanType<T>>> getAllMessageProperties()
message-properties elementsmessage-propertiesConsumerBeanType<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-refEjbRefType<ConsumerBeanType<T>> createEjbRef()
ejb-ref elementEjbRefType> List<EjbRefType<ConsumerBeanType<T>>> getAllEjbRef()
ejb-ref elementsejb-refConsumerBeanType<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-refEjbLocalRefType<ConsumerBeanType<T>> createEjbLocalRef()
ejb-local-ref elementEjbLocalRefType> List<EjbLocalRefType<ConsumerBeanType<T>>> getAllEjbLocalRef()
ejb-local-ref elementsejb-local-refConsumerBeanType<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 elementConsumerBeanTypeResourceRefType<ConsumerBeanType<T>> getOrCreateResourceRef()
resource-ref element will be created and returned.
Otherwise, the first existing resource-ref element will be returned.resource-refResourceRefType<ConsumerBeanType<T>> createResourceRef()
resource-ref elementResourceRefType> List<ResourceRefType<ConsumerBeanType<T>>> getAllResourceRef()
resource-ref elementsresource-refConsumerBeanType<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-refResourceEnvRefType<ConsumerBeanType<T>> createResourceEnvRef()
resource-env-ref elementResourceEnvRefType> List<ResourceEnvRefType<ConsumerBeanType<T>>> getAllResourceEnvRef()
resource-env-ref elementsresource-env-refConsumerBeanType<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-refMessageDestinationRefType<ConsumerBeanType<T>> createMessageDestinationRef()
message-destination-ref elementMessageDestinationRefType> List<MessageDestinationRefType<ConsumerBeanType<T>>> getAllMessageDestinationRef()
message-destination-ref elementsmessage-destination-refConsumerBeanType<T> removeAllMessageDestinationRef()
message-destination-ref elementsMessageDestinationRefType> ConsumerBeanType<T> securityDomain(String securityDomain)
security-domain elementsecurityDomain - the value for the element security-domainConsumerBeanTypeString getSecurityDomain()
security-domain elementsecurity-domainConsumerBeanType<T> removeSecurityDomain()
security-domain elementConsumerBeanTypeMethodAttributesType<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 elementConsumerBeanTypeConsumerBeanType<T> depends(String... values)
depends elements,
a new depends elementvalues - list of depends objectsConsumerBeanTypeConsumerBeanType<T> removeAllDepends()
depends elementConsumerBeanTypeAnnotationType<ConsumerBeanType<T>> getOrCreateAnnotation()
annotation element will be created and returned.
Otherwise, the first existing annotation element will be returned.annotationAnnotationType<ConsumerBeanType<T>> createAnnotation()
annotation elementAnnotationType> List<AnnotationType<ConsumerBeanType<T>>> getAllAnnotation()
annotation elementsannotationConsumerBeanType<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 elementConsumerBeanTypeConsumerBeanType<T> aopDomainName(String aopDomainName)
aop-domain-name elementaopDomainName - the value for the element aop-domain-nameConsumerBeanTypeString getAopDomainName()
aop-domain-name elementaop-domain-nameConsumerBeanType<T> removeAopDomainName()
aop-domain-name elementConsumerBeanTypePoolConfigType<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 elementConsumerBeanTypeJndiRefType<ConsumerBeanType<T>> getOrCreateJndiRef()
jndi-ref element will be created and returned.
Otherwise, the first existing jndi-ref element will be returned.jndi-refJndiRefType<ConsumerBeanType<T>> createJndiRef()
jndi-ref elementJndiRefType> List<JndiRefType<ConsumerBeanType<T>>> getAllJndiRef()
jndi-ref elementsjndi-refConsumerBeanType<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 elementConsumerBeanTypeConsumerBeanType<T> id(String id)
id attributeid - the value for the attribute idConsumerBeanTypeString getId()
id attributeidConsumerBeanType<T> removeId()
id attributeConsumerBeanTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.