Uses of Interface
org.ow2.easywsdl.schema.api.Schema

Packages that use Schema
org.ow2.easywsdl.schema   
org.ow2.easywsdl.schema.api   
org.ow2.easywsdl.schema.impl   
 

Uses of Schema in org.ow2.easywsdl.schema
 

Methods in org.ow2.easywsdl.schema that return Schema
 Schema SchemaFactoryImpl.newSchema()
          Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
abstract  Schema SchemaFactory.newSchema()
          Create a new instance of a Definition.
 

Uses of Schema in org.ow2.easywsdl.schema.api
 

Methods in org.ow2.easywsdl.schema.api that return Schema
 Schema SchemaReader.readSchema(org.w3c.dom.Document wsdlDocument)
          Read the specified SchemaImpl document into a SchemaImpl definition.
 Schema SchemaReader.readSchema(java.net.URI schemaURI)
          Read the SchemaImpl document accessible via the specified URI into a SchemaImpl definition.
 Schema SchemaReader.readSchema(java.net.URI schemaURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a SchemaImpl document into a SchemaImpl definition.
 

Methods in org.ow2.easywsdl.schema.api with parameters of type Schema
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
          Return a document generated from the specified SchemaImpl model.
 java.lang.String SchemaWriter.writeSchema(Schema wsdlDef)
          Write the specified SchemaImpl definition .
 

Uses of Schema in org.ow2.easywsdl.schema.impl
 

Classes in org.ow2.easywsdl.schema.impl that implement Schema
 class SchemaImpl
           
 

Methods in org.ow2.easywsdl.schema.impl that return Schema
 Schema SchemaReaderImpl.readSchema(org.w3c.dom.Document schemaDocument)
           
 Schema SchemaReaderImpl.readSchema(java.net.URI schemaURI)
           
 Schema SchemaReaderImpl.readSchema(java.net.URI schemaUri, javax.xml.transform.dom.DOMSource input)
           
 

Methods in org.ow2.easywsdl.schema.impl with parameters of type Schema
 org.w3c.dom.Document SchemaWriterImpl.getDocument(Schema schemaDef)
           
 java.lang.String SchemaWriterImpl.writeSchema(Schema schemaDef)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.