Modifier and Type | Class and Description |
---|---|
class |
BasicJavaTransformer
Basic transformer that simply renames an element.
|
Modifier and Type | Class and Description |
---|---|
class |
Counter
The counter can increment or decrement a value.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterDecoder<T>
Abstract Parameter Decoder.
|
class |
PropertyListParameterDecoder
ParameterDecoder used to convert a parameter String value to a
list of Properties . |
class |
TokenizedStringParameterDecoder
|
Modifier and Type | Class and Description |
---|---|
class |
CloneResourceConfig
Create a new
SmooksResourceConfiguration by cloning the current resource. |
class |
MapToResourceConfigFromAttribute
Map a property value onto the current
SmooksResourceConfiguration based on an
element attribute value. |
class |
MapToResourceConfigFromParentConfig
Map a property value from a parent
SmooksResourceConfiguration and onto
the current SmooksResourceConfiguration . |
class |
MapToResourceConfigFromText
Map a property value onto the current
SmooksResourceConfiguration based on an
elements text content. |
class |
NewResourceConfig
Create a new
SmooksResourceConfiguration . |
class |
SetOnResourceConfig
Set a static value on the current
SmooksResourceConfiguration . |
Modifier and Type | Class and Description |
---|---|
class |
ElementIndexCounter
Element index counter.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveElementAU
Removes a DOM element during the assembly phase.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyElementSU
Empty element serialization unit.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveAttributeTU
Removes a DOM element attribute during the processing phase.
|
class |
RemoveElementTU
Removes a DOM element during the processing phase.
|
class |
RenameAttributeTU
Renames an attribute from a DOM element during the processing phase.
|
class |
RenameElementTU
Renames/replaces an element in the document during the processing phase.
|
class |
SetAttributeTU
Set a DOM element attribute during the processing phase.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVReader
Deprecated.
Use the
FlatFileReader configured with the CSVRecordParserFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSource
DataSource management resource.
|
class |
DirectDataSource
Direct DataSource.
|
class |
JndiDataSource
Jndi based DataSource.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentHandlerConfigMap<T extends ContentHandler>
Mapping between a resource configuration and its corresponding resource
configuration.
|
class |
ContentHandlerConfigMapTable<T extends ContentHandler>
Simple table for storing
ContentHandlerConfigMap lists against a selector string. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationExpander
Interface to allow configuration expansion.
|
interface |
ContentHandlerFactory
ContentHandler factory interface.
|
interface |
ExecutionLifecycleCleanable
Execution Lifecycle Cleanable resource.
|
interface |
ExecutionLifecycleInitializable
Execution Lifecycle Initializable resource.
|
interface |
VisitLifecycleCleanable
Visit Lifecycle Cleanable resource.
|
interface |
Visitor
Abstract Visitor interface.
|
Modifier and Type | Class and Description |
---|---|
class |
DomModelCreator
DOM Node Model creator.
|
class |
JavaContentHandlerFactory
Java ContentHandler instance creator.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
VisitorConfigMap.isDOMVisitor(ContentHandler contentHandler) |
protected static boolean |
VisitorConfigMap.isSAXVisitor(ContentHandler contentHandler) |
protected static boolean |
VisitorConfigMap.visitAfterAnnotationsOK(SmooksResourceConfiguration resourceConfig,
ContentHandler contentHandler) |
protected static boolean |
VisitorConfigMap.visitBeforeAnnotationsOK(SmooksResourceConfiguration resourceConfig,
ContentHandler contentHandler) |
Modifier and Type | Interface and Description |
---|---|
interface |
DOMElementVisitor
Element Visitor (GoF) interface for DOM.
|
interface |
DOMVisitAfter
DOM Visit after events.
|
interface |
DOMVisitBefore
DOM Visit before events.
|
interface |
DOMVisitor
DOM Visitor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SerializationUnit
W3C Node Serailization interface definition.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextObjectSerializationUnit
ExecutionContext object serializer. |
class |
DefaultSerializationUnit
Default SerializationUnit implementation.
|
class |
GhostElementSerializationUnit
Ghost element serialization unit.
|
class |
TextSerializationUnit
Write a <text> element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaXMLReader
Java
XMLReader for Smooks. |
Modifier and Type | Class and Description |
---|---|
class |
XStreamXMLReader
XStream based
JavaXMLReader . |
Modifier and Type | Class and Description |
---|---|
class |
NestedExecutionVisitor
Nested Smooks execution visitor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Consumer
Object Consumer interface.
|
interface |
Producer
Object Producer interface.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ContentHandler> |
Sorter.sort(List<ContentHandlerConfigMap<T>> visitors,
Sorter.SortOrder sortOrder) |
Modifier and Type | Interface and Description |
---|---|
interface |
SAXElementVisitor
SAX Element Visitor.
|
interface |
SAXVisitAfter
SAX Visit after events.
|
interface |
SAXVisitBefore
SAX Visit before events.
|
interface |
SAXVisitChildren
SAX Visit children events.
|
interface |
SAXVisitor
SAX Visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSAXElementSerializer
Default Serializer for SAX Filtering.
|
Modifier and Type | Class and Description |
---|---|
class |
TerminateVisitor
Terminate Visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedLengthReader
Fixed Length Reader.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatFileReader
Flat file reader.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOutputStreamResource
AbstractOuputStreamResource is the base class for handling output stream
resources in Smooks.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanInstanceCreator
Bean instance creator visitor class.
|
class |
BeanInstancePopulator
Bean instance populator visitor class.
|
class |
ValueBinder
Value Binder.
|
Modifier and Type | Class and Description |
---|---|
class |
StaticVariableBinder
Static variable binding visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanClassLookup
Bean class lookup visitor.
|
class |
BeanWriterFactory
BeanWriter Factory. |
Modifier and Type | Class and Description |
---|---|
class |
NamespaceReaper
Namespace Reaper.
|
Modifier and Type | Class and Description |
---|---|
class |
DecodeParamResolver
Type decoder parameter mapping visitor.
|
class |
InitValExpressionSetter
Expression Binding initVal setter.
|
class |
PropertyChecker
Binding "property" attribute checker.
|
class |
SelectorPropertyResolver
Selector Property Resolver.
|
class |
SetRetainParam
Configure the "retain" bean attribute, if not configured by the
user.
|
class |
WireOnElementChecker |
class |
WireTargetChecker
Bean wiring target attribute checker.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanResultCleanup
Bean Result Cleanup resource.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONReader
JSON to SAX event reader.
|
Modifier and Type | Class and Description |
---|---|
class |
Export
An Export instance represents information about the type of data that Smooks can produce/export.
|
class |
Exports
An Exports instance holds a Map of
Export s that Smooks
produces/exports. |
Modifier and Type | Class and Description |
---|---|
class |
DaoFlusher
DAO Flusher
This DAO flusher calls the flush method of a DAO.
|
class |
EntityDeleter
DAO Deleter
This DAO deleter calls the delete method of a DAO, using a entity bean from
the bean context as parameter.
|
class |
EntityInserter
DAO Inserter
This DAO inserter calls the insert method of a DAO, using a entity bean from
the bean context as parameter.
|
class |
EntityLocator
DAO Locator
This DAO locator uses lookup methods or methods that accept a query to
lookup entities from a data source.
|
class |
EntityLocatorParameterVisitor |
class |
EntityUpdater
DAO Updater
This DAO updater calls the update method of a DAO, using a entity bean from
the bean context as parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityLocatorIdResolver |
class |
ParameterIndexInitializer |
class |
ParameterIndexResolver |
class |
SetSelectorFromBeanCreator
This resource tries to find a sensible default selector if no selector
is set on the resource.
|
class |
SetSelectorFromBeanPopulatorWiring
This resource tries to find a sensible default selector if no selector
is set on the resource.
|
Modifier and Type | Class and Description |
---|---|
class |
FragmentSerializer
Basic message fragment serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultsetRowSelector |
class |
SQLExecutor
SQLExecutor Visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
FileOutputStreamResource
An
AbstractOutputStreamResource implementation
that handles file output streams. |
Modifier and Type | Class and Description |
---|---|
class |
OutputStreamRouter
OutputStreamRouter is a fragment Visitor (DOM/SAX) that can be used to route
context beans (
BeanContext beans) an OutputStream. |
Modifier and Type | Class and Description |
---|---|
class |
JMSRouter
Router is a Visitor for DOM or SAX elements.
|
Modifier and Type | Class and Description |
---|---|
class |
RulesProviderFactory
RulesProviderFactory is responsible for creating
RuleProvider s
and installing those providers in the Smooks ApplicationContext . |
Modifier and Type | Class and Description |
---|---|
class |
BeanRouter
Camel bean routing visitor.
|
Modifier and Type | Class and Description |
---|---|
class |
EDIReader
Smooks EDI Reader.
|
Modifier and Type | Class and Description |
---|---|
class |
UNEdifactReader
UN/EDIFACT Smooks reader.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyContentHandlerFactory
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
GroovyContentHandlerFactory.create(SmooksResourceConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplateProcessor
Abstract template processing unit.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerContentHandlerFactory
FreeMarker templating
Visitor Creator class. |
class |
FreeMarkerTemplateProcessor
FreeMarker template application ProcessingUnit.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
FreeMarkerContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a FreeMarker based ContentHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
StringTemplateContentHandlerFactory
StringTemplate
DOMElementVisitor Creator class. |
Modifier and Type | Method and Description |
---|---|
ContentHandler |
StringTemplateContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a StringTemplate based ContentHandler.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
StringTemplateContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create a StringTemplate based ContentHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
XslContentHandlerFactory
XSL
DOMElementVisitor Creator class. |
class |
XslTemplateProcessor
XSLT template application ProcessingUnit.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
XslContentHandlerFactory.create(SmooksResourceConfiguration resourceConfig)
Create an XSL based ContentHandler instance ie from an XSL byte streamResult.
|
Modifier and Type | Class and Description |
---|---|
class |
Validator
A Validator uses a predefined Rule that performs the actual validator for a Validator.
|
Modifier and Type | Class and Description |
---|---|
class |
Pause
Pause Smooks processing for a period.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveAttribute
Remove attribute.
|
class |
RemoveElement
Remove Element.
|
Modifier and Type | Class and Description |
---|---|
class |
SetElementData
Set Element Data visitor.
|
class |
SetElementDataConfigDigester
Digester for the
SetElementData . |
Modifier and Type | Interface and Description |
---|---|
interface |
SmooksXMLReader
Smooks
XMLReader . |
Modifier and Type | Class and Description |
---|---|
class |
NullSourceXMLReader
Null Source reader.
|
Modifier and Type | Class and Description |
---|---|
class |
YamlReader
YAML to SAX event reader.
|
Copyright © 2020. All rights reserved.