org.barracudamvc.plankton.http
Interface HttpOutputWriter


public interface HttpOutputWriter

This interfaces defines the necessaries to write the output to the URL (When POSTING)


Method Summary
 void writeOutput(OutputStream outputStream)
           
 

Method Detail

writeOutput

public void writeOutput(OutputStream outputStream)
                 throws IOException
Throws:
IOException


Copyright © 2004 BarracudaMVC.org All Rights Reserved.