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 void
PluginProtoCompiler. compileServiceBlock(ProtoModule module, Service service, java.lang.String packageName, java.lang.String fileName, org.antlr.stringtemplate.StringTemplate serviceBlockTemplate)
static void
PluginProtoCompiler. 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) Service
Service.RpcMethod. service
Fields 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. services
Methods in io.protostuff.parser that return Service Modifier and Type Method Description Service
Message. getNestedService(java.lang.String name)
Service
Service.RpcMethod. getOwner()
Service
Proto. getService(java.lang.String name)
Service
Service.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) void
Proto. addAnnotationsTo(Service target)
(package private) void
Message. addNestedService(Service service)
(package private) void
Proto. addService(Service service)
ProtoParser.rpc_block_return
ProtoParser. rpc_block(Proto proto, Service service)
ProtoParser.service_body_return
ProtoParser. 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)
-