Uses of Interface
com.ebm_ws.infra.xmlmapping.schema.ISchema

Packages that use ISchema
com.ebm_ws.infra.xmlmapping   
com.ebm_ws.infra.xmlmapping.impl   
com.ebm_ws.infra.xmlmapping.schema   
 

Uses of ISchema in com.ebm_ws.infra.xmlmapping
 

Methods in com.ebm_ws.infra.xmlmapping with parameters of type ISchema
 void DocGenerator.buildDoc(ISchema iSchema, java.io.File iDocRootDir)
           
 

Uses of ISchema in com.ebm_ws.infra.xmlmapping.impl
 

Classes in com.ebm_ws.infra.xmlmapping.impl that implement ISchema
 class SchemaImpl
          This class is a program (main) that allows generating the XML schema (XSD) from Java code that support the implicit mapping (see XmlObject.java)
 

Methods in com.ebm_ws.infra.xmlmapping.impl that return ISchema
 ISchema[] SchemaImpl.getUsedSchemas()
           
 

Uses of ISchema in com.ebm_ws.infra.xmlmapping.schema
 

Methods in com.ebm_ws.infra.xmlmapping.schema that return ISchema
 ISchema SchemasManager.declareSchema(java.lang.String iName, java.lang.String iLocator, java.lang.String iPackage)
          Declares a schema.
 ISchema[] SchemasManager.getAllSchemas()
          Returns all declared schemas
 ISchema SchemasManager.getDeclaringSchema(java.lang.Class iClass)
          Returns the schema the given class belongs to (if any)
 ISchema ISchemaElement.getSchema()
          Returns the schema this element belongs to.
 ISchema SchemasManager.getSchema(java.lang.String iPackage)
          Returns a schema by its root package.
 ISchema[] ISchema.getUsedSchemas()
          Returns a list of schemas referenced by this schema.
 



Copyright © 2008 eBMWebsourcing. All Rights Reserved.