com.eviware.soapui.tools
Class SoapUIMockServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.eviware.soapui.tools.SoapUIMockServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SoapUIMockServlet
extends javax.servlet.http.HttpServlet

Author:
ole
See Also:
Serialized Form

Constructor Summary
SoapUIMockServlet()
           
 
Method Summary
protected  SoapUICore createSoapUICore(java.lang.String settingsFile, java.lang.String soapUISettingsPassword)
           
 java.lang.String getServletInfo()
          Returns a short description of the servlet.
 void init()
           
protected  void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapUIMockServlet

public SoapUIMockServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

service

protected void service(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       java.io.IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException

getServletInfo

public java.lang.String getServletInfo()
Returns a short description of the servlet.

Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet

createSoapUICore

protected SoapUICore createSoapUICore(java.lang.String settingsFile,
                                      java.lang.String soapUISettingsPassword)


Copyright © 2005-2009 eviware.com. All Rights Reserved.