org.mule.module.xml.filters
Class AbstractJaxpFilter
java.lang.Object
org.mule.module.xml.filters.AbstractJaxpFilter
- Direct Known Subclasses:
- SchemaValidationFilter, XPathFilter
public abstract class AbstractJaxpFilter
- extends java.lang.Object
Common filter functionality for filters which need to convert payloads to Document
s.
Method Summary |
javax.xml.parsers.DocumentBuilderFactory |
getDocumentBuilderFactory()
The document builder factory to use in case XML needs to be parsed. |
void |
initialise()
|
void |
setDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)
The document builder factory to use in case XML needs to be parsed. |
org.w3c.dom.Node |
toDOMNode(java.lang.Object src)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJaxpFilter
public AbstractJaxpFilter()
initialise
public void initialise()
throws InitialisationException
- Throws:
InitialisationException
toDOMNode
public org.w3c.dom.Node toDOMNode(java.lang.Object src)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDocumentBuilderFactory
public javax.xml.parsers.DocumentBuilderFactory getDocumentBuilderFactory()
- The document builder factory to use in case XML needs to be parsed.
- Returns:
- The document builder factory to use in case XML needs to be parsed.
setDocumentBuilderFactory
public void setDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory documentBuilderFactory)
- The document builder factory to use in case XML needs to be parsed.
- Parameters:
documentBuilderFactory
- The document builder factory to use in case XML
needs to be parsed.
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.