Package com.jdon.controller.service

Interface Summary
Service excute the service and get the run result
ServiceFactory get a service by its meta definition.
Stateful those stateful POJO Service must implements this interface, so the become truly stateful.
WebServiceAccessor  
 

Class Summary
ServiceFacade  
WebServiceDecorator before accessing container, we can do something and store some state into UserTargetMetaDef object.
WebServiceFactory the defualt concrete class of ServiceFactory by this class, we can get a service instance;
WebServiceImp