org.apache.camel.component.validator.relaxng
Class RelaxNGComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<org.apache.camel.Exchange>
org.apache.camel.component.ResourceBasedComponent
org.apache.camel.component.validator.ValidatorComponent
org.apache.camel.component.validator.relaxng.RelaxNGComponent
- All Implemented Interfaces:
- org.apache.camel.Component<org.apache.camel.Exchange>, org.apache.camel.Service
public class RelaxNGComponent
- extends org.apache.camel.component.validator.ValidatorComponent
- Version:
- $Revision: 1.1 $
Fields inherited from class org.apache.camel.component.ResourceBasedComponent |
log |
Method Summary |
protected void |
configureValidator(org.apache.camel.component.validator.SpringValidator validator,
String uri,
String remaining,
Map parameters)
|
org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl |
getSchemaFactory()
|
void |
setSchemaFactory(org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl schemaFactory)
|
Methods inherited from class org.apache.camel.component.validator.ValidatorComponent |
createEndpoint |
Methods inherited from class org.apache.camel.component.ResourceBasedComponent |
getResourceLoader, resolveMandatoryResource, setResourceLoader |
Methods inherited from class org.apache.camel.impl.DefaultComponent |
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelaxNGComponent
public RelaxNGComponent()
getSchemaFactory
public org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl getSchemaFactory()
throws org.iso_relax.verifier.VerifierConfigurationException
- Throws:
org.iso_relax.verifier.VerifierConfigurationException
setSchemaFactory
public void setSchemaFactory(org.iso_relax.verifier.jaxp.validation.RELAXNGSchemaFactoryImpl schemaFactory)
configureValidator
protected void configureValidator(org.apache.camel.component.validator.SpringValidator validator,
String uri,
String remaining,
Map parameters)
throws Exception
- Overrides:
configureValidator
in class org.apache.camel.component.validator.ValidatorComponent
- Throws:
Exception
Copyright © 2007 Apache Software Foundation. All Rights Reserved.