Uses of Interface
org.springframework.xml.xsd.XsdSchema

Packages that use XsdSchema
org.springframework.xml.xsd Provides an abstraction over XSD XML schemas. 
org.springframework.xml.xsd.commons Contains a implementation of the XsdSchema interfaces that uses Apache WS-Commons XML Schema. 
 

Uses of XsdSchema in org.springframework.xml.xsd
 

Classes in org.springframework.xml.xsd that implement XsdSchema
 class SimpleXsdSchema
          The default XsdSchema implementation.
 

Methods in org.springframework.xml.xsd that return XsdSchema
 XsdSchema[] XsdSchemaCollection.getXsdSchemas()
          Returns all schemas contained in this collection.
 

Uses of XsdSchema in org.springframework.xml.xsd.commons
 

Classes in org.springframework.xml.xsd.commons that implement XsdSchema
 class CommonsXsdSchema
          Implementation of the XsdSchema interface that uses Apache WS-Commons XML Schema.
 

Methods in org.springframework.xml.xsd.commons that return XsdSchema
 XsdSchema[] CommonsXsdSchemaCollection.getXsdSchemas()
           
 



Copyright © 2010. All Rights Reserved.