|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.servlet.AbstractServletController
org.apache.cxf.transport.servlet.ServletController
public class ServletController
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.transport.servlet.AbstractServletController |
|---|
DEFAULT_LISTINGS_CLASSIFIER, disableAddressUpdates, forcedBaseAddress, isHideServiceList, serviceListRelativePath, serviceListStyleSheet, title |
| Constructor Summary | |
|---|---|
ServletController(ServletTransportFactory df,
javax.servlet.ServletConfig config,
javax.servlet.ServletContext context,
Bus b)
|
|
| Method Summary | |
|---|---|
protected ServletDestination |
checkRestfulRequest(javax.servlet.http.HttpServletRequest request)
|
protected void |
generateNotFound(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
|
protected void |
generateServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
generateUnformattedServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected ServletDestination |
getDestination(String address)
|
void |
invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
|
void |
invokeDestination(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletDestination d)
|
protected void |
updateDests(javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class org.apache.cxf.transport.servlet.AbstractServletController |
|---|
getBaseURL, setDisableAddressUpdates, setForcedBaseAddress, setHideServiceList, setServiceListRelativePath, setServiceListStyleSheet, setTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletController(ServletTransportFactory df,
javax.servlet.ServletConfig config,
javax.servlet.ServletContext context,
Bus b)
| Method Detail |
|---|
protected void updateDests(javax.servlet.http.HttpServletRequest request)
public void invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionprotected ServletDestination getDestination(String address)
protected ServletDestination checkRestfulRequest(javax.servlet.http.HttpServletRequest request)
throws IOException
IOException
protected void generateServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException
protected void generateUnformattedServiceList(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException
protected void generateNotFound(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOException
public void invokeDestination(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ServletDestination d)
throws javax.servlet.ServletException
javax.servlet.ServletException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||