|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.remote.server.AbstractProtocolServletFactory
com.caucho.remote.burlap.BurlapProtocolServletFactory
public class BurlapProtocolServletFactory
Burlap factory for creating @WebService and @Remote servlets.
Constructor Summary | |
---|---|
BurlapProtocolServletFactory()
|
Method Summary | |
---|---|
Servlet |
createServlet(java.lang.Class serviceClass,
java.lang.Object service)
Creates a new servlet skeleton based on an API and an object |
Methods inherited from class com.caucho.remote.server.AbstractProtocolServletFactory |
---|
getRemoteAPI, setAnnotated, setServiceType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BurlapProtocolServletFactory()
Method Detail |
---|
public Servlet createServlet(java.lang.Class serviceClass, java.lang.Object service) throws ServiceException
createServlet
in interface ProtocolServletFactory
createServlet
in class AbstractProtocolServletFactory
serviceClass
- the remoteApi exposed to the serverservice
- the managed service object
ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |