com.eviware.soapui.impl.wsdl.monitor.jettyproxy
Class TunnelServlet

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.monitor.jettyproxy.ProxyServlet
      extended by com.eviware.soapui.impl.wsdl.monitor.jettyproxy.TunnelServlet
All Implemented Interfaces:
javax.servlet.Servlet

public class TunnelServlet
extends ProxyServlet


Field Summary
 
Fields inherited from class com.eviware.soapui.impl.wsdl.monitor.jettyproxy.ProxyServlet
capturedData, client, config, context, httpState, monitor, project, settings
 
Constructor Summary
TunnelServlet(SoapMonitor soapMonitor, java.lang.String sslEndpoint)
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
           
 void service(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.monitor.jettyproxy.ProxyServlet
destroy, getServletConfig, getServletInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunnelServlet

public TunnelServlet(SoapMonitor soapMonitor,
                     java.lang.String sslEndpoint)
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class ProxyServlet
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
Overrides:
service in class ProxyServlet
Throws:
javax.servlet.ServletException
java.io.IOException


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