Click or drag to resize
Service Methods

The Service type exposes the following members.

Methods
  NameDescription
Public methodCreateAdminEvent
Create an Admin Event suitable for publishing to this Service. Use an EventFormatter to add Messages to the Event and set fields.
Public methodCreateAuthorizationRequest
Returns an empty Request object to be used for authorization.
Public methodCreatePublishEvent
Create an {@link Event} suitable for publishing to this Service. Use an {@link EventFormatter} to add Messages to the Event and set fields.
Public methodCreateRequest
Returns an empty Request object for the specified operation.
Public methodCreateResponseEvent
Create a response Event to answer the request. Use an EventFormatter to add a Message to the Event and set fields.
Public methodGetEventDefinition(Int32)
Gets the SchemaElementDefinition of the event of this Service at the specified index.
Public methodGetEventDefinition(String)
Gets the SchemaElementDefinition of the event of this Service with the specified name.
Public methodGetEventDefinition(Name)
Gets the SchemaElementDefinition of the event of this Service with the specified name.
Public methodGetOperation(Int32)
Gets the Operation of this Service at the specified index.
Public methodGetOperation(String)
Gets the Operation of this Service having the specified name.
Public methodGetOperation(Name)
Gets the Operation of this Service having the specified name.
Public methodPrint(Stream)
Prints the schema of this service to Stream.
Public methodPrint(TextWriter)
Prints the schema of this service to TextWriter.
Top
See Also