Package org.citrusframework.xml.schema
Class TargetNamespaceSchemaMappingStrategy
java.lang.Object
org.citrusframework.xml.schema.AbstractSchemaMappingStrategy
org.citrusframework.xml.schema.TargetNamespaceSchemaMappingStrategy
- All Implemented Interfaces:
XsdSchemaMappingStrategy
Mapping strategy checks on target namespaces in schemas to find matching schema
instance.
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.xml.schema.AbstractSchemaMappingStrategy
getSchema
-
Constructor Details
-
TargetNamespaceSchemaMappingStrategy
public TargetNamespaceSchemaMappingStrategy()
-
-
Method Details
-
getSchema
public org.springframework.xml.xsd.XsdSchema getSchema(List<org.springframework.xml.xsd.XsdSchema> schemas, String namespace, String elementName) Description copied from class:AbstractSchemaMappingStrategySubclasses must override this method in order to detect schema for target namespace and/or root element name.- Specified by:
getSchemain classAbstractSchemaMappingStrategy- Returns:
-