org.moremotion.action
Interface ActionService

All Known Implementing Classes:
ClearADOM, Debug, MS, SetADOM, SetAttribute, ViewADOM

public interface ActionService

Interface for MoreMotion Action Services.

Version:
$Id: ActionService.java 51 2008-03-10 11:46:54Z erkan $

Method Summary
 void doService(ActionServiceContext asc)
          This method of the implementer class is called by the MoreMotion's ServiceInvokerServlet.
 

Method Detail

doService

void doService(ActionServiceContext asc)
               throws ServiceException,
                      java.io.IOException
This method of the implementer class is called by the MoreMotion's ServiceInvokerServlet.

Parameters:
asc - ActionServiceContext object
Throws:
ServiceException - If something goes wrong with the service.
java.io.IOException


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.