|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.converters.StreamToSourceResult
public class StreamToSourceResult
StreamToSourceResult prepares the message object before invoking a Smooks transformation.
Some tranformation need more control over the input and output generated by Smooks. By creating a SourceResult the calling application can control the types of input and output Result object. This specific action creates a SourceResult with a StreamSource containing an InputStream located in the default body location.<action name="createSourceResult" class="org.jboss.soa.esb.actions.converters.StreamToSourceResult"/>
| Constructor Summary | |
|---|---|
StreamToSourceResult()
|
|
| Method Summary | |
|---|---|
Message |
process(Message message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamToSourceResult()
| Method Detail |
|---|
public Message process(Message message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||