public interface OutboundResourceAdapter extends IdDecoratedMetadata, MergeableMetadata<OutboundResourceAdapter>, CopyableMetaData
Modifier and Type | Interface and Description |
---|---|
static class |
OutboundResourceAdapter.Attribute
A Attribute.
|
static class |
OutboundResourceAdapter.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AuthenticationMechanism> |
getAuthenticationMechanisms() |
java.util.List<ConnectionDefinition> |
getConnectionDefinitions() |
java.lang.String |
getId()
Return the String representing xml ID
|
boolean |
getReauthenticationSupport() |
TransactionSupportEnum |
getTransactionSupport() |
int |
hashCode() |
java.lang.String |
toString() |
boolean |
validationAsBoolean()
A validate method.
|
merge
copy
java.util.List<ConnectionDefinition> getConnectionDefinitions()
TransactionSupportEnum getTransactionSupport()
java.util.List<AuthenticationMechanism> getAuthenticationMechanisms()
boolean getReauthenticationSupport()
java.lang.String getId()
getId
in interface IdDecoratedMetadata
IdDecoratedMetadata.getId()
int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
boolean validationAsBoolean()
ValidatableMetadata
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)