org.araneaframework.core
Class BaseService.ServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
protected BaseService.ServiceImpl()
           
 
Method Summary
 void action(Path path, InputData input, OutputData output)
          Request handling method for services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseService.ServiceImpl

protected BaseService.ServiceImpl()
Method Detail

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.