BEA Systems, Inc.

examples.buybeans.item
Class ShippingMethodLoaderServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--examples.buybeans.item.ShippingMethodLoaderServlet

public class ShippingMethodLoaderServlet
extends javax.servlet.http.HttpServlet
implements javax.servlet.SingleThreadModel

See Also:
Serialized Form

Constructor Summary
ShippingMethodLoaderServlet()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
          Servlet initializer.
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          HTTP request service handler.
 void usage(java.io.PrintWriter out)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingMethodLoaderServlet

public ShippingMethodLoaderServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Servlet initializer.
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
config - Servlet Configuration
See Also:
ShippingMethodLoader

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws java.io.IOException
HTTP request service handler.
Parameters:
req - HTTP request object
res - HTTP response object
See Also:
ShippingMethodLoader

usage

public void usage(java.io.PrintWriter out)

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved