com.consol.citrus.xml.schema
Interface XsdSchemaMappingStrategy

All Known Implementing Classes:
AbstractSchemaMappingStrategy, RootQNameSchemaMappingStrategy, SchemaMappingStrategyChain, TargetNamespaceSchemaMappingStrategy

public interface XsdSchemaMappingStrategy

Interface for schema mapping strategies used in schema repository.

Author:
Christoph Deppisch

Method Summary
 org.springframework.xml.xsd.XsdSchema getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas, Document doc)
          Gets the schema for given namespace or root element name.
 

Method Detail

getSchema

org.springframework.xml.xsd.XsdSchema getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas,
                                                Document doc)
Gets the schema for given namespace or root element name.

Parameters:
schemas - list of available schemas.
doc - document instance to validate.
Returns:


Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.