Class WebServicesApplication

  • All Implemented Interfaces:
    ApplicationContainer<Object>

    public class WebServicesApplication
    extends Object
    implements ApplicationContainer<Object>
    This class implements the ApplicationContainer and will be used to register endpoints to the grizzly ServletAdapter

    Thus when a request is received it is directed to our EjbWebServiceServlet so that it can process the request

    Author:
    Bhakti Mehta