Uses of Interface
org.objectweb.jonas_lib.deployment.api.Schemas

Packages that use Schemas
org.objectweb.jonas_client.deployment.api   
org.objectweb.jonas_clusterd.api   
org.objectweb.jonas_domain.api   
org.objectweb.jonas_ear.deployment.api   
org.objectweb.jonas_ejb.deployment.api   
org.objectweb.jonas_lib.deployment.api   
org.objectweb.jonas_lib.deployment.digester   
org.objectweb.jonas_lib.deployment.validation   
org.objectweb.jonas_rar.deployment.api   
org.objectweb.jonas_web.deployment.api   
org.objectweb.jonas_ws.deployment.api   
 

Uses of Schemas in org.objectweb.jonas_client.deployment.api
 

Classes in org.objectweb.jonas_client.deployment.api that implement Schemas
 class AppClientSchemas
          This class defines the declarations of Schemas for appliation-client.xml and jonas-client.xml.
 class JonasAppClientSchemas
          This class defines the declarations of Schemas for and jonas-web.xml
 

Uses of Schemas in org.objectweb.jonas_clusterd.api
 

Classes in org.objectweb.jonas_clusterd.api that implement Schemas
 class ClusterDaemonSchemas
          This class defines the declarations of Schemas for clusterd.xml file
 

Uses of Schemas in org.objectweb.jonas_domain.api
 

Classes in org.objectweb.jonas_domain.api that implement Schemas
 class DomainSchemas
          This class defines the declarations of Schemas for domain.xml file
 

Uses of Schemas in org.objectweb.jonas_ear.deployment.api
 

Classes in org.objectweb.jonas_ear.deployment.api that implement Schemas
 class EarSchemas
          This class defines the declarations of Schemas for application.xml.
 class JonasEarSchemas
          This class defines the declarations of Schemas for jonas-application.xml file
 

Uses of Schemas in org.objectweb.jonas_ejb.deployment.api
 

Classes in org.objectweb.jonas_ejb.deployment.api that implement Schemas
 class EjbjarSchemas
          This class defines the declarations of Schemas for ejb-jar.xml.
 class JonasEjbjarSchemas
          This class defines the declarations of Schemas for ejb-jar.xml and jonas-ejb-jar.xml
 

Uses of Schemas in org.objectweb.jonas_lib.deployment.api
 

Classes in org.objectweb.jonas_lib.deployment.api that implement Schemas
 class CommonsSchemas
          This class defines the declarations of the default Java EE 5 Schemas.
 

Uses of Schemas in org.objectweb.jonas_lib.deployment.digester
 

Constructors in org.objectweb.jonas_lib.deployment.digester with parameters of type Schemas
JDigester(JRuleSetBase ruleSet, boolean parsingWithValidation, boolean namespaceAware, DTDs dtds, Schemas schemas)
          Construct an instance of a JDigester which is a Digester that is configured for parsing the deployment descriptors standards and specifics used in JOnAS application.
 

Uses of Schemas in org.objectweb.jonas_lib.deployment.validation
 

Methods in org.objectweb.jonas_lib.deployment.validation with parameters of type Schemas
 void JEntityResolver.addSchemas(Schemas schemas)
          Add the given Schemas to the schemas available for this resolver
 

Uses of Schemas in org.objectweb.jonas_rar.deployment.api
 

Classes in org.objectweb.jonas_rar.deployment.api that implement Schemas
 class ConnectorSchemas
          This class defines the declarations of Schemas for ra.xml
 class JonasConnectorSchemas
          This class defines the declarations of Schemas for and jonas-ra.xml
 

Uses of Schemas in org.objectweb.jonas_web.deployment.api
 

Classes in org.objectweb.jonas_web.deployment.api that implement Schemas
 class JonasWebAppSchemas
          This class defines the declarations of Schemas for and jonas-web.xml
 class WebAppSchemas
          This class defines the declarations of Schemas for web.xml.
 

Uses of Schemas in org.objectweb.jonas_ws.deployment.api
 

Classes in org.objectweb.jonas_ws.deployment.api that implement Schemas
 class JaxrpcMappingSchemas
          This class defines the declarations of Schemas for jaxrpc_mapping.xml
 class JonasWsSchemas
          This class defines the declarations of Schemas for jonas-webservices.xml
 class WsSchemas
          This class defines the declarations of Schemas for webservices.xml.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.