public interface AxisHttpResponse
extends org.apache.http.HttpMessage
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream() |
void |
sendError(int sc) |
void |
sendError(int sc,
java.lang.String msg) |
void |
setContentType(java.lang.String contentType) |
void |
setStatus(int sc) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.