
public interface OutboundResourceadapterType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
outbound-resourceadapterType xsd type| Modifier 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-definitionConnectionDefinitionType<OutboundResourceadapterType<T>> createConnectionDefinition()
connection-definition elementConnectionDefinitionType> java.util.List<ConnectionDefinitionType<OutboundResourceadapterType<T>>> getAllConnectionDefinition()
connection-definition elementsconnection-definitionOutboundResourceadapterType<T> removeAllConnectionDefinition()
connection-definition elementsConnectionDefinitionType> OutboundResourceadapterType<T> transactionSupport(TransactionSupportType transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportOutboundResourceadapterTypeOutboundResourceadapterType<T> transactionSupport(java.lang.String transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportOutboundResourceadapterTypeTransactionSupportType getTransactionSupport()
transaction-support elementtransaction-supportjava.lang.String getTransactionSupportAsString()
transaction-support elementtransaction-supportOutboundResourceadapterType<T> removeTransactionSupport()
transaction-support attributeOutboundResourceadapterTypeAuthenticationMechanismType<OutboundResourceadapterType<T>> getOrCreateAuthenticationMechanism()
authentication-mechanism element will be created and returned.
Otherwise, the first existing authentication-mechanism element will be returned.authentication-mechanismAuthenticationMechanismType<OutboundResourceadapterType<T>> createAuthenticationMechanism()
authentication-mechanism elementAuthenticationMechanismType> java.util.List<AuthenticationMechanismType<OutboundResourceadapterType<T>>> getAllAuthenticationMechanism()
authentication-mechanism elementsauthentication-mechanismOutboundResourceadapterType<T> removeAllAuthenticationMechanism()
authentication-mechanism elementsAuthenticationMechanismType> OutboundResourceadapterType<T> reauthenticationSupport(java.lang.Boolean reauthenticationSupport)
reauthentication-support elementreauthenticationSupport - the value for the element reauthentication-supportOutboundResourceadapterTypejava.lang.Boolean isReauthenticationSupport()
reauthentication-support elementreauthentication-supportOutboundResourceadapterType<T> removeReauthenticationSupport()
reauthentication-support elementOutboundResourceadapterTypeOutboundResourceadapterType<T> id(java.lang.String id)
id attributeid - the value for the attribute idOutboundResourceadapterTypejava.lang.String getId()
id attributeidOutboundResourceadapterType<T> removeId()
id attributeOutboundResourceadapterTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)