| Package | Description |
|---|---|
| org.ow2.easywsdl.schema | |
| org.ow2.easywsdl.schema.api | |
| org.ow2.easywsdl.schema.api.abstractElmt | |
| org.ow2.easywsdl.schema.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DefaultSchema |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSchemaImpl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaReader.read(Document document)
|
Schema |
SchemaReader.read(InputSource inputSource)
Read the XMLSchema definition accessible via the specified
InputSource, and bind it into a Schema object. |
Schema |
SchemaReader.read(URL schemaURL)
Read the XMLSchema definition available at the location identified by the
specified URL, and bind it into a
Schema object. |
| Modifier and Type | Method and Description |
|---|---|
Document |
SchemaWriter.getDocument(Schema schemaDef)
Return a document generated from the specified SchemaImpl model.
|
void |
SchemaWriter.writeSchema(Schema schemaDef,
OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Schema |
AbstractSchemaReader.readExternalPart(URI schemaURI,
URI baseURI,
Map<URI,AbsItfSchema> imports)
Read an external XML Schema URI according to a base URI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaImpl |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaReaderImpl.read(Document doc)
|
Schema |
SchemaReaderImpl.read(InputSource inputSource)
Read the XMLSchema definition accessible via the specified
InputSource, and bind it into a Schema object. |
Schema |
SchemaReaderImpl.read(URL schemaURL)
Read the XMLSchema definition available at the location identified by the
specified URL, and bind it into a
Schema object. |
protected Schema |
SchemaReaderImpl.readExternalPart(URI schemaLocationURI,
URI baseURI,
Map<URI,AbsItfSchema> imports)
Read an external XML Schema URI according to a base URI.
|
protected Schema |
SchemaReaderImpl.readSchema(InputSource source,
Map<URI,AbsItfSchema> imports) |
| Modifier and Type | Method and Description |
|---|---|
Document |
SchemaWriterImpl.getDocument(Schema schemaDef) |
void |
SchemaWriterImpl.writeSchema(Schema schemaDef,
OutputStream output) |
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.