Uses of Class
io.protostuff.parser.Service
-
Packages that use Service Package Description io.protostuff.compiler io.protostuff.parser -
-
Uses of Service in io.protostuff.compiler
Methods in io.protostuff.compiler with parameters of type Service Modifier and Type Method Description private voidPluginProtoCompiler. compileServiceBlock(ProtoModule module, Service service, java.lang.String packageName, java.lang.String fileName, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate)static voidPluginProtoCompiler. compileServiceBlockTo(java.io.Writer writer, ProtoModule module, Service service, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate) -
Uses of Service in io.protostuff.parser
Fields in io.protostuff.parser declared as Service Modifier and Type Field Description (package private) ServiceService.RpcMethod. serviceFields in io.protostuff.parser with type parameters of type Service Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.String,Service>Message. nestedServices(package private) java.util.LinkedHashMap<java.lang.String,Service>Proto. servicesMethods in io.protostuff.parser that return Service Modifier and Type Method Description ServiceMessage. getNestedService(java.lang.String name)ServiceService.RpcMethod. getOwner()ServiceProto. getService(java.lang.String name)ServiceService.RpcMethod. getService()Methods in io.protostuff.parser that return types with arguments of type Service Modifier and Type Method Description java.util.LinkedHashMap<java.lang.String,Service>Message. getNestedServiceMap()java.util.Collection<Service>Message. getNestedServices()java.util.Map<java.lang.String,Service>Proto. getServiceMap()java.util.Collection<Service>Proto. getServices()Methods in io.protostuff.parser with parameters of type Service Modifier and Type Method Description (package private) voidProto. addAnnotationsTo(Service target)(package private) voidMessage. addNestedService(Service service)(package private) voidProto. addService(Service service)ProtoParser.rpc_block_returnProtoParser. rpc_block(Proto proto, Service service)ProtoParser.service_body_returnProtoParser. service_body(Proto proto, Service service)Constructors in io.protostuff.parser with parameters of type Service Constructor Description RpcMethod(java.lang.String name, Service service, java.lang.String argName, java.lang.String argPackage, java.lang.String retName, java.lang.String retPackage)
-