Package | Description |
---|---|
example | |
org.milyn.calc | |
org.milyn.cdr.extension |
Smooks Configuration Extension Classes.
|
org.milyn.cdres.assemble | |
org.milyn.cdres.trans | |
org.milyn.db | |
org.milyn.delivery |
Content Delivery.
|
org.milyn.delivery.dom |
DOM based Content Delivery.
|
org.milyn.io | |
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.context | |
org.milyn.javabean.dynamic.ext | |
org.milyn.javabean.dynamic.visitor | |
org.milyn.javabean.ext | |
org.milyn.persistence | |
org.milyn.persistence.config.ext | |
org.milyn.routing.basic | |
org.milyn.routing.db | |
org.milyn.routing.file | |
org.milyn.routing.io | |
org.milyn.routing.jms | |
org.milyn.templating |
Templating for Smooks.
|
org.milyn.templating.freemarker |
FreeMarker templating for Smooks.
|
org.milyn.templating.xslt |
XSLT templating for Smooks.
|
org.milyn.validation | |
org.milyn.visitors.ctrl | |
org.milyn.visitors.remove | |
org.milyn.visitors.set |
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 |
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 |
RemoveElementAU
Removes a DOM element during the assembly phase.
|
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 |
AbstractDataSource
DataSource management resource.
|
class |
DirectDataSource
Direct DataSource.
|
class |
JndiDataSource
Jndi based DataSource.
|
Modifier and Type | Class and Description |
---|---|
class |
DomModelCreator
DOM Node Model creator.
|
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.
|
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.
|
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 |
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 |
AbstractTemplateProcessor
Abstract template processing unit.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerTemplateProcessor
FreeMarker template application ProcessingUnit.
|
Modifier and Type | Class and Description |
---|---|
class |
XslTemplateProcessor
XSLT template application ProcessingUnit.
|
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 . |
Copyright © 2020. All rights reserved.