com.servingxml.app
Interface Service

All Known Implementing Classes:
ServiceImpl

public interface Service

The Service defines a set of transformations of content.


Method Summary
 void execute(ServiceContext context, Flow flow)
          Called by the presenter servlet to handle the request for the service.
 

Method Detail

execute

void execute(ServiceContext context,
             Flow flow)
Called by the presenter servlet to handle the request for the service.