Package | Description |
---|---|
com.consol.citrus.xml | |
com.consol.citrus.xml.schema |
Modifier and Type | Method and Description |
---|---|
XsdSchemaMappingStrategy |
XsdSchemaRepository.getSchemaMappingStrategy()
Gets the schema mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
XsdSchemaRepository.setSchemaMappingStrategy(XsdSchemaMappingStrategy schemaMappingStrategy)
Set the schema mapping strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSchemaMappingStrategy
Abstract schema mapping strategy extracts target namespace and root element name
for subclasses.
|
class |
RootQNameSchemaMappingStrategy
Mapping strategy uses the root element local name to find matching schema
instance.
|
class |
SchemaMappingStrategyChain
Special schema mapping strategy delegating to several other strategies in
a mapping chain.
|
class |
TargetNamespaceSchemaMappingStrategy
Mapping strategy checks on target namespaces in schemas to find matching schema
instance.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaMappingStrategyChain.setStrategies(List<XsdSchemaMappingStrategy> strategies)
Sets the strategies.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.