Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.OutboundResourceadapterType

Packages that use OutboundResourceadapterType
org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of OutboundResourceadapterType in org.jboss.shrinkwrap.descriptor.api.connector15
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return OutboundResourceadapterType
 OutboundResourceadapterType<ResourceadapterType<T>> ResourceadapterType.getOrCreateOutboundResourceadapter()
          If not already created, a new outbound-resourceadapter element with the given value will be created.
 OutboundResourceadapterType<T> OutboundResourceadapterType.id(String id)
          Sets the id attribute
 OutboundResourceadapterType<T> OutboundResourceadapterType.reauthenticationSupport(Boolean reauthenticationSupport)
          Sets the reauthentication-support element
 OutboundResourceadapterType<T> OutboundResourceadapterType.removeAllAuthenticationMechanism()
          Removes all authentication-mechanism elements
 OutboundResourceadapterType<T> OutboundResourceadapterType.removeAllConnectionDefinition()
          Removes all connection-definition elements
 OutboundResourceadapterType<T> OutboundResourceadapterType.removeId()
          Removes the id attribute
 OutboundResourceadapterType<T> OutboundResourceadapterType.removeReauthenticationSupport()
          Removes the reauthentication-support element
 OutboundResourceadapterType<T> OutboundResourceadapterType.removeTransactionSupport()
          Removes the transaction-support attribute
 OutboundResourceadapterType<T> OutboundResourceadapterType.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 OutboundResourceadapterType<T> OutboundResourceadapterType.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type OutboundResourceadapterType
 AuthenticationMechanismType<OutboundResourceadapterType<T>> OutboundResourceadapterType.createAuthenticationMechanism()
          Creates a new authentication-mechanism element
 ConnectionDefinitionType<OutboundResourceadapterType<T>> OutboundResourceadapterType.createConnectionDefinition()
          Creates a new connection-definition element
 List<AuthenticationMechanismType<OutboundResourceadapterType<T>>> OutboundResourceadapterType.getAllAuthenticationMechanism()
          Returns all authentication-mechanism elements
 List<ConnectionDefinitionType<OutboundResourceadapterType<T>>> OutboundResourceadapterType.getAllConnectionDefinition()
          Returns all connection-definition elements
 AuthenticationMechanismType<OutboundResourceadapterType<T>> OutboundResourceadapterType.getOrCreateAuthenticationMechanism()
          If not already created, a new authentication-mechanism element will be created and returned.
 ConnectionDefinitionType<OutboundResourceadapterType<T>> OutboundResourceadapterType.getOrCreateConnectionDefinition()
          If not already created, a new connection-definition element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.