Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.OutboundResourceadapterType
Packages that use OutboundResourceadapterType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes 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 OutboundResourceadapterTypeModifier and TypeMethodDescriptionResourceadapterType.getOrCreateOutboundResourceadapter()If not already created, a newoutbound-resourceadapterelement with the given value will be created.Sets theidattributeOutboundResourceadapterType.reauthenticationSupport(Boolean reauthenticationSupport) Sets thereauthentication-supportelementOutboundResourceadapterType.removeAllAuthenticationMechanism()Removes allauthentication-mechanismelementsOutboundResourceadapterType.removeAllConnectionDefinition()Removes allconnection-definitionelementsOutboundResourceadapterType.removeId()Removes theidattributeOutboundResourceadapterType.removeReauthenticationSupport()Removes thereauthentication-supportelementOutboundResourceadapterType.removeTransactionSupport()Removes thetransaction-supportattributeOutboundResourceadapterType.transactionSupport(String transactionSupport) Sets thetransaction-supportelementOutboundResourceadapterType.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type OutboundResourceadapterTypeModifier and TypeMethodDescriptionOutboundResourceadapterType.createAuthenticationMechanism()Creates a newauthentication-mechanismelementOutboundResourceadapterType.createConnectionDefinition()Creates a newconnection-definitionelementOutboundResourceadapterType.getAllAuthenticationMechanism()Returns allauthentication-mechanismelementsOutboundResourceadapterType.getAllConnectionDefinition()Returns allconnection-definitionelementsOutboundResourceadapterType.getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.OutboundResourceadapterType.getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned. -
Uses of OutboundResourceadapterType in org.jboss.shrinkwrap.descriptor.impl.connector16
Classes in org.jboss.shrinkwrap.descriptor.impl.connector16 that implement OutboundResourceadapterTypeModifier and TypeClassDescriptionclassThis class implements theoutbound-resourceadapterTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return OutboundResourceadapterTypeModifier and TypeMethodDescriptionResourceadapterTypeImpl.getOrCreateOutboundResourceadapter()If not already created, a newoutbound-resourceadapterelement with the given value will be created.Sets theidattributeOutboundResourceadapterTypeImpl.reauthenticationSupport(Boolean reauthenticationSupport) Sets thereauthentication-supportelementOutboundResourceadapterTypeImpl.removeAllAuthenticationMechanism()Removes allauthentication-mechanismelementsOutboundResourceadapterTypeImpl.removeAllConnectionDefinition()Removes allconnection-definitionelementsOutboundResourceadapterTypeImpl.removeId()Removes theidattributeOutboundResourceadapterTypeImpl.removeReauthenticationSupport()Removes thereauthentication-supportelementOutboundResourceadapterTypeImpl.removeTransactionSupport()Removes thetransaction-supportattributeOutboundResourceadapterTypeImpl.transactionSupport(String transactionSupport) Sets thetransaction-supportelementOutboundResourceadapterTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return types with arguments of type OutboundResourceadapterTypeModifier and TypeMethodDescriptionOutboundResourceadapterTypeImpl.createAuthenticationMechanism()Creates a newauthentication-mechanismelementOutboundResourceadapterTypeImpl.createConnectionDefinition()Creates a newconnection-definitionelementOutboundResourceadapterTypeImpl.getAllAuthenticationMechanism()Returns allauthentication-mechanismelementsOutboundResourceadapterTypeImpl.getAllConnectionDefinition()Returns allconnection-definitionelementsOutboundResourceadapterTypeImpl.getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.OutboundResourceadapterTypeImpl.getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.