Uses of Class
org.apache.activemq.protobuf.compiler.ServiceDescriptor
-
Packages that use ServiceDescriptor Package Description org.apache.activemq.protobuf.compiler org.apache.activemq.protobuf.compiler.parser -
-
Uses of ServiceDescriptor in org.apache.activemq.protobuf.compiler
Methods in org.apache.activemq.protobuf.compiler that return types with arguments of type ServiceDescriptor Modifier and Type Method Description java.util.Map<java.lang.String,ServiceDescriptor>
ProtoDescriptor. getServices()
Method parameters in org.apache.activemq.protobuf.compiler with type arguments of type ServiceDescriptor Modifier and Type Method Description void
ProtoDescriptor. setServices(java.util.Map<java.lang.String,ServiceDescriptor> services)
-
Uses of ServiceDescriptor in org.apache.activemq.protobuf.compiler.parser
Methods in org.apache.activemq.protobuf.compiler.parser that return ServiceDescriptor Modifier and Type Method Description ServiceDescriptor
ProtoParser. ServiceDescriptor(ProtoDescriptor proto)
-