Spring Web Services Framework

org.springframework.xml.xsd
Interface XsdSchemaCollection

All Known Implementing Classes:
CommonsXsdSchemaCollection

public interface XsdSchemaCollection

Represents an abstraction for a collection of XSD schemas.

Since:
1.5.0
Author:
Arjen Poutsma

Method Summary
 XmlValidator createValidator()
          Creates a XmlValidator based on the schemas contained in this collection.
 XsdSchema[] getXsdSchemas()
          Returns all schemas contained in this collection.
 

Method Detail

getXsdSchemas

XsdSchema[] getXsdSchemas()
Returns all schemas contained in this collection.

Returns:
the schemas contained in this collection

createValidator

XmlValidator createValidator()
                             throws IOException
Creates a XmlValidator based on the schemas contained in this collection.

Returns:
a validator for this collection
Throws:
IOException - in case of I/O errors

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.