|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaReader
public abstract class AbstractSchemaReader
This interface describes an XSD reader to be used internally.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ow2.easywsdl.schema.api.SchemaReader |
|---|
SchemaReader.FeatureConstants |
| Constructor Summary | |
|---|---|
AbstractSchemaReader()
|
|
| Method Summary | |
|---|---|
protected abstract Schema |
readExternalPart(java.net.URI schemaURI,
java.net.URI baseURI,
java.util.Map<java.net.URI,AbsItfSchema> imports)
Read an external XML Schema URI according to a base URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaReader |
|---|
getDocumentBaseURI, getFeature, getFeatures, read, read, read, setDocumentBaseURI, setFeature, setFeatures |
| Constructor Detail |
|---|
public AbstractSchemaReader()
| Method Detail |
|---|
protected abstract Schema readExternalPart(java.net.URI schemaURI,
java.net.URI baseURI,
java.util.Map<java.net.URI,AbsItfSchema> imports)
throws SchemaException,
java.net.MalformedURLException,
java.net.URISyntaxException
SchemaException
java.net.MalformedURLException - The URL based on the external XSD URI and the current base
URI is a malformed URL.
java.net.URISyntaxException - The URL based on the external XSD URI and the current base
URI is an URL not formatted strictly according to to RFC2396
and cannot be converted to a URI.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||