public class RootQNameSchemaMappingStrategy extends AbstractSchemaMappingStrategy
Constructor and Description |
---|
RootQNameSchemaMappingStrategy() |
Modifier and Type | Method and Description |
---|---|
org.springframework.xml.xsd.XsdSchema |
getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas,
String namespace,
String elementName)
Subclasses must override this method in order to detect schema for
target namespace and/or root element name.
|
void |
setMappings(Map<String,org.springframework.xml.xsd.XsdSchema> mappings)
Sets the mappings.
|
getSchema
public org.springframework.xml.xsd.XsdSchema getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas, String namespace, String elementName)
AbstractSchemaMappingStrategy
getSchema
in class AbstractSchemaMappingStrategy
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.