org.apache.servicemix.common.tools.wsdl
Class SchemaCollection
java.lang.Object
org.apache.servicemix.common.tools.wsdl.SchemaCollection
public class SchemaCollection
- extends Object
Collection of schemas.
- Author:
- gnodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaCollection
public SchemaCollection()
SchemaCollection
public SchemaCollection(URI baseUri)
getSchema
public Schema getSchema(String namespaceURI)
read
public void read(Element elem,
URI sourceUri)
throws Exception
- Throws:
Exception
read
public void read(String location,
URI baseUri)
throws Exception
- Throws:
Exception
read
public void read(InputSource inputSource)
throws Exception
- Throws:
Exception
handleImports
protected void handleImports(Schema schema,
URI baseUri)
throws Exception
- Throws:
Exception
resolve
protected static URI resolve(URI base,
String location)
getSize
public int getSize()
getSchemas
public Collection<Schema> getSchemas()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.