Package | Description |
---|---|
org.jboss.datasources.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.datasources.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.ironjacamar.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.ironjacamar.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.resourceadapters.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.resourceadapters.impl |
Provides the implementation classes as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.application6 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.beans10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.connector10 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesconfig20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facesuicomponent20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jetty7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.persistence20 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.test.impl.connector10 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
DatasourcesDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
DatasourcesDescriptor descriptor = Descriptors.create(DatasourcesDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
DatasourcesDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
DatasourcesDescriptor descriptor = Descriptors.create(DatasourcesDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
IronjacamarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
IronjacamarDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
IronjacamarDescriptor descriptor = Descriptors.create(IronjacamarDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceadapterDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ResourceadapterDescriptor descriptor = Descriptors.create(ResourceadapterDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceadapterDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
ResourceadapterDescriptor descriptor = Descriptors.create(ResourceadapterDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ApplicationDescriptor descriptor = Descriptors.create(ApplicationDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeansDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
BeansDescriptor descriptor = Descriptors.create(BeansDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
ConnectorDescriptor descriptor = Descriptors.create(ConnectorDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
EjbJarDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
EjbJarDescriptor descriptor = Descriptors.create(EjbJarDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacelettaglibraryDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacelettaglibraryDescriptor descriptor = Descriptors.create(WebFacelettaglibraryDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesConfigDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesConfigDescriptor descriptor = Descriptors.create(WebFacesConfigDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesPartialResponseDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesPartialResponseDescriptor descriptor = Descriptors.create(WebFacesPartialResponseDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFacesUIComponentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFacesUIComponentDescriptor descriptor = Descriptors.create(WebFacesUIComponentDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JbossDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossDescriptor descriptor = Descriptors.create(JbossDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JbossWebDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JbossWebDescriptor descriptor = Descriptors.create(JbossWebDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
JettyDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
JettyDescriptor descriptor = Descriptors.create(JettyDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebJsptaglibraryDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebJsptaglibraryDescriptor descriptor = Descriptors.create(WebJsptaglibraryDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrmDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
OrmDescriptor descriptor = Descriptors.create(OrmDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
PersistenceDescriptor descriptor = Descriptors.create(PersistenceDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebAppDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebAppDescriptor descriptor = Descriptors.create(WebAppDescriptor.class);
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebFragmentDescriptor
This deployment descriptor provides the functionalities as described in the specification
Example:
WebFragmentDescriptor descriptor = Descriptors.create(WebFragmentDescriptor.class);
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectorDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
Example:
ConnectorDescriptor descriptor = Descriptors.create(ConnectorDescriptor.class);
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.