JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Camel :: Schematron 2.23.2.fuse-790054-redhat-00001
Prev
Next
Frames
No Frames
All Classes
C
D
F
G
H
I
L
N
O
P
R
S
T
V
C
ClassPathURIResolver
- Class in
org.apache.camel.component.schematron.processor
Class path resolver for schematron templates
ClassPathURIResolver(String, URIResolver)
- Constructor for class org.apache.camel.component.schematron.processor.
ClassPathURIResolver
Constructor setter for rules directory path, and the fallback URIResolver used for schematron includes.
Constants
- Class in
org.apache.camel.component.schematron.constant
Utility class defining all constants needed for the schematron component.
createConsumer(Processor)
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
createEndpoint(String, String, Map<String, Object>)
- Method in class org.apache.camel.component.schematron.
SchematronComponent
createProducer()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
D
doStart()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
F
FAILED
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
FAILED_ASSERT
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
G
getPath()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
getRules()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
getTemplates(InputStream, TransformerFactory)
- Method in class org.apache.camel.component.schematron.processor.
TemplatesFactory
Generate the schematron template for given rule.
getUriResolver()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
H
HTTP_PURL_OCLC_ORG_DSDL_SVRL
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
I
isAbort()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
isSingleton()
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
L
LINE_NUMBERING
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
N
newInstance()
- Static method in class org.apache.camel.component.schematron.processor.
TemplatesFactory
Singleton constructor;
newScehamtronEngine(Templates)
- Static method in class org.apache.camel.component.schematron.processor.
SchematronProcessorFactory
Creates an instance of SchematronEngine
O
org.apache.camel.component.schematron
- package org.apache.camel.component.schematron
org.apache.camel.component.schematron.constant
- package org.apache.camel.component.schematron.constant
org.apache.camel.component.schematron.exception
- package org.apache.camel.component.schematron.exception
org.apache.camel.component.schematron.processor
- package org.apache.camel.component.schematron.processor
P
process(Exchange)
- Method in class org.apache.camel.component.schematron.
SchematronProducer
Processes the payload.
R
resolve(String, String)
- Method in class org.apache.camel.component.schematron.processor.
ClassPathURIResolver
S
SAXON_TRANSFORMER_FACTORY_CLASS_NAME
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
SCHEMATRON_TEMPLATES_ROOT_DIR
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
SchematronComponent
- Class in
org.apache.camel.component.schematron
Represents the component that manages
SchematronEndpoint
.
SchematronComponent()
- Constructor for class org.apache.camel.component.schematron.
SchematronComponent
SchematronConfigException
- Exception in
org.apache.camel.component.schematron.exception
Schematron configuration Exception.
SchematronConfigException(Throwable)
- Constructor for exception org.apache.camel.component.schematron.exception.
SchematronConfigException
SchematronConfigException(String)
- Constructor for exception org.apache.camel.component.schematron.exception.
SchematronConfigException
SchematronEndpoint
- Class in
org.apache.camel.component.schematron
Validates the payload of a message using the Schematron Library.
SchematronEndpoint()
- Constructor for class org.apache.camel.component.schematron.
SchematronEndpoint
SchematronEndpoint(String, String, SchematronComponent)
- Constructor for class org.apache.camel.component.schematron.
SchematronEndpoint
SchematronEndpoint(String)
- Constructor for class org.apache.camel.component.schematron.
SchematronEndpoint
SchematronProcessor
- Class in
org.apache.camel.component.schematron.processor
The schematoron Engine.
SchematronProcessor(XMLReader, Templates)
- Constructor for class org.apache.camel.component.schematron.processor.
SchematronProcessor
Constructor setting the XSLT schematron templates.
SchematronProcessorFactory
- Class in
org.apache.camel.component.schematron.processor
Schematron Engine Factory
SchematronProducer
- Class in
org.apache.camel.component.schematron
The Schematron producer.
SchematronProducer(SchematronEndpoint)
- Constructor for class org.apache.camel.component.schematron.
SchematronProducer
SchematronValidationException
- Exception in
org.apache.camel.component.schematron.exception
SchematronValidationException is thrown if option is set to true.
SchematronValidationException(String, Throwable)
- Constructor for exception org.apache.camel.component.schematron.exception.
SchematronValidationException
SchematronValidationException(String)
- Constructor for exception org.apache.camel.component.schematron.exception.
SchematronValidationException
setAbort(boolean)
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
Flag to abort the route and throw a schematron validation exception.
setPath(String)
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
The path to the schematron rules file.
setRules(Templates)
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
To use the given schematron rules instead of loading from the path
setUriResolver(URIResolver)
- Method in class org.apache.camel.component.schematron.
SchematronEndpoint
Set the
URIResolver
to be used for resolving schematron includes in the rules file.
SUCCESS
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
T
TemplatesFactory
- Class in
org.apache.camel.component.schematron.processor
Class generating Templates for a given schematron rules
TemplatesFactory()
- Constructor for class org.apache.camel.component.schematron.processor.
TemplatesFactory
V
validate(String)
- Method in class org.apache.camel.component.schematron.processor.
SchematronProcessor
Validates the given XML for given Rules.
validate(Source)
- Method in class org.apache.camel.component.schematron.processor.
SchematronProcessor
Validates the given XML for given Rules.
VALIDATION_REPORT
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
VALIDATION_STATUS
- Static variable in class org.apache.camel.component.schematron.constant.
Constants
C
D
F
G
H
I
L
N
O
P
R
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Camel :: Schematron 2.23.2.fuse-790054-redhat-00001
Prev
Next
Frames
No Frames
All Classes
Apache Camel