|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.ow2.jonas.ws.jaxws.http.servlet.JAXWSServlet
public class JAXWSServlet
JAX-WS 2.x Servlet. It wraps an IWebServiceEndpoint instance that will be invoked.
| Constructor Summary | |
|---|---|
JAXWSServlet()
|
|
| Method Summary | |
|---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Called by the server (via the service method) to allow a servlet to handle a GET request. |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Called by the server (via the service method) to allow a servlet to handle a POST request. |
protected void |
invokeDestination(HttpServletRequest request,
HttpServletResponse response)
Invoke the Destination object by analyzing the given request. |
void |
setWebServiceEndpoint(org.ow2.jonas.ws.jaxws.IWebServiceEndpoint endpoint)
Set the endpoint. |
| 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, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAXWSServlet()
| Method Detail |
|---|
public void setWebServiceEndpoint(org.ow2.jonas.ws.jaxws.IWebServiceEndpoint endpoint)
endpoint - wrapped endpoint
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException
doPost in class HttpServletrequest - an HttpServletRequest object that contains the request the
client has made of the servletresponse - an HttpServletResponse object that contains the response
the servlet sends to the client
ServletException - if the request for the POST could not be handled
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException
doGet in class HttpServletrequest - an HttpServletRequest object that contains the request the
client has made of the servletresponse - an HttpServletResponse object that contains the response
the servlet sends to the client
ServletException - if the request for the GET could not be handled
protected void invokeDestination(HttpServletRequest request,
HttpServletResponse response)
throws ServletException
request - the given requestresponse - an HttpServletResponse object that contains the response
the servlet sends to the client
ServletException - if the invocation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||