public class XMLFeed
extends HttpServlet
Modifier and Type | Field and Description |
---|---|
static Logger |
log
Used for logging.
|
Constructor and Description |
---|
XMLFeed() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
The GET entry point.
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
The POST entry point.
|
public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException