org.jwarp.service.web.dispatch
Interface IDispatchAlg

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
ActionDispatchAlg

public interface IDispatchAlg
extends IConfigurable


Method Summary
 void dispatch(WebContext webContext)
           
 void init(IContext context, IWebService webService)
           
 
Methods inherited from interface org.jwarp.service.configuration.IConfigurable
configure
 

Method Detail

init

public void init(IContext context,
                 IWebService webService)

dispatch

public void dispatch(WebContext webContext)
              throws EncodingException,
                     DispatchException,
                     IllegalActionException,
                     ParameterNotFoundException,
                     ParameterException,
                     ActionException,
                     InvalidForwardException

©   O R C A   S y s t e m s