com.metamatrix.soap.servlet
Class MMDiscoverWSDLServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.metamatrix.soap.servlet.MMGetVDBResourceServlet
              extended by com.metamatrix.soap.servlet.MMGetWSDLServlet
                  extended by com.metamatrix.soap.servlet.MMDiscoverWSDLServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MMDiscoverWSDLServlet
extends MMGetWSDLServlet

Servlet to retrieve WSDL from a VDB using servlet context values specified in the web.xml.

Since:
5.5.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.soap.servlet.MMGetVDBResourceServlet
AMP, DATASERVICE, EQUALS, procString, TOKEN_ARRAY, WSDL_ERROR
 
Constructor Summary
MMDiscoverWSDLServlet()
           
 
Method Summary
 void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class com.metamatrix.soap.servlet.MMGetWSDLServlet
getVdbName, getVdbVersion
 
Methods inherited from class com.metamatrix.soap.servlet.MMGetVDBResourceServlet
buildEndpointSuffixString, doGet, escapeAttributeEntities, getConnection, getResource, getScheme
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMDiscoverWSDLServlet

public MMDiscoverWSDLServlet()
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 MMGetWSDLServlet
Throws:
javax.servlet.ServletException

doPost

public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse resp)
            throws javax.servlet.ServletException,
                   java.io.IOException
Overrides:
doPost in class MMGetWSDLServlet
Throws:
javax.servlet.ServletException
java.io.IOException
Since:
5.5.3
See Also:
HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)


Copyright © 2009. All Rights Reserved.