org.apache.cocoon.rest.controller.response
Interface RestResponse

All Known Implementing Classes:
BinaryResponse, GenericContentTypeResponse, RedirectResponse, Status, TextResponse, URLResponse

public interface RestResponse


Method Summary
 void execute(OutputStream outputStream)
           
 RestResponseMetaData setup(Map<String,Object> inputParameters)
           
 

Method Detail

execute

void execute(OutputStream outputStream)
             throws Exception
Throws:
Exception

setup

RestResponseMetaData setup(Map<String,Object> inputParameters)
                           throws Exception
Throws:
Exception


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.