ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 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.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.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.connector16 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.