org.moremotion.action
Class ActionServiceContext

java.lang.Object
  extended by org.moremotion.action.ActionServiceContext

public class ActionServiceContext
extends java.lang.Object

ActionServiceContext provides all the necessary information for a MoreMotion Action Service.

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

Field Summary
 Logger logger
           
 
Constructor Summary
ActionServiceContext()
           
 
Method Summary
 ActionServiceConfig getActionServiceConfig()
           
 MoreMotionRequest getRequest()
           
 void setActionServiceConfig(ActionServiceConfig asconfig)
           
 void setRequest(MoreMotionRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public Logger logger
Constructor Detail

ActionServiceContext

public ActionServiceContext()
Method Detail

setRequest

public void setRequest(MoreMotionRequest request)

getRequest

public MoreMotionRequest getRequest()

setActionServiceConfig

public void setActionServiceConfig(ActionServiceConfig asconfig)

getActionServiceConfig

public ActionServiceConfig getActionServiceConfig()


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