org.jwarp.service.web.dispatch
Interface IAction

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AAction

public interface IAction
extends IConfigurable


Method Summary
 java.lang.String getFullName()
           
 java.lang.String getName()
           
 void perform(WebContext context)
           
 void setContext(IContext context)
           
 void setWebService(IWebService web)
           
 
Methods inherited from interface org.jwarp.service.configuration.IConfigurable
configure
 

Method Detail

getName

public java.lang.String getName()

getFullName

public java.lang.String getFullName()

setContext

public void setContext(IContext context)

setWebService

public void setWebService(IWebService web)

perform

public void perform(WebContext context)
             throws ActionException,
                    InvalidForwardException,
                    ParameterException,
                    ParameterNotFoundException

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