org.mule.module.jersey
Class MuleResponseWriter

java.lang.Object
  extended by org.mule.module.jersey.MuleResponseWriter
All Implemented Interfaces:
com.sun.jersey.spi.container.ContainerResponseWriter

public class MuleResponseWriter
extends Object
implements com.sun.jersey.spi.container.ContainerResponseWriter


Constructor Summary
MuleResponseWriter(MuleMessage request)
           
 
Method Summary
 void finish()
           
 OutputHandler getResponse()
           
 OutputStream writeStatusAndHeaders(long x, com.sun.jersey.spi.container.ContainerResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleResponseWriter

public MuleResponseWriter(MuleMessage request)
Method Detail

writeStatusAndHeaders

public OutputStream writeStatusAndHeaders(long x,
                                          com.sun.jersey.spi.container.ContainerResponse response)
                                   throws IOException
Specified by:
writeStatusAndHeaders in interface com.sun.jersey.spi.container.ContainerResponseWriter
Throws:
IOException

finish

public void finish()
            throws IOException
Specified by:
finish in interface com.sun.jersey.spi.container.ContainerResponseWriter
Throws:
IOException

getResponse

public OutputHandler getResponse()


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