|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAxisServlet
org.pentaho.platform.plugin.services.webservices.AxisServletHooks
public class AxisServletHooks
This class subclasses AxisServlet to expose protected methods and variables
Constructor Summary | |
---|---|
AxisServletHooks()
|
Method Summary | |
---|---|
MessageContext |
createMessageContext(HttpServletRequest request,
HttpServletResponse response,
boolean invocationType)
Creates an Axis message context object for this request. |
MessageContext |
getMessageContext()
Returns the current Axis MessageContext object. |
void |
handleGet(String httpMethodString,
HttpServletRequest request,
HttpServletResponse response)
Handle and HTTP GET request |
void |
handlePost(String httpMethodString,
HttpServletRequest request,
HttpServletResponse response)
Handle and HTTP POST request |
void |
handlePut(String httpMethodString,
HttpServletRequest request,
HttpServletResponse response)
Handle and HTTP PUT request |
void |
setAxisOperation(AxisOperation axisOperation)
Sets the Axis opertation for the current request |
void |
setAxisService(AxisService axisService)
Sets the Axis service object for this request |
void |
setConfiguration(AxisConfiguration axisConfiguration)
Sets the Axis configuration object |
void |
setContext(ConfigurationContext configContext)
Sets the Axis configuration context object |
void |
setOperationContext(OperationContext operationContext)
Sets the Axis operation context for the current request |
void |
setServiceContext(ServiceContext serviceContext)
Sets the Axis service context for this request |
void |
setServletConfig(ServletConfig servletConfig)
Sets the servlet config object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisServletHooks()
Method Detail |
---|
public MessageContext getMessageContext()
public void setContext(ConfigurationContext configContext)
configContext
- public void setConfiguration(AxisConfiguration axisConfiguration)
axisConfiguration
- public void setServiceContext(ServiceContext serviceContext)
serviceContext
- public void setServletConfig(ServletConfig servletConfig) throws ServletException
servletConfig
-
ServletException
public MessageContext createMessageContext(HttpServletRequest request, HttpServletResponse response, boolean invocationType) throws IOException
IOException
public void handlePut(String httpMethodString, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
httpMethodString
- "PUT"request
- HTTP requestresponse
- HTTP response
ServletException
IOException
public void handleGet(String httpMethodString, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
httpMethodString
- "GET"request
- HTTP requestresponse
- HTTP response
ServletException
IOException
public void handlePost(String httpMethodString, HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
httpMethodString
- "POST"request
- HTTP requestresponse
- HTTP response
ServletException
IOException
public void setAxisService(AxisService axisService)
axisService
- public void setAxisOperation(AxisOperation axisOperation)
axisOperation
- public void setOperationContext(OperationContext operationContext)
operationContext
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |