org.araneaframework.core
Class BaseService.ServiceImpl
java.lang.Object
org.araneaframework.core.BaseService.ServiceImpl
- All Implemented Interfaces:
- Serializable, Service.Interface
- Enclosing class:
- BaseService
- protected class BaseService.ServiceImpl
- extends Object
- implements Service.Interface
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseService.ServiceImpl
protected BaseService.ServiceImpl()
action
public void action(Path path,
InputData input,
OutputData output)
- Description copied from interface:
Service.Interface
- Request handling method for services.
- Specified by:
action in interface Service.Interface
- Parameters:
path - The path of the component to whom the action is targeted.input - The request data.output - The response data.