Uses of Class
org.smooks.engine.plugin.SinkType
-
Packages that use SinkType Package Description org.smooks.engine.plugin -
-
Uses of SinkType in org.smooks.engine.plugin
Methods in org.smooks.engine.plugin that return SinkType Modifier and Type Method Description static SinkTypeSinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static SinkType[]SinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smooks.engine.plugin with parameters of type SinkType Modifier and Type Method Description org.smooks.api.io.SinkSinkFactory. createSink(SinkType type)Constructors in org.smooks.engine.plugin with parameters of type SinkType Constructor Description PayloadProcessor(Smooks smooks, SinkType sinkType)Public constructor.
-