Uses of Class
org.smooks.Smooks
-
Packages that use Smooks Package Description org.smooks Smooks Content Transformation/Analysis - *** STARTING POINT ***.org.smooks.engine.plugin org.smooks.engine.resource.config.loader.xml org.smooks.engine.resource.visitor.smooks org.smooks.support Smooks Utilities. -
-
Uses of Smooks in org.smooks
Methods in org.smooks that return Smooks Modifier and Type Method Description SmooksSmooksFactory. createInstance()Creates a Smooks instance that is unconfiguredSmooksSmooksFactory. createInstance(InputStream config)Creates a Smooks instance that is unconfiguredSmooksSmooksFactory. createInstance(String config)Creates a Smooks instance that is unconfiguredSmooksSmooks. setExports(Exports exports)Set the Exports for this Smooks instance. -
Uses of Smooks in org.smooks.engine.plugin
Constructors in org.smooks.engine.plugin with parameters of type Smooks Constructor Description PayloadProcessor(Smooks smooks, SinkType sinkType)Public constructor. -
Uses of Smooks in org.smooks.engine.resource.config.loader.xml
Methods in org.smooks.engine.resource.config.loader.xml that return Smooks Modifier and Type Method Description protected SmooksXmlResourceConfigLoader. getExtendedResourceConfigLoader(String configNamespace) -
Uses of Smooks in org.smooks.engine.resource.visitor.smooks
Fields in org.smooks.engine.resource.visitor.smooks declared as Smooks Modifier and Type Field Description protected SmooksNestedSmooksVisitor. pipelineMethods in org.smooks.engine.resource.visitor.smooks that return Smooks Modifier and Type Method Description SmooksNestedSmooksVisitor. getPipeline()Methods in org.smooks.engine.resource.visitor.smooks with parameters of type Smooks Modifier and Type Method Description voidNestedSmooksVisitor. setPipeline(Smooks pipeline) -
Uses of Smooks in org.smooks.support
Methods in org.smooks.support with parameters of type Smooks Modifier and Type Method Description static StringSmooksUtil. filterAndSerialize(org.smooks.api.ExecutionContext executionContext, InputStream stream, Smooks smooks)Utility method to filter the content in the specifiedInputStreamfor the specifiedExecutionContext.static voidSmooksUtil. registerProfileSet(org.smooks.api.profile.ProfileSet profileSet, Smooks smooks)Manually register a set of profiles with the profile store associated with the suppliedSmooksinstance.
-