| Service Methods |
The Service type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateAdminEvent |
Create an Admin Event suitable for publishing to this Service.
Use an EventFormatter to add Messages to the Event and set fields.
| |
| CreateAuthorizationRequest | Returns an empty Request object to be used for authorization.
| |
| CreatePublishEvent |
Create an {@link Event} suitable for publishing to this Service.
Use an {@link EventFormatter} to add Messages to the Event
and set fields.
| |
| CreateRequest | Returns an empty Request object for the specified operation.
| |
| CreateResponseEvent |
Create a response Event to answer the request.
Use an EventFormatter to add a Message to the Event and set fields.
| |
| GetEventDefinition(Int32) | Gets the SchemaElementDefinition of the event of this Service
at the specified index.
| |
| GetEventDefinition(String) | Gets the
SchemaElementDefinition
of the event of this Service with the specified name.
| |
| GetEventDefinition(Name) | Gets the
SchemaElementDefinition
of the event of this Service with the specified name.
| |
| GetOperation(Int32) | Gets the Operation of this Service
at the specified index.
| |
| GetOperation(String) | Gets the Operation
of this Service having the specified name.
| |
| GetOperation(Name) | Gets the Operation
of this Service having the specified name.
| |
| Print(Stream) | Prints the schema of this service to Stream.
| |
| Print(TextWriter) | Prints the schema of this service to TextWriter.
|