All the services of my business tier have the same signature:
public class myFacade extends BusinessFacade {
public void myService1(BusinessRequest req, BusinessReponse resp) throws...
Type: Posts; User: bligny; Keyword(s):
All the services of my business tier have the same signature:
public class myFacade extends BusinessFacade {
public void myService1(BusinessRequest req, BusinessReponse resp) throws...