Class 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>
     
    • Constructor Detail

      • OutboundResourceAdapter

        public OutboundResourceAdapter()
    • Method Detail

      • 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)