public class RSSProductTransferServlet
extends javax.servlet.http.HttpServlet
A Servlet that supports the RSS 2.0 specification for delivering Product Transfer Feeds.
| Modifier and Type | Field and Description |
|---|---|
static String |
COPYRIGHT_BOILER_PLATE |
static SimpleDateFormat |
dateFormatter |
static String |
RSS_FORMAT_STR |
| Constructor and Description |
|---|
RSSProductTransferServlet()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doIt(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String COPYRIGHT_BOILER_PLATE
public static final String RSS_FORMAT_STR
public static final SimpleDateFormat dateFormatter
public RSSProductTransferServlet()
Default Constructor
.public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void doIt(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.