Initialize this servlet with a specific configuration object
Parameters: config - The ServletConfig object to use exception: javax.servlet.ServletException - on an error during initialization
Process a given request. At present, this is a no-op for this
mock environment and will throw an UnsupportedOperationException Parameters: request - The ServletRequest object Parameters: response - The ServletResponse object exception: java.io.IOException - required by the Servlet interface exception: javax.servlet.ServletException - required by the Servlet interface exception: java.lang.UnsupportedOperationException - thrown if invoked at present