com.infoengine.soap
Class SoapRPCRouter
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.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
Fields inherited from class javax.servlet.http.HttpServlet |
|
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 |
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
SoapRPCRouter
public SoapRPCRouter()
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()