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 String
getContentType()
InputStream
getInputStream()
String
getMethod()
String
getRequestURI()
-
-
-
Method Detail
-
getMethod
String getMethod()
-
getRequestURI
String getRequestURI()
-
getContentType
String getContentType()
-
getInputStream
InputStream getInputStream()
-
-