|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The base class delegates various methods to this interface.
| Method Summary | |
List |
_getHandlerChain()
Delegate the _getHandlerChain method. |
Object |
_getProperty(String propName)
Delegate the _getProperty method. |
void |
_setHandlerChain(List handlerList)
Delegate the _setHandlerChain method. |
Object |
_setProperty(String propName,
Object propValue)
Delegate the _setProperty method. |
void |
doGet(HttpServletRequest req,
HttpServletResponse res)
Delegate the servlet doGet method. |
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
Delegate the servlet doPost method. |
void |
setHandler(SAAJSkeleton handler)
Set the invocation handler on the delegate. |
| Method Detail |
public void setHandler(SAAJSkeleton handler)
public void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
doPost method.
ServletException
IOException
public void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
doGet method.
ServletException
IOExceptionpublic void _setHandlerChain(List handlerList)
_setHandlerChain method.
public List _getHandlerChain()
_getHandlerChain method.
public Object _setProperty(String propName,
Object propValue)
_setProperty method.
public Object _getProperty(String propName)
_getProperty method.
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||