| javax.servlet.http.HttpServlet org.jboss.invocation.http.servlet.InvokerServlet
InvokerServlet | public class InvokerServlet extends HttpServlet (Code) | | This servlet accepts a post containing a MarshalledInvocation, extracts
the Invocation object, and then routes the invocation via JMX to either:
1. the MBean specified via the invokerName ini parameter
2. the MBean whose object name hash is specified by the invocation.getObjectName()
value. This name's hash must have been entered into the Registry.
The method signature of the invoker must be Object invoke(org.jboss.invocation.Invocation).
See Also: org.jboss.system.Registry See Also: org.jboss.invocation.Invocation author: Scott.Stark@jboss.org version: $Revision: 57210 $ |
destroy | public void destroy()(Code) | | Destroys the servlet.
|
getServletInfo | public String getServletInfo()(Code) | | Returns a short description of the servlet.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|