throws ServletException, IOException
{
try
{
EndpointAssociation.setEndpoint(endpoint);
RequestHandler requestHandler = endpoint.getRequestHandler();
requestHandler.handleHttpRequest(endpoint, req, res, getServletContext());
}
finally
{
this.postService();
EndpointAssociation.removeEndpoint();