Interface | Description |
---|---|
ActionReport |
Represents response returned from server after command execution.
|
ResponseParser |
Interface for various implementations of parsing response functionality.
|
Class | Description |
---|---|
MessagePart |
Class represents one part of REST server message.
|
ResponseParserFactory |
Factory that returns appropriate response parser implementation
based on content type of the response.
|
RestActionReport |
Object representation of the response returned by REST admin service.
|
RestJSONResponseParser |
Response parser implementation that can parse JSON responses
returned by REST administration interface.
|
RestResponseParser |
Base implementation for REST parsers.
|
RestXMLResponseParser |
Response parser implementation that can parse XML responses
returned by REST admin interface.
|
RestXMLResponseParser.RestXMLResponseFilter |
Enum | Description |
---|---|
ActionReport.ExitCode |
Possible exit codes that are sent by server.
|
ResponseContentType |
Enum that represents possible content types that runners accept responses
in.
|
Copyright © 2013. All Rights Reserved.