Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector16.OutboundResourceadapterType
-
Packages that use OutboundResourceadapterType Package Description org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.connector16 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 OutboundResourceadapterType Modifier and Type Method Description OutboundResourceadapterType<ResourceadapterType<T>>ResourceadapterType. getOrCreateOutboundResourceadapter()If not already created, a newoutbound-resourceadapterelement with the given value will be created.OutboundResourceadapterType<T>OutboundResourceadapterType. id(String id)Sets theidattributeOutboundResourceadapterType<T>OutboundResourceadapterType. reauthenticationSupport(Boolean reauthenticationSupport)Sets thereauthentication-supportelementOutboundResourceadapterType<T>OutboundResourceadapterType. removeAllAuthenticationMechanism()Removes allauthentication-mechanismelementsOutboundResourceadapterType<T>OutboundResourceadapterType. removeAllConnectionDefinition()Removes allconnection-definitionelementsOutboundResourceadapterType<T>OutboundResourceadapterType. removeId()Removes theidattributeOutboundResourceadapterType<T>OutboundResourceadapterType. removeReauthenticationSupport()Removes thereauthentication-supportelementOutboundResourceadapterType<T>OutboundResourceadapterType. removeTransactionSupport()Removes thetransaction-supportattributeOutboundResourceadapterType<T>OutboundResourceadapterType. transactionSupport(String transactionSupport)Sets thetransaction-supportelementOutboundResourceadapterType<T>OutboundResourceadapterType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type OutboundResourceadapterType Modifier and Type Method Description AuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterType. createAuthenticationMechanism()Creates a newauthentication-mechanismelementConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterType. createConnectionDefinition()Creates a newconnection-definitionelementList<AuthenticationMechanismType<OutboundResourceadapterType<T>>>OutboundResourceadapterType. getAllAuthenticationMechanism()Returns allauthentication-mechanismelementsList<ConnectionDefinitionType<OutboundResourceadapterType<T>>>OutboundResourceadapterType. getAllConnectionDefinition()Returns allconnection-definitionelementsAuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterType. getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.ConnectionDefinitionType<OutboundResourceadapterType<T>>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 OutboundResourceadapterType Modifier and Type Class Description classOutboundResourceadapterTypeImpl<T>This class implements theoutbound-resourceadapterTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return OutboundResourceadapterType Modifier and Type Method Description OutboundResourceadapterType<ResourceadapterType<T>>ResourceadapterTypeImpl. getOrCreateOutboundResourceadapter()If not already created, a newoutbound-resourceadapterelement with the given value will be created.OutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. id(String id)Sets theidattributeOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. reauthenticationSupport(Boolean reauthenticationSupport)Sets thereauthentication-supportelementOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. removeAllAuthenticationMechanism()Removes allauthentication-mechanismelementsOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. removeAllConnectionDefinition()Removes allconnection-definitionelementsOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. removeId()Removes theidattributeOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. removeReauthenticationSupport()Removes thereauthentication-supportelementOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. removeTransactionSupport()Removes thetransaction-supportattributeOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. transactionSupport(String transactionSupport)Sets thetransaction-supportelementOutboundResourceadapterType<T>OutboundResourceadapterTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector16 that return types with arguments of type OutboundResourceadapterType Modifier and Type Method Description AuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. createAuthenticationMechanism()Creates a newauthentication-mechanismelementConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. createConnectionDefinition()Creates a newconnection-definitionelementList<AuthenticationMechanismType<OutboundResourceadapterType<T>>>OutboundResourceadapterTypeImpl. getAllAuthenticationMechanism()Returns allauthentication-mechanismelementsList<ConnectionDefinitionType<OutboundResourceadapterType<T>>>OutboundResourceadapterTypeImpl. getAllConnectionDefinition()Returns allconnection-definitionelementsAuthenticationMechanismType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.ConnectionDefinitionType<OutboundResourceadapterType<T>>OutboundResourceadapterTypeImpl. getOrCreateConnectionDefinition()If not already created, a newconnection-definitionelement will be created and returned.
-