|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringProcessor | |
|---|---|
| org.janux.bus.processor | The org.janux.bus.processor package contains simple interfaces for classes that perform transformations in the context of a Service Bus; for example, serializing or formatting an object into a String, or parsing a String into an object. |
| Uses of StringProcessor in org.janux.bus.processor |
|---|
| Classes in org.janux.bus.processor that implement StringProcessor | |
|---|---|
class |
StringProcessorAbstract
Abstract base implementation of SpringProcessor that implements a template method for the inherited method Processor.process(InputStream, OutputStream) that converts the
InputStream into a String, processes the String, and writes the processed String into the
OutputStream; sub-classes should provide an implementation of the
process(String) method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||