Package com.sun.xml.rpc.spi.runtime
Class ServletSecondDelegate
java.lang.Object
com.sun.xml.rpc.spi.runtime.ServletSecondDelegate
This is the delegate of the ServletDelegate, which allows some
implementation of the ServletDelegate to be overwritten. Though
it screams for a better name. ServletDelegateDelegate??
S1AS will extend this class provide its implementation of the ServletDelegate behavior.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImplementorCache(javax.servlet.ServletConfig config) voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voidpostInit(javax.servlet.ServletConfig config) This method should be called after ServletDelegate.init() is done.void
-
Constructor Details
-
ServletSecondDelegate
public ServletSecondDelegate()
-
-
Method Details
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException - Throws:
javax.servlet.ServletException
-
postInit
public void postInit(javax.servlet.ServletConfig config) throws javax.servlet.ServletException This method should be called after ServletDelegate.init() is done. Any initialization needed by the second delegate should be done by overriding this method, i.e. the implementation of ServletDelegate should call _secondDelegate.postInit() at the end of its init() call.- Throws:
javax.servlet.ServletException- See Also:
-
warnMissingContextInformation
public void warnMissingContextInformation() -
createImplementorCache
-