|
| pingGet () |
|
| pingPut () |
|
| pingPost () |
|
| pingDelete () |
|
| checkResult ($result) |
|
| __construct (array $config) |
|
| setDebug ($isDebug) |
|
| isDebug () |
|
| get ($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) |
|
| put ($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) |
|
| post ($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) |
|
| delete ($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) |
|
|
const | PING_RESOURCE = "ping" |
|
A facade that wraps the REST "ping" system interface monitoring service.
- Author
- Felix Heinrichs | Trusted Mails GmbH | felix.heinrichs@trusted-mails.com
-
Marcus Ständer | Trusted Mails GmbH | marcus.staender@trusted-mails.com
Definition at line 9 of file PingService.php.
com_maileon_api_utils_PingService::pingGet |
( |
| ) |
|
com_maileon_api_utils_PingService::pingPut |
( |
| ) |
|
com_maileon_api_utils_PingService::pingPost |
( |
| ) |
|
com_maileon_api_utils_PingService::pingDelete |
( |
| ) |
|
com_maileon_api_utils_PingService::checkResult |
( |
|
$result | ) |
|
Convenience method to check whether the API call succeeded or not.
- Parameters
-
array | $result | a result wrapper as returned from one of the ping methods in this class |
- Returns
- com_maileon_api_MaileonAPIResult the result object of the API call
- Exceptions
-
Definition at line 75 of file PingService.php.
The documentation for this class was generated from the following file: