public class OutboundResourceAdapter extends 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 List<AuthenticationMechanism> |
authenticationMechanism |
protected List<ConnectionDefinition> |
connectionDefinition |
protected String |
id |
protected Boolean |
reauthenticationSupport |
protected TransactionSupportType |
transactionSupport |
| Constructor and Description |
|---|
OutboundResourceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationMechanism> |
getAuthenticationMechanism() |
List<ConnectionDefinition> |
getConnectionDefinition() |
String |
getId() |
TransactionSupportType |
getTransactionSupport() |
Boolean |
isReauthenticationSupport()
Gets the value of the reauthenticationSupport property.
|
void |
setId(String value) |
void |
setReauthenticationSupport(Boolean value)
Sets the value of the reauthenticationSupport property.
|
void |
setTransactionSupport(TransactionSupportType value) |
protected List<ConnectionDefinition> connectionDefinition
protected TransactionSupportType transactionSupport
protected List<AuthenticationMechanism> authenticationMechanism
protected Boolean reauthenticationSupport
protected String id
public List<ConnectionDefinition> getConnectionDefinition()
public TransactionSupportType getTransactionSupport()
public void setTransactionSupport(TransactionSupportType value)
public List<AuthenticationMechanism> getAuthenticationMechanism()
public Boolean isReauthenticationSupport()
public void setReauthenticationSupport(Boolean value)
public String getId()
public void setId(String value)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.