Uses of Class
org.cometd.annotation.ServerAnnotationProcessor
-
Packages that use ServerAnnotationProcessor Package Description org.cometd.annotation -
-
Uses of ServerAnnotationProcessor in org.cometd.annotation
Methods in org.cometd.annotation that return ServerAnnotationProcessor Modifier and Type Method Description protected ServerAnnotationProcessor
AnnotationCometDServlet. newServerAnnotationProcessor(BayeuxServer bayeuxServer)
Methods in org.cometd.annotation with parameters of type ServerAnnotationProcessor Modifier and Type Method Description protected void
AnnotationCometDServlet. deprocessService(ServerAnnotationProcessor processor, Object service)
protected Object
AnnotationCometDServlet. processService(ServerAnnotationProcessor processor, String serviceClassName)
-