public interface FilterBypass
Modifier and Type | Method and Description |
---|---|
boolean |
bypass(ExecutionContext executionContext,
Source source,
Result result)
Bypass the Smooks Filter process.
|
boolean bypass(ExecutionContext executionContext, Source source, Result result) throws SmooksException
executionContext
- Smooks execution context.source
- Filter Source.result
- Filter Result.SmooksException
- An error occurred while apply the bypass transform.Copyright © 2020. All rights reserved.