| Constructor and Description |
|---|
JingValidator(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
getInputSource() |
String |
getResourceUri() |
com.thaiopensource.validate.Schema |
getSchema() |
com.thaiopensource.relaxng.SchemaFactory |
getSchemaFactory() |
String |
getSchemaNamespace() |
boolean |
isCompactSyntax() |
void |
process(org.apache.camel.Exchange exchange) |
void |
setCompactSyntax(boolean compactSyntax) |
void |
setInputSource(InputSource inputSource) |
void |
setResourceUri(String resourceUri) |
void |
setSchema(com.thaiopensource.validate.Schema schema) |
void |
setSchemaFactory(com.thaiopensource.relaxng.SchemaFactory schemaFactory) |
void |
setSchemaNamespace(String schemaNamespace) |
public void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.ProcessorExceptionpublic String getResourceUri()
public void setResourceUri(String resourceUri)
public com.thaiopensource.validate.Schema getSchema()
throws IOException,
com.thaiopensource.validate.IncorrectSchemaException,
SAXException
IOExceptioncom.thaiopensource.validate.IncorrectSchemaExceptionSAXExceptionpublic void setSchema(com.thaiopensource.validate.Schema schema)
public InputSource getInputSource() throws IOException
IOExceptionpublic void setInputSource(InputSource inputSource)
public com.thaiopensource.relaxng.SchemaFactory getSchemaFactory()
public void setSchemaFactory(com.thaiopensource.relaxng.SchemaFactory schemaFactory)
public String getSchemaNamespace()
public void setSchemaNamespace(String schemaNamespace)
public boolean isCompactSyntax()
public void setCompactSyntax(boolean compactSyntax)
Apache CAMEL