| org.araneaframework.Service
All known Subclasses: org.araneaframework.core.BaseService,
Service | public interface Service extends Component,Serializable(Code) | | Service is component with an extra method action(Path, InputData, OutputData)
provide services based on the requests. As requests flow through the action they
can be filtered, logged, enhanced via extending the InputData, provide custom routing etc.
All the filters and routers in the Aranea framework are services.
author: "Toomas Römer" author: Jevgeni Kabanov (ekabanov at araneaframework dot org) |
Inner Class :public interface Interface extends Serializable | |
_getService | public Interface _getService()(Code) | | |
|
|