public class OutboundResourceadapterTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, OutboundResourceadapterType<T>
outbound-resourceadapterType
xsd typeConstructor and Description |
---|
OutboundResourceadapterTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
OutboundResourceadapterTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
public OutboundResourceadapterTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ConnectionDefinitionType<OutboundResourceadapterType<T>> getOrCreateConnectionDefinition()
connection-definition
element will be created and returned.
Otherwise, the first existing connection-definition
element will be returned.getOrCreateConnectionDefinition
in interface OutboundResourceadapterType<T>
connection-definition
public ConnectionDefinitionType<OutboundResourceadapterType<T>> createConnectionDefinition()
connection-definition
elementcreateConnectionDefinition
in interface OutboundResourceadapterType<T>
ConnectionDefinitionType>
public List<ConnectionDefinitionType<OutboundResourceadapterType<T>>> getAllConnectionDefinition()
connection-definition
elementsgetAllConnectionDefinition
in interface OutboundResourceadapterType<T>
connection-definition
public OutboundResourceadapterType<T> removeAllConnectionDefinition()
connection-definition
elementsremoveAllConnectionDefinition
in interface OutboundResourceadapterType<T>
ConnectionDefinitionType>
public OutboundResourceadapterType<T> transactionSupport(TransactionSupportType transactionSupport)
transaction-support
elementtransactionSupport
in interface OutboundResourceadapterType<T>
transactionSupport
- the value for the element transaction-support
OutboundResourceadapterType
public OutboundResourceadapterType<T> transactionSupport(String transactionSupport)
transaction-support
elementtransactionSupport
in interface OutboundResourceadapterType<T>
transactionSupport
- the value for the element transaction-support
OutboundResourceadapterType
public TransactionSupportType getTransactionSupport()
transaction-support
elementgetTransactionSupport
in interface OutboundResourceadapterType<T>
transaction-support
public String getTransactionSupportAsString()
transaction-support
elementgetTransactionSupportAsString
in interface OutboundResourceadapterType<T>
transaction-support
public OutboundResourceadapterType<T> removeTransactionSupport()
transaction-support
attributeremoveTransactionSupport
in interface OutboundResourceadapterType<T>
OutboundResourceadapterType
public AuthenticationMechanismType<OutboundResourceadapterType<T>> getOrCreateAuthenticationMechanism()
authentication-mechanism
element will be created and returned.
Otherwise, the first existing authentication-mechanism
element will be returned.getOrCreateAuthenticationMechanism
in interface OutboundResourceadapterType<T>
authentication-mechanism
public AuthenticationMechanismType<OutboundResourceadapterType<T>> createAuthenticationMechanism()
authentication-mechanism
elementcreateAuthenticationMechanism
in interface OutboundResourceadapterType<T>
AuthenticationMechanismType>
public List<AuthenticationMechanismType<OutboundResourceadapterType<T>>> getAllAuthenticationMechanism()
authentication-mechanism
elementsgetAllAuthenticationMechanism
in interface OutboundResourceadapterType<T>
authentication-mechanism
public OutboundResourceadapterType<T> removeAllAuthenticationMechanism()
authentication-mechanism
elementsremoveAllAuthenticationMechanism
in interface OutboundResourceadapterType<T>
AuthenticationMechanismType>
public OutboundResourceadapterType<T> reauthenticationSupport(Boolean reauthenticationSupport)
reauthentication-support
elementreauthenticationSupport
in interface OutboundResourceadapterType<T>
reauthenticationSupport
- the value for the element reauthentication-support
OutboundResourceadapterType
public Boolean isReauthenticationSupport()
reauthentication-support
elementisReauthenticationSupport
in interface OutboundResourceadapterType<T>
reauthentication-support
public OutboundResourceadapterType<T> removeReauthenticationSupport()
reauthentication-support
elementremoveReauthenticationSupport
in interface OutboundResourceadapterType<T>
OutboundResourceadapterType
public OutboundResourceadapterType<T> id(String id)
id
attributeid
in interface OutboundResourceadapterType<T>
id
- the value for the attribute id
OutboundResourceadapterType
public String getId()
id
attributegetId
in interface OutboundResourceadapterType<T>
id
public OutboundResourceadapterType<T> removeId()
id
attributeremoveId
in interface OutboundResourceadapterType<T>
OutboundResourceadapterType
Copyright © 2021 JBoss by Red Hat. All rights reserved.