org.apache.cxf.transport.servlet
Class ServletController
java.lang.Object
org.apache.cxf.transport.servlet.AbstractServletController
org.apache.cxf.transport.servlet.ServletController
public class ServletController
- extends AbstractServletController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletController
public ServletController(ServletTransportFactory df,
javax.servlet.ServletConfig config,
javax.servlet.ServletContext context,
Bus b)
updateDests
protected void updateDests(javax.servlet.http.HttpServletRequest request)
invoke
public void invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
getDestination
protected ServletDestination getDestination(String address)
checkRestfulRequest
protected ServletDestination checkRestfulRequest(javax.servlet.http.HttpServletRequest request)
throws IOException
- Throws:
IOException
generateServiceList
protected void generateServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Throws:
IOException
generateUnformattedServiceList
protected void generateUnformattedServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Throws:
IOException
generateNotFound
protected void generateNotFound(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws IOException
- Throws:
IOException
invokeDestination
public void invokeDestination(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletDestination d)
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
Apache CXF