public interface WebServiceServletFactory
Modifier and Type | Method and Description |
---|---|
Servlet |
createServlet(java.lang.Class<?> webServiceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object
|
Servlet createServlet(java.lang.Class<?> webServiceClass, java.lang.Object service) throws ServiceException
webServiceClass
- the remoteApi exposed to the serverservice
- the managed service objectServiceException