Interface AxisHttpResponse
-
- All Superinterfaces:
org.apache.http.HttpMessage
- All Known Implementing Classes:
AxisHttpResponseImpl
public interface AxisHttpResponse extends org.apache.http.HttpMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputStream
getOutputStream()
void
sendError(int sc)
void
sendError(int sc, String msg)
void
setContentType(String contentType)
void
setStatus(int sc)
-
-
-
Method Detail
-
setStatus
void setStatus(int sc)
-
sendError
void sendError(int sc, String msg)
-
sendError
void sendError(int sc)
-
setContentType
void setContentType(String contentType)
-
getOutputStream
OutputStream getOutputStream()
-
-