org.apache.openejb.jee
Class OutboundResourceAdapter
java.lang.Object
org.apache.openejb.jee.OutboundResourceAdapter
public class OutboundResourceAdapter
- extends Object
connector_1_6.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectionDefinition
protected List<ConnectionDefinition> connectionDefinition
transactionSupport
protected TransactionSupportType transactionSupport
authenticationMechanism
protected List<AuthenticationMechanism> authenticationMechanism
reauthenticationSupport
protected Boolean reauthenticationSupport
id
protected String id
OutboundResourceAdapter
public OutboundResourceAdapter()
getConnectionDefinition
public List<ConnectionDefinition> getConnectionDefinition()
getTransactionSupport
public TransactionSupportType getTransactionSupport()
setTransactionSupport
public void setTransactionSupport(TransactionSupportType value)
getAuthenticationMechanism
public List<AuthenticationMechanism> getAuthenticationMechanism()
isReauthenticationSupport
public Boolean isReauthenticationSupport()
- Gets the value of the reauthenticationSupport property.
setReauthenticationSupport
public void setReauthenticationSupport(Boolean value)
- Sets the value of the reauthenticationSupport property.
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.