Uses of Interface
org.citrusframework.xml.schema.XsdSchemaMappingStrategy
Packages that use XsdSchemaMappingStrategy
-
Uses of XsdSchemaMappingStrategy in org.citrusframework.xml
Methods in org.citrusframework.xml that return XsdSchemaMappingStrategyModifier and TypeMethodDescriptionXsdSchemaRepository.getSchemaMappingStrategy()Gets the schema mapping strategy.Methods in org.citrusframework.xml with parameters of type XsdSchemaMappingStrategyModifier and TypeMethodDescriptionvoidXsdSchemaRepository.setSchemaMappingStrategy(XsdSchemaMappingStrategy schemaMappingStrategy) Set the schema mapping strategy. -
Uses of XsdSchemaMappingStrategy in org.citrusframework.xml.schema
Classes in org.citrusframework.xml.schema that implement XsdSchemaMappingStrategyModifier and TypeClassDescriptionclassAbstract schema mapping strategy extracts target namespace and root element name for subclasses.classMapping strategy uses the root element local name to find matching schema instance.classSpecial schema mapping strategy delegating to several other strategies in a mapping chain.classMapping strategy checks on target namespaces in schemas to find matching schema instance.Method parameters in org.citrusframework.xml.schema with type arguments of type XsdSchemaMappingStrategyModifier and TypeMethodDescriptionvoidSchemaMappingStrategyChain.setStrategies(List<XsdSchemaMappingStrategy> strategies) Sets the strategies.