Style Intelligence v12.0

inetsoft.sree.soap
Class WsdlFilter

java.lang.Object
  extended by inetsoft.sree.soap.WsdlFilter
All Implemented Interfaces:
Filter

public class WsdlFilter
extends Object
implements Filter

Servet filter that adds the stylesheet processing instruction to a WSDL.

Since:
10.3

Constructor Summary
WsdlFilter()
          Creates a new instance of WsdlFilter.
 
Method Summary
 void destroy()
          
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
          
 void init(FilterConfig config)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlFilter

public WsdlFilter()
Creates a new instance of WsdlFilter.

Method Detail

init

public void init(FilterConfig config)
          throws ServletException

Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws IOException,
                     ServletException

Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()

Specified by:
destroy in interface Filter

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.