Novell exteNd Web Services SDK API

com.sssw.jbroker.web.portable
Interface SAAJSkeleton.SAAJSkeletonDelegate

Enclosing interface:
SAAJSkeleton

public static interface SAAJSkeleton.SAAJSkeletonDelegate

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

setHandler

public void setHandler(SAAJSkeleton handler)
Set the invocation handler on the delegate.


doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws ServletException,
                   IOException
Delegate the servlet doPost method.

Throws:
ServletException
IOException

doGet

public void doGet(HttpServletRequest req,
                  HttpServletResponse res)
           throws ServletException,
                  IOException
Delegate the servlet doGet method.

Throws:
ServletException
IOException

_setHandlerChain

public void _setHandlerChain(List handlerList)
Delegate the _setHandlerChain method.


_getHandlerChain

public List _getHandlerChain()
Delegate the _getHandlerChain method.


_setProperty

public Object _setProperty(String propName,
                           Object propValue)
Delegate the _setProperty method.


_getProperty

public Object _getProperty(String propName)
Delegate the _getProperty method.


Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.