Package | Description |
---|---|
com.genesyslab.platform.webmedia.protocol.email |
This package contains classes, enumerations, and interfaces that let you exchange customer-generated information from web forms with your Genesys E-Mail Server Java.
|
com.genesyslab.platform.webmedia.protocol.email.events |
This package contains the Email protocol Event messages that provide information about the status of your requests.
|
Modifier and Type | Field | Description |
---|---|---|
static Errors |
Errors.ConnectionClosed |
Lost or unestablished connection to E-mail Server Java
|
static Errors |
Errors.ConnectionFailure |
Connection failure
|
static Errors |
Errors.InternalFailure |
Internal error.
|
static Errors |
Errors.OperationFailure |
Request failed.
|
static Errors |
Errors.Success |
E-mail Server Java accepts the request.
|
static Errors |
Errors.Timeout |
No response from E-mail Server Java
|
Modifier and Type | Method | Description |
---|---|---|
static Errors |
Errors.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static Errors |
Errors.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<Errors> |
Errors.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Errors |
EventError.getErrorCode() |
The error code returned in an
EventError . |
Modifier and Type | Method | Description |
---|---|---|
static EventError |
EventError.create(Errors errorCode,
java.lang.String description) |
Creates instance of EventError with all parameters set.
|
abstract void |
EventError.setErrorCode(Errors errorCode) |
The error code returned in an
EventError . |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.