com.servingxml.components.service
Class ServiceImpl

java.lang.Object
  extended by com.servingxml.components.service.ServiceImpl
All Implemented Interfaces:
Service

public class ServiceImpl
extends java.lang.Object
implements Service

The ServiceImpl implements the methods in the Service interface.


Constructor Summary
ServiceImpl(ParameterDescriptor[] parameterDescriptors, Name serviceName, Task[] tasks, CatchError catchError)
           
 
Method Summary
 void execute(ServiceContext context, Flow flow)
          Called by the presenter servlet to handle the request for the service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceImpl

public ServiceImpl(ParameterDescriptor[] parameterDescriptors,
                   Name serviceName,
                   Task[] tasks,
                   CatchError catchError)
Method Detail

execute

public void execute(ServiceContext context,
                    Flow flow)
Description copied from interface: Service
Called by the presenter servlet to handle the request for the service.

Specified by:
execute in interface Service