org.apache.camel.component.validator.relaxng
Class RelaxNGComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<org.apache.camel.Exchange>
          extended by org.apache.camel.component.ResourceBasedComponent
              extended by org.apache.camel.component.validator.ValidatorComponent
                  extended by 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 $

Field Summary
 
Fields inherited from class org.apache.camel.component.ResourceBasedComponent
log
 
Constructor Summary
RelaxNGComponent()
           
 
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
 

Constructor Detail

RelaxNGComponent

public RelaxNGComponent()
Method Detail

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.