public final class RPCServer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INIT_PROPERTY_DISABLE_SERVICES_LIST |
static String |
INIT_PROPERTY_ENABLE_LIST |
static String |
INIT_PROPERTY_JWS_CLASS_DIR |
static String |
INIT_PROPERTY_SERVICES_PATH |
static String |
INIT_PROPERTY_TRANSPORT_NAME |
static String |
INIT_PROPERTY_USE_SECURITY |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Component component)
Process GET requests.
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
Component component)
Process a POST to the servlet by handing it off to the Axis Engine.
|
org.apache.axis.server.AxisServer |
getEngine()
get the engine for this Server from cache or context
|
static RPCServer |
getInstance(int id,
javax.servlet.ServletContext servletContext) |
void |
initQueryStringHandlers()
Initialize a Handler for the transport defined in the Axis server config.
|
void |
registerTypeMapping(Class clazz) |
public static final String INIT_PROPERTY_TRANSPORT_NAME
public static final String INIT_PROPERTY_USE_SECURITY
public static final String INIT_PROPERTY_ENABLE_LIST
public static final String INIT_PROPERTY_JWS_CLASS_DIR
public static final String INIT_PROPERTY_DISABLE_SERVICES_LIST
public static final String INIT_PROPERTY_SERVICES_PATH
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Component component) throws javax.servlet.ServletException
request
- request inresponse
- request outjavax.servlet.ServletException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, Component component) throws javax.servlet.ServletException, IOException
req
- posted requestres
- resposejavax.servlet.ServletException
- troubleIOException
- different troublepublic void initQueryStringHandlers()
public org.apache.axis.server.AxisServer getEngine() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public static RPCServer getInstance(int id, javax.servlet.ServletContext servletContext) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public void registerTypeMapping(Class clazz)
Copyright © 2015 Lucee