Adapters receive input, process the input, and returns some type of output.
input object | transformation | output object | maintainer | |
---|---|---|---|---|
VelocityAdapter | any object model | merges model with Velocity template and writes to disk | path to output directory | Brad Matlack |
XsltAdatper | org.dom4j.Document | performs an XSL transformation using a stylesheet | org.dom4j.Document | Brad Matlack |
Connectors read and write to datasources.
read( ) | adapter | write( ) | ||||
---|---|---|---|---|---|---|
connectors | input | output | input | output | maintainer | |
XmlConnector | reads an xml document | org.dom4j.Document | org.dom4j.Document | xml document | Brad Matlack | |
Null Connector | nothing | null | anything | nothing | Brad Matlack | |
XBeanConnector | reads an xml document | XBean object model | org.dom4j.Document | xml document | Brad Matlack |