inetsoft.sree.soap
Class WsdlFilter
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlFilter
public WsdlFilter()
- Creates a new instance of WsdlFilter.
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