org.apache.cxf.transport.servlet
Class ServletController
java.lang.Object
org.apache.cxf.transport.servlet.ServletController
public class ServletController
- extends java.lang.Object
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)
setHideServiceList
public void setHideServiceList(boolean generate)
setDisableAddressUpdates
public void setDisableAddressUpdates(boolean noupdates)
setForcedBaseAddress
public void setForcedBaseAddress(java.lang.String s)
setServiceListStyleSheet
public void setServiceListStyleSheet(java.lang.String serviceListStyleSheet)
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(java.lang.String address)
checkRestfulRequest
protected ServletDestination checkRestfulRequest(javax.servlet.http.HttpServletRequest request)
throws java.io.IOException
- Throws:
java.io.IOException
generateServiceList
protected void generateServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
generateUnformattedServiceList
protected void generateUnformattedServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
generateNotFound
protected void generateNotFound(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
- Throws:
java.io.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