public interface AxisHttpResponse
extends org.apache.http.HttpMessage
Modifier and Type | Method and Description |
---|---|
OutputStream |
getOutputStream() |
void |
sendError(int sc) |
void |
sendError(int sc,
String msg) |
void |
setContentType(String contentType) |
void |
setStatus(int sc) |
void setStatus(int sc)
void sendError(int sc, String msg)
void sendError(int sc)
void setContentType(String contentType)
OutputStream getOutputStream()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.