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(Object obj) |
List<AuthenticationMechanism> |
getAuthenticationMechanisms() |
List<ConnectionDefinition> |
getConnectionDefinitions() |
String |
getId()
Return the String representing xml ID
|
boolean |
getReauthenticationSupport() |
TransactionSupportEnum |
getTransactionSupport() |
int |
hashCode() |
String |
toString() |
boolean |
validationAsBoolean()
A validate method.
|
mergecopyList<ConnectionDefinition> getConnectionDefinitions()
TransactionSupportEnum getTransactionSupport()
List<AuthenticationMechanism> getAuthenticationMechanisms()
boolean getReauthenticationSupport()
String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()int hashCode()
hashCode in class ObjectObject.hashCode()boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)String toString()
toString in class ObjectObject.toString()boolean validationAsBoolean()
ValidatableMetadataCopyright © 2013 IronJacamar (http://www.ironjacamar.org)