org.milyn.delivery.sax
Class SmooksSAXFilter
java.lang.Object
org.milyn.delivery.Filter
org.milyn.delivery.sax.SmooksSAXFilter
public class SmooksSAXFilter
- extends Filter
Smooks SAX Filter.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class org.milyn.delivery.Filter |
close, close, getCurrentExecutionContext, getFilter, getReader, getWriter, removeCurrentExecutionContext, removeCurrentFilter, setCurrentExecutionContext, setFilter, setFilterType, setFilterType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmooksSAXFilter
public SmooksSAXFilter(ExecutionContext executionContext)
doFilter
public void doFilter()
throws SmooksException
- Description copied from class:
Filter
- Filter the content in the supplied
Source instance, outputing the result
to the supplied Result instance.
Implementations use static methods on the FilterSource and FilterResult classes
to access the Source and Results objects.
- Specified by:
doFilter in class Filter
- Throws:
SmooksException - Failed to filter.
doFilter
protected void doFilter(Source source,
Result result)
cleanup
public void cleanup()
- Description copied from class:
Filter
- Cleanup the Filter.
- Specified by:
cleanup in class Filter
Copyright © 2009. All Rights Reserved.