public interface OutboundResourceAdapter extends IdDecoratedMetadata, MergeableMetadata<OutboundResourceAdapter>, CopyableMetaData
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthenticationMechanism> |
getAuthenticationMechanisms() |
java.util.List<ConnectionDefinition> |
getConnectionDefinitions() |
boolean |
getReauthenticationSupport() |
java.lang.String |
getReauthenticationSupportId() |
TransactionSupportEnum |
getTransactionSupport() |
java.lang.String |
getTransactionSupportId() |
boolean |
validationAsBoolean()
A validate method.
|
getId
merge
copy
java.util.List<ConnectionDefinition> getConnectionDefinitions()
TransactionSupportEnum getTransactionSupport()
java.util.List<AuthenticationMechanism> getAuthenticationMechanisms()
boolean getReauthenticationSupport()
java.lang.String getTransactionSupportId()
java.lang.String getReauthenticationSupportId()
boolean validationAsBoolean()
ValidatableMetadata
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)