| Interface | Description |
|---|---|
| BeanValidationConfigurator<T extends BeanValidation> | |
| DatasourcesConfigurator<T extends Datasources> | |
| EEConfigurator<T extends EE> | |
| Ejb3Configurator<T extends Ejb3> | |
| InfinispanConfigurator<T extends Infinispan> | |
| IOConfigurator<T extends IO> | |
| JAXRSConfigurator<T extends JAXRS> | |
| JCAConfigurator<T extends JCA> | |
| JPAConfigurator<T extends JPA> | |
| JSFConfigurator<T extends JSF> | |
| LoggingConfigurator<T extends Logging> | |
| MailConfigurator<T extends Mail> | |
| MessagingActiveMQConfigurator<T extends MessagingActiveMQ> | |
| NamingConfigurator<T extends Naming> | |
| RemotingConfigurator<T extends Remoting> | |
| SecurityConfigurator<T extends Security> | |
| TransactionsConfigurator<T extends Transactions> | |
| UndertowConfigurator<T extends Undertow> | |
| WeldConfigurator<T extends Weld> |
| Class | Description |
|---|---|
| BeanValidation<T extends BeanValidation> |
Bean Validation subsystem
|
| Datasources<T extends Datasources> |
The data-sources subsystem, used to declare JDBC data-sources
|
| EE<T extends EE> |
The configuration of the EE subsystem.
|
| Ejb3<T extends Ejb3> |
The configuration of the ejb3 subsystem.
|
| Infinispan<T extends Infinispan> |
The configuration of the infinispan subsystem.
|
| IO<T extends IO> |
IO subsystem
|
| JAXRS<T extends JAXRS> |
The configuration of the JAX-RS subsystem.
|
| JCA<T extends JCA> |
The Java EE Connector Architecture (JCA) subsystem providing general configuration for resource adapters
|
| JPA<T extends JPA> |
The configuration of the JPA subsystem.
|
| JSF<T extends JSF> |
The JSF subsystem
|
| Logging<T extends Logging> |
The configuration of the logging subsystem.
|
| Mail<T extends Mail> |
The mail subsystem
|
| MessagingActiveMQ<T extends MessagingActiveMQ> |
The messaging-activemq subsystem.
|
| Naming<T extends Naming> |
The configuration of the naming subsystem.
|
| Remoting<T extends Remoting> |
The configuration of the Remoting subsystem.
|
| Security<T extends Security> |
The configuration of the security subsystem.
|
| Transactions<T extends Transactions> |
The configuration of the transaction subsystem.
|
| Undertow<T extends Undertow> |
Undertow subsystem
|
| Weld<T extends Weld> |
The configuration of the weld subsystem.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.