| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicJavaTransformerBasic transformer that simply renames an element. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CounterThe counter can increment or decrement a value. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParameterDecoder<T>Abstract Parameter Decoder. | 
| class  | PropertyListParameterDecoderParameterDecoderused to convert a parameter String value to a
 list ofProperties. | 
| class  | TokenizedStringParameterDecoder | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CloneResourceConfigCreate a new  SmooksResourceConfigurationby cloning the current resource. | 
| class  | MapToResourceConfigFromAttributeMap a property value onto the current  SmooksResourceConfigurationbased on an
 element attribute value. | 
| class  | MapToResourceConfigFromParentConfigMap a property value from a parent  SmooksResourceConfigurationand onto
 the currentSmooksResourceConfiguration. | 
| class  | MapToResourceConfigFromTextMap a property value onto the current  SmooksResourceConfigurationbased on an
 elements text content. | 
| class  | NewResourceConfigCreate a new  SmooksResourceConfiguration. | 
| class  | SetOnResourceConfigSet a static value on the current  SmooksResourceConfiguration. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ElementIndexCounterElement index counter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoveElementAURemoves a DOM element during the assembly phase. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyElementSUEmpty element serialization unit. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoveAttributeTURemoves a DOM element attribute during the processing phase. | 
| class  | RemoveElementTURemoves a DOM element during the processing phase. | 
| class  | RenameAttributeTURenames an attribute from a DOM element during the processing phase. | 
| class  | RenameElementTURenames/replaces an element in the document during the processing phase. | 
| class  | SetAttributeTUSet a DOM element attribute during the processing phase. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CSVReaderDeprecated. 
 Use the  FlatFileReaderconfigured with theCSVRecordParserFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDataSourceDataSource management resource. | 
| class  | DirectDataSourceDirect DataSource. | 
| class  | JndiDataSourceJndi 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  ContentHandlerConfigMaplists against a selector string. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConfigurationExpanderInterface to allow configuration expansion. | 
| interface  | ContentHandlerFactoryContentHandler factory interface. | 
| interface  | ExecutionLifecycleCleanableExecution Lifecycle Cleanable resource. | 
| interface  | ExecutionLifecycleInitializableExecution Lifecycle Initializable resource. | 
| interface  | VisitLifecycleCleanableVisit Lifecycle Cleanable resource. | 
| interface  | VisitorAbstract Visitor interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DomModelCreatorDOM Node Model creator. | 
| class  | JavaContentHandlerFactoryJava 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  | DOMElementVisitorElement Visitor (GoF) interface for DOM. | 
| interface  | DOMVisitAfterDOM Visit after events. | 
| interface  | DOMVisitBeforeDOM Visit before events. | 
| interface  | DOMVisitorDOM Visitor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SerializationUnitW3C Node Serailization interface definition. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContextObjectSerializationUnitExecutionContextobject serializer. | 
| class  | DefaultSerializationUnitDefault SerializationUnit implementation. | 
| class  | GhostElementSerializationUnitGhost element serialization unit. | 
| class  | TextSerializationUnitWrite a <text> element. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JavaXMLReaderJava  XMLReaderfor Smooks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XStreamXMLReaderXStream based  JavaXMLReader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NestedExecutionVisitorNested Smooks execution visitor. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConsumerObject Consumer interface. | 
| interface  | ProducerObject 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  | SAXElementVisitorSAX Element Visitor. | 
| interface  | SAXVisitAfterSAX Visit after events. | 
| interface  | SAXVisitBeforeSAX Visit before events. | 
| interface  | SAXVisitChildrenSAX Visit children events. | 
| interface  | SAXVisitorSAX Visitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSAXElementSerializerDefault Serializer for SAX Filtering. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TerminateVisitorTerminate Visitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FixedLengthReaderFixed Length Reader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FlatFileReaderFlat file reader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractOutputStreamResourceAbstractOuputStreamResource is the base class for handling output stream
 resources in Smooks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanInstanceCreatorBean instance creator visitor class. | 
| class  | BeanInstancePopulatorBean instance populator visitor class. | 
| class  | ValueBinderValue Binder. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StaticVariableBinderStatic variable binding visitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanClassLookupBean class lookup visitor. | 
| class  | BeanWriterFactoryBeanWriterFactory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NamespaceReaperNamespace Reaper. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DecodeParamResolverType decoder parameter mapping visitor. | 
| class  | InitValExpressionSetterExpression Binding initVal setter. | 
| class  | PropertyCheckerBinding "property" attribute checker. | 
| class  | SelectorPropertyResolverSelector Property Resolver. | 
| class  | SetRetainParamConfigure the "retain" bean attribute, if not configured by the
 user. | 
| class  | WireOnElementChecker | 
| class  | WireTargetCheckerBean wiring target attribute checker. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanResultCleanupBean Result Cleanup resource. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JSONReaderJSON to SAX event reader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExportAn Export instance represents information about the type of data that Smooks can produce/export. | 
| class  | ExportsAn Exports instance holds a Map of  Exports that Smooks
 produces/exports. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DaoFlusherDAO Flusher
 
 This DAO flusher calls the flush method of a DAO. | 
| class  | EntityDeleterDAO Deleter
 
 This DAO deleter calls the delete method of a DAO, using a entity bean from
 the bean context as parameter. | 
| class  | EntityInserterDAO Inserter
 
 This DAO inserter calls the insert method of a DAO, using a entity bean from
 the bean context as parameter. | 
| class  | EntityLocatorDAO Locator
 
 This DAO locator uses lookup methods or methods that accept a query to
 lookup entities from a data source. | 
| class  | EntityLocatorParameterVisitor | 
| class  | EntityUpdaterDAO 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  | SetSelectorFromBeanCreatorThis resource tries to find a sensible default selector if no selector
 is set on the resource. | 
| class  | SetSelectorFromBeanPopulatorWiringThis resource tries to find a sensible default selector if no selector
 is set on the resource. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FragmentSerializerBasic message fragment serializer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResultsetRowSelector | 
| class  | SQLExecutorSQLExecutor Visitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileOutputStreamResourceAn  AbstractOutputStreamResourceimplementation
 that handles file output streams. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OutputStreamRouterOutputStreamRouter is a fragment Visitor (DOM/SAX) that can be used to route
 context beans ( BeanContextbeans) 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  | RulesProviderFactoryRulesProviderFactory is responsible for creating  RuleProviders
 and installing those providers in the SmooksApplicationContext. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanRouterCamel bean routing visitor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EDIReaderSmooks EDI Reader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UNEdifactReaderUN/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  | AbstractTemplateProcessorAbstract template processing unit. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FreeMarkerContentHandlerFactoryFreeMarker templating  VisitorCreator class. | 
| class  | FreeMarkerTemplateProcessorFreeMarker 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  | StringTemplateContentHandlerFactoryStringTemplate  DOMElementVisitorCreator 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  | XslContentHandlerFactoryXSL  DOMElementVisitorCreator class. | 
| class  | XslTemplateProcessorXSLT 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  | PausePause Smooks processing for a period. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoveAttributeRemove attribute. | 
| class  | RemoveElementRemove Element. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SetElementDataSet Element Data visitor. | 
| class  | SetElementDataConfigDigesterDigester for the  SetElementData. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SmooksXMLReaderSmooks  XMLReader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullSourceXMLReaderNull Source reader. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | YamlReaderYAML to SAX event reader. | 
Copyright © 2020. All rights reserved.