com.eviware.soapui.impl.wsdl.monitor.jettyproxy
Class ProxyServlet
java.lang.Object
com.eviware.soapui.impl.wsdl.monitor.jettyproxy.ProxyServlet
- All Implemented Interfaces:
- javax.servlet.Servlet
- Direct Known Subclasses:
- TunnelServlet
public class ProxyServlet
- extends java.lang.Object
- implements javax.servlet.Servlet
|
Method Summary |
void |
destroy()
|
javax.servlet.ServletConfig |
getServletConfig()
|
java.lang.String |
getServletInfo()
|
void |
init(javax.servlet.ServletConfig config)
|
void |
service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
protected javax.servlet.ServletConfig config
context
protected javax.servlet.ServletContext context
monitor
protected SoapMonitor monitor
project
protected WsdlProject project
httpState
protected org.apache.commons.httpclient.HttpState httpState
settings
protected Settings settings
ProxyServlet
public ProxyServlet(SoapMonitor soapMonitor)
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig in interface javax.servlet.Servlet
getServletInfo
public java.lang.String getServletInfo()
- Specified by:
getServletInfo in interface javax.servlet.Servlet
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
service
public void service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Specified by:
service in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
java.io.IOException
Copyright © 2005-2011 eviware.com. All Rights Reserved.