Interface AxisHttpRequest
-
- All Superinterfaces:
org.apache.http.HttpMessage
- All Known Implementing Classes:
AxisHttpRequestImpl
public interface AxisHttpRequest extends org.apache.http.HttpMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()InputStreamgetInputStream()StringgetMethod()StringgetRequestURI()
-
-
-
Method Detail
-
getMethod
String getMethod()
-
getRequestURI
String getRequestURI()
-
getContentType
String getContentType()
-
getInputStream
InputStream getInputStream()
-
-