public class OutboundResourceAdapter
extends java.lang.Object
Java class for outbound-resourceadapterType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="outbound-resourceadapterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="connection-definition" type="{http://java.sun.com/xml/ns/javaee}connection-definitionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transaction-support" type="{http://java.sun.com/xml/ns/javaee}transaction-supportType" minOccurs="0"/>
         <element name="authentication-mechanism" type="{http://java.sun.com/xml/ns/javaee}authentication-mechanismType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reauthentication-support" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<AuthenticationMechanism> | authenticationMechanism | 
| protected java.util.List<ConnectionDefinition> | connectionDefinition | 
| protected java.lang.String | id | 
| protected java.lang.Boolean | reauthenticationSupport | 
| protected TransactionSupportType | transactionSupport | 
| Constructor and Description | 
|---|
| OutboundResourceAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<AuthenticationMechanism> | getAuthenticationMechanism() | 
| java.util.List<ConnectionDefinition> | getConnectionDefinition() | 
| java.lang.String | getId() | 
| TransactionSupportType | getTransactionSupport() | 
| java.lang.Boolean | isReauthenticationSupport()Gets the value of the reauthenticationSupport property. | 
| void | setId(java.lang.String value) | 
| void | setReauthenticationSupport(java.lang.Boolean value)Sets the value of the reauthenticationSupport property. | 
| void | setTransactionSupport(TransactionSupportType value) | 
protected java.util.List<ConnectionDefinition> connectionDefinition
protected TransactionSupportType transactionSupport
protected java.util.List<AuthenticationMechanism> authenticationMechanism
protected java.lang.Boolean reauthenticationSupport
protected java.lang.String id
public java.util.List<ConnectionDefinition> getConnectionDefinition()
public TransactionSupportType getTransactionSupport()
public void setTransactionSupport(TransactionSupportType value)
public java.util.List<AuthenticationMechanism> getAuthenticationMechanism()
public java.lang.Boolean isReauthenticationSupport()
public void setReauthenticationSupport(java.lang.Boolean value)
public java.lang.String getId()
public void setId(java.lang.String value)