Filters and filter chains > Filter reference > Java filter

Java filter
You can create Java classes to be executed in order to process data delivered to input connectors as well as to output connectors. By adding the Java filter to a connector you can call the appropriate Java class to use for processing the data delivered to this connector. For example, use a Java input filter to rearrange data before it is processed by the StreamServer application.
The filter reads input from the input stream and writes output to the output stream. If an exception is thrown from the filter, the result is as follows:
Filter settings
The name of the Java filter class to invoke. This class must implement the streamserve.filter.Execute interface included in jstrs.jar.
The name of an optional Java configuration class to invoke. This class must implement the streamserve.service.Configuration interface included in jstrs.jar.
 
OpenText StreamServe 5.6.2 Updated: 2018-01-26