Hi,
I have doubt about naming one the module in webservice. We are using JAXWS webservice, the Service implementation Class called A CLASS. This class basically does role of calling transformer if JAXB object need to translation into other business object, calling services beans and DAO classes and at the send the JAXB response back. There are different opinion are coming in my team about naming the class as either Facade/Controller/Helper/or any other. Can some one help me suggest name according to design pattern concept, I think it should be Facade as it hides the behind implementation from Service as it take JAXB and return JAXB.