org.exist.atom
Interface IncomingMessage
- All Known Implementing Classes:
- HttpRequestMessage
- public interface IncomingMessage
- Author:
- R. Alexander Milowski
getMethod
public java.lang.String getMethod()
getPath
public java.lang.String getPath()
getHeader
public java.lang.String getHeader(java.lang.String key)
getParameter
public java.lang.String getParameter(java.lang.String name)
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getContentLength
public int getContentLength()
getReader
public java.io.Reader getReader()
throws java.io.IOException
- Throws:
java.io.IOException
getModuleBase
public java.lang.String getModuleBase()
Copyright (C) Wolfgang Meier. All rights reserved.