More specifically the service_reflection class.
On Jun 30, 9:26 am, "rthompson.dtisoft....@gmail.com"
<rthompson.dtisoft....@gmail.com> wrote:
> Is there a C++ equivalent to
>
> http://code.google.com/apis/protocolbuffers/docs/reference/python/goo...
> ?
>
> which is used to create protocol service and service stub classes from
> ServiceDescriptor objects at runtime.
>
> On Jun 29, 3:56 pm, Kenton Varda <ken...@google.com> wrote:
>
>
>
> > Protocol Buffers does not include an RPC implementation, only abstract
> > interfaces for one. ServiceDescriptor is useful for implementing your own
> > RPC system on top of protocol buffers -- it allows you to define your
> > services directly in the .proto file even though protocol buffers itself
> > does not provide RPC.
>
> > On Mon, Jun 29, 2009 at 10:15 AM, rthompson.dtisoft....@gmail.com <
>
> > rthompson.dtisoft....@gmail.com> wrote:
>
> > > What can you do with a ServiceDescriptor? Is there a
> > > DynamicServiceFactory similar to the DynamicMessageFactory where you
> > > can instantiate a service when all you have is a ServiceDescriptor, or
> > > some other equivalent way of doing it?
>
> > > Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---