com.infoengine.soap
Class SoapRPCRouter

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.infoengine.soap.SoapRPCRouter
All Implemented Interfaces:
PropertyListener, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SoapRPCRouter
extends javax.servlet.http.HttpServlet
implements PropertyListener

See Also:
Serialized Form

Nested Class Summary
private  class SoapRPCRouter.RequestDispatcher
           
 
Field Summary
private  javax.servlet.ServletConfig config
           
private  String configResource
           
private static String DEFAULT_NAMING_SERVICE_NAME
           
private static String DEFAULT_SERVLET_NAME
           
private  String defaultDomain
           
private static String GROUP_IN_NAME
           
private  com.infoengine.log.LogWriter log
           
private  NamingService namingService
           
private  String namingServiceName
           
private static String RESOURCE
           
private  String servletName
           
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Constructor Summary
SoapRPCRouter()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
private  String getDomain(String cls)
           
 String getServletInfo()
           
private  Task getTask(javax.servlet.http.HttpServletRequest request)
           
private  String getTasks(String cls)
           
 void init(javax.servlet.ServletConfig config)
           
private  void initializeProperties()
           
 void refreshProperties()
           
 
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, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

DEFAULT_NAMING_SERVICE_NAME

private static final String DEFAULT_NAMING_SERVICE_NAME
See Also:
Constant Field Values

DEFAULT_SERVLET_NAME

private static final String DEFAULT_SERVLET_NAME
See Also:
Constant Field Values

GROUP_IN_NAME

private static final String GROUP_IN_NAME
See Also:
Constant Field Values

config

private javax.servlet.ServletConfig config

log

private com.infoengine.log.LogWriter log

namingServiceName

private String namingServiceName

namingService

private NamingService namingService

servletName

private String servletName

configResource

private String configResource

defaultDomain

private String defaultDomain
Constructor Detail

SoapRPCRouter

public SoapRPCRouter()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Throws:
javax.servlet.ServletException

getServletInfo

public String getServletInfo()
Specified by:
getServletInfo in interface javax.servlet.Servlet

getDomain

private String getDomain(String cls)

getTasks

private String getTasks(String cls)

getTask

private Task getTask(javax.servlet.http.HttpServletRequest request)
              throws IOException
Throws:
IOException

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws IOException
Throws:
IOException

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws IOException
Throws:
IOException

refreshProperties

public void refreshProperties()
Specified by:
refreshProperties in interface PropertyListener

initializeProperties

private void initializeProperties()