org.mule.module.xml.transformer
Interface DelayedResult

All Superinterfaces:
Result

public interface DelayedResult
extends Result

A result type which delays writing until something further down stream can setup the underlying output result.


Field Summary
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Method Summary
 void write(Result result)
           
 
Methods inherited from interface javax.xml.transform.Result
getSystemId, setSystemId
 

Method Detail

write

void write(Result result)
           throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.