org.kite9.framework.server
Interface ItemServer

All Known Implementing Classes:
AbstractLocalServer, HttpItemServer

public interface ItemServer

Handles remote processing of design items, allowing a number of responses to be sent in a zip file.

Author:
moffatr

Method Summary
 ZipInputStream serve(WorkItem item)
           
 void serve(WorkItem item, OutputStream os)
           
 

Method Detail

serve

ZipInputStream serve(WorkItem item)
                     throws IOException
Throws:
IOException

serve

void serve(WorkItem item,
           OutputStream os)
           throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.