|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A StreamPipeline
either
Reader
and let it produce a character streamEventPipeline
with a
Serializer
and let them produce the byte stream
A StreamPipeline
is Recomposable
since the
ComponentManager
used to get the reader or serializer
depends on the pipeline assembly engine where they are defined (i.e.
a given sitemap file).
Field Summary | |
static java.lang.String |
ROLE
|
Method Summary | |
EventPipeline |
getEventPipeline()
Get the EventPipeline |
boolean |
process(Environment environment)
Process the given Environment producing the output |
void |
setEventPipeline(EventPipeline eventPipeline)
Set the EventPipeline |
void |
setReader(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param)
Set the reader for this pipeline |
void |
setReader(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param,
java.lang.String mimeType)
Set the reader for this pipeline |
void |
setSerializer(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param)
Set the serializer for this pipeline |
void |
setSerializer(java.lang.String role,
java.lang.String source,
org.apache.avalon.framework.parameters.Parameters param,
java.lang.String mimeType)
Set the serializer for this pipeline |
Methods inherited from interface org.apache.avalon.framework.component.Recomposable |
recompose |
Methods inherited from interface org.apache.avalon.framework.component.Composable |
compose |
Methods inherited from interface org.apache.avalon.excalibur.pool.Recyclable |
recycle |
Field Detail |
public static final java.lang.String ROLE
Method Detail |
public boolean process(Environment environment) throws java.lang.Exception
Environment
producing the output
java.lang.Exception
public void setEventPipeline(EventPipeline eventPipeline) throws java.lang.Exception
EventPipeline
java.lang.Exception
public EventPipeline getEventPipeline()
EventPipeline
public void setReader(java.lang.String role, java.lang.String source, org.apache.avalon.framework.parameters.Parameters param) throws java.lang.Exception
java.lang.Exception
public void setReader(java.lang.String role, java.lang.String source, org.apache.avalon.framework.parameters.Parameters param, java.lang.String mimeType) throws java.lang.Exception
java.lang.Exception
public void setSerializer(java.lang.String role, java.lang.String source, org.apache.avalon.framework.parameters.Parameters param) throws java.lang.Exception
java.lang.Exception
public void setSerializer(java.lang.String role, java.lang.String source, org.apache.avalon.framework.parameters.Parameters param, java.lang.String mimeType) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |