public interface OutboundResourceadapterType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
outbound-resourceadapterType
xsd typeModifier and Type | Method and Description |
---|---|
AuthenticationMechanismType<OutboundResourceadapterType<T>> |
createAuthenticationMechanism()
Creates a new
authentication-mechanism element |
ConnectionDefinitionType<OutboundResourceadapterType<T>> |
createConnectionDefinition()
Creates a new
connection-definition element |
java.util.List<AuthenticationMechanismType<OutboundResourceadapterType<T>>> |
getAllAuthenticationMechanism()
Returns all
authentication-mechanism elements |
java.util.List<ConnectionDefinitionType<OutboundResourceadapterType<T>>> |
getAllConnectionDefinition()
Returns all
connection-definition elements |
java.lang.String |
getId()
Returns the
id attribute |
AuthenticationMechanismType<OutboundResourceadapterType<T>> |
getOrCreateAuthenticationMechanism()
If not already created, a new
authentication-mechanism element will be created and returned. |
ConnectionDefinitionType<OutboundResourceadapterType<T>> |
getOrCreateConnectionDefinition()
If not already created, a new
connection-definition element will be created and returned. |
TransactionSupportType |
getTransactionSupport()
Returns the
transaction-support element |
java.lang.String |
getTransactionSupportAsString()
Returns the
transaction-support element |
OutboundResourceadapterType<T> |
id(java.lang.String id)
Sets the
id attribute |
java.lang.Boolean |
isReauthenticationSupport()
Returns the
reauthentication-support element |
OutboundResourceadapterType<T> |
reauthenticationSupport(java.lang.Boolean reauthenticationSupport)
Sets the
reauthentication-support element |
OutboundResourceadapterType<T> |
removeAllAuthenticationMechanism()
Removes all
authentication-mechanism elements |
OutboundResourceadapterType<T> |
removeAllConnectionDefinition()
Removes all
connection-definition elements |
OutboundResourceadapterType<T> |
removeId()
Removes the
id attribute |
OutboundResourceadapterType<T> |
removeReauthenticationSupport()
Removes the
reauthentication-support element |
OutboundResourceadapterType<T> |
removeTransactionSupport()
Removes the
transaction-support attribute |
OutboundResourceadapterType<T> |
transactionSupport(java.lang.String transactionSupport)
Sets the
transaction-support element |
OutboundResourceadapterType<T> |
transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
ConnectionDefinitionType<OutboundResourceadapterType<T>> getOrCreateConnectionDefinition()
connection-definition
element will be created and returned.
Otherwise, the first existing connection-definition
element will be returned.connection-definition
ConnectionDefinitionType<OutboundResourceadapterType<T>> createConnectionDefinition()
connection-definition
elementConnectionDefinitionType>
java.util.List<ConnectionDefinitionType<OutboundResourceadapterType<T>>> getAllConnectionDefinition()
connection-definition
elementsconnection-definition
OutboundResourceadapterType<T> removeAllConnectionDefinition()
connection-definition
elementsConnectionDefinitionType>
OutboundResourceadapterType<T> transactionSupport(TransactionSupportType transactionSupport)
transaction-support
elementtransactionSupport
- the value for the element transaction-support
OutboundResourceadapterType
OutboundResourceadapterType<T> transactionSupport(java.lang.String transactionSupport)
transaction-support
elementtransactionSupport
- the value for the element transaction-support
OutboundResourceadapterType
TransactionSupportType getTransactionSupport()
transaction-support
elementtransaction-support
java.lang.String getTransactionSupportAsString()
transaction-support
elementtransaction-support
OutboundResourceadapterType<T> removeTransactionSupport()
transaction-support
attributeOutboundResourceadapterType
AuthenticationMechanismType<OutboundResourceadapterType<T>> getOrCreateAuthenticationMechanism()
authentication-mechanism
element will be created and returned.
Otherwise, the first existing authentication-mechanism
element will be returned.authentication-mechanism
AuthenticationMechanismType<OutboundResourceadapterType<T>> createAuthenticationMechanism()
authentication-mechanism
elementAuthenticationMechanismType>
java.util.List<AuthenticationMechanismType<OutboundResourceadapterType<T>>> getAllAuthenticationMechanism()
authentication-mechanism
elementsauthentication-mechanism
OutboundResourceadapterType<T> removeAllAuthenticationMechanism()
authentication-mechanism
elementsAuthenticationMechanismType>
OutboundResourceadapterType<T> reauthenticationSupport(java.lang.Boolean reauthenticationSupport)
reauthentication-support
elementreauthenticationSupport
- the value for the element reauthentication-support
OutboundResourceadapterType
java.lang.Boolean isReauthenticationSupport()
reauthentication-support
elementreauthentication-support
OutboundResourceadapterType<T> removeReauthenticationSupport()
reauthentication-support
elementOutboundResourceadapterType
OutboundResourceadapterType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
OutboundResourceadapterType
java.lang.String getId()
id
attributeid
OutboundResourceadapterType<T> removeId()
id
attributeOutboundResourceadapterType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)