Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.bus.server.util.ServiceParser

Packages that use ServiceParser
org.jboss.errai.bus.server.util   
org.jboss.errai.cdi.server   
 

Uses of ServiceParser in org.jboss.errai.bus.server.util
 

Subclasses of ServiceParser in org.jboss.errai.bus.server.util
 class ServiceMethodParser
          A ServiceParser implementation for methods annotated with Service.
 class ServiceTypeParser
          A ServiceParser implementation for types annotated with Service.
 

Uses of ServiceParser in org.jboss.errai.cdi.server
 

Methods in org.jboss.errai.cdi.server that return types with arguments of type ServiceParser
 Collection<ServiceParser> TypeRegistry.getDelegateServices(Class<?> delegateClass)
          Get all the services associated with a delegate class.
 

Methods in org.jboss.errai.cdi.server with parameters of type ServiceParser
 void TypeRegistry.addService(ServiceParser service)
          Register a service.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.