net.rewerse.i5.r3
Class Servlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.axis.transport.http.AxisServletBase
              extended by org.apache.axis.transport.http.AxisServlet
                  extended by net.rewerse.i5.juice.axis.WSServlet
                      extended by net.rewerse.i5.r3.Servlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
Tester

public class Servlet
extends WSServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.transport.http.AxisServlet
INIT_PROPERTY_DISABLE_SERVICES_LIST, INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_SERVICES_PATH, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY, log
 
Fields inherited from class org.apache.axis.transport.http.AxisServletBase
ATTR_AXIS_ENGINE, axisServer
 
Constructor Summary
Servlet()
           
 
Method Summary
static void dumpSomething(java.lang.String section, java.lang.String msg, Thing t)
           
static Interface initInterface(AsynchClient thing, java.lang.String uri)
           
static Interface initInterface(Service thing, java.lang.String uri)
           
protected  void initOntology(com.hp.hpl.jena.ontology.Ontology owl)
           
protected  void initServices()
           
protected  void initTranslators()
           
protected static void preferMarkup(java.lang.String mk)
           
 
Methods inherited from class net.rewerse.i5.juice.axis.WSServlet
callService, destroy, doGet, doPost, dumpXml, execute, getDumpster, getMarkups, init, initRegistry, processGet, processPost, registerService, registerTranslator, setServiceRoot, terminateEngines, terminateEngines
 
Methods inherited from class org.apache.axis.transport.http.AxisServlet
getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, initQueryStringHandlers, logException, processAxisFault, reportAvailableServices, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfo
 
Methods inherited from class org.apache.axis.transport.http.AxisServletBase
decLockCounter, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopment, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, 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

Servlet

public Servlet()
Method Detail

initTranslators

protected void initTranslators()
Specified by:
initTranslators in class WSServlet

initServices

protected void initServices()
Specified by:
initServices in class WSServlet

initOntology

protected void initOntology(com.hp.hpl.jena.ontology.Ontology owl)
                     throws java.lang.Exception
Specified by:
initOntology in class WSServlet
Throws:
java.lang.Exception

preferMarkup

protected static void preferMarkup(java.lang.String mk)

initInterface

public static Interface initInterface(Service thing,
                                      java.lang.String uri)
                               throws java.lang.Exception
Throws:
java.lang.Exception

initInterface

public static Interface initInterface(AsynchClient thing,
                                      java.lang.String uri)
                               throws java.lang.Exception
Throws:
java.lang.Exception

dumpSomething

public static void dumpSomething(java.lang.String section,
                                 java.lang.String msg,
                                 Thing t)