org.apache.cxf.transport.servlet
Class ServletController

java.lang.Object
  extended by org.apache.cxf.transport.servlet.ServletController

public class ServletController
extends java.lang.Object


Constructor Summary
ServletController(ServletTransportFactory df, javax.servlet.ServletContext context, Bus b)
           
 
Method Summary
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)
           
 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)
           
 void setDisableAddressUpdates(boolean noupdates)
           
 void setForcedBaseAddress(java.lang.String s)
           
 void setHideServiceList(boolean generate)
           
 void setServiceListStyleSheet(java.lang.String serviceListStyleSheet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletController

public ServletController(ServletTransportFactory df,
                         javax.servlet.ServletContext context,
                         Bus b)
Method Detail

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

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