|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.payload.FilterSource
org.milyn.payload.JavaSource
public class JavaSource
Java Filtration/Transformation Source.
| Constructor Summary | |
|---|---|
JavaSource()
Default Contructor. |
|
JavaSource(List<Object> sourceObjects)
Construct a stream of SAX document/message events from the supplied source object list. |
|
JavaSource(Object sourceObject)
Construct a stream of SAX document/message events from the supplied source object. |
|
| Method Summary | |
|---|---|
Map<String,Object> |
getBeans()
Get the input bean map for the transform. |
List<Object> |
getSourceObjects()
Get the source object list. |
void |
setBeans(Map<String,Object> beans)
Set the input bean map for the transform. |
| Methods inherited from class org.milyn.payload.FilterSource |
|---|
getSource, getSystemId, setSource, setSystemId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaSource()
NullSourceXMLReader will be put in place
by Smooks and used by the underlying filter (DOM/SAX).
This constructor can be used in conjunction with the
setBeans(java.util.Map) method to (for example) apply a template directly
to a bean map by targeting the template resource at the "$document"
selector.
public JavaSource(Object sourceObject)
sourceObject - The source object.public JavaSource(List<Object> sourceObjects)
sourceObjects - The source object list.| Method Detail |
|---|
public List<Object> getSourceObjects()
public Map<String,Object> getBeans()
JavaSource(java.util.List) constructor.
public void setBeans(Map<String,Object> beans)
JavaSource(java.util.List) constructor.
beans - The bean map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||