Uses of Class
org.smooks.engine.plugin.ResultType
-
Packages that use ResultType Package Description org.smooks.engine.plugin -
-
Uses of ResultType in org.smooks.engine.plugin
Methods in org.smooks.engine.plugin that return ResultType Modifier and Type Method Description static ResultType
ResultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResultType[]
ResultType. 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 ResultType Modifier and Type Method Description Result
ResultFactory. createResult(ResultType type)
Constructors in org.smooks.engine.plugin with parameters of type ResultType Constructor Description PayloadProcessor(Smooks smooks, ResultType resultType)
Public constructor.
-