A B C D E F G H I L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- enableAPILogging(File) - Static method in class com.mks.api.IntegrationPointFactory
-
Enable API logging.
- encode(byte[]) - Static method in class com.mks.api.util.Base64
-
Encodes data using the base64 encoding.
- encode(String) - Static method in class com.mks.api.util.Base64
-
Encodes a string using the base64 encoding.
- encode(String, String) - Static method in class com.mks.api.util.Base64
-
Encodes a string using the base64 encoding based on given character set.
- endItemField() - Method in class com.mks.api.ext.ResponseWriter
-
Closes the currently-open item field started with
startItemField
- endSelection() - Method in class com.mks.api.ext.CommandSelection
-
Terminate the selection.
- endSubRoutine() - Method in class com.mks.api.ext.ResponseWriter
-
Closes the currently open sub-routine within this API response.
- endWorkItem() - Method in class com.mks.api.ext.ResponseWriter
-
Closes any open work-item structure within this API response.
- enqueue(Object) - Method in class com.mks.api.util.Queue
-
Appends the specified element to the end of this queue.
- equals(Object) - Method in class com.mks.api.Command
- equals(Object) - Method in class com.mks.api.Option
-
Two options are equal if their names (case insensitive) and values (case sensitive) are equal.
- equals(Object) - Method in class com.mks.api.OptionList
-
Two OptionLists are equal if they contain the same options (regardless of order).
- equals(Object) - Method in class com.mks.api.SelectionList
-
Two SelectionLists are equal if all the elements are equal (order counts).
- equals(Object) - Method in class com.mks.api.util.APIVersion
- error(Object) - Method in class com.mks.api.util.HttpClientLogAdapter
- error(Object, Throwable) - Method in class com.mks.api.util.HttpClientLogAdapter
- ERROR - Static variable in class com.mks.api.util.MKSLogger
-
Logging category - ERROR messages only.
- escape(String, String) - Static method in class com.mks.api.util.EscapedStringTokenizer
-
Escape the delimiters in a string with a backslash.
- EscapedStringTokenizer - Class in com.mks.api.util
-
A class that works like
StringTokenizer
with additional responsibilities: Ignores escaped delimiter characters while tokenizing. - EscapedStringTokenizer(String, String, boolean) - Constructor for class com.mks.api.util.EscapedStringTokenizer
-
Constructs the tokenizer for the specified string.
- EscapedStringTokenizer(String, String, boolean, boolean) - Constructor for class com.mks.api.util.EscapedStringTokenizer
-
Constructs the tokenizer for the specified string.
- EscapedStringTokenizer(String, String, boolean, boolean, boolean) - Constructor for class com.mks.api.util.EscapedStringTokenizer
-
Constructs the tokenizer for the specified string.
- exception(Class<?>, String, int, Throwable) - Method in class com.mks.api.util.MKSLogger
-
Log an exception.
- exception(Object, String, int, Throwable) - Method in class com.mks.api.util.MKSLogger
-
Log an exception.
- exception(String, int, Throwable) - Method in class com.mks.api.util.MKSLogger
-
Log an exception.
- exception(String, Throwable) - Method in class com.mks.api.util.MKSLogger
-
Log an exception at the default level.
- exception(Throwable) - Method in class com.mks.api.util.MKSLogger
-
Log an exception to the
GENERAL
category at the default level. - EXCEPTION - Static variable in class com.mks.api.util.MKSLogger
-
Logging type - Exceptions
- execute(Command) - Method in interface com.mks.api.CmdRunner
-
Executes a given
Command
and returns only after the completeResponse
object has been constructed. - execute(Command) - Method in interface com.mks.api.fedsso.SSOCmdRunner
-
Executes a given
Command
and returns only after the completeResponse
object has been constructed. - execute(ResponseWriter, CommandOptions, CommandSelection) - Method in class com.mks.api.ext.SimpleIntegrationCommand
-
Execute the integration command.
- execute(IntegrationPoint, CmdRunnerCreator, ResponseWriter, CommandOptions, CommandSelection) - Method in interface com.mks.api.ext.IntegrationCommand
-
Execute the integration command.
- execute(IntegrationPoint, CmdRunnerCreator, ResponseWriter, CommandOptions, CommandSelection) - Method in class com.mks.api.ext.SimpleIntegrationCommand
- execute(String[]) - Method in interface com.mks.api.CmdRunner
-
Executes a command and returns only after the complete
Response
object has been constructed. - execute(String[]) - Method in interface com.mks.api.fedsso.SSOCmdRunner
-
Executes a command and returns only after the complete
Response
object has been constructed. - execute(String[], String) - Method in interface com.mks.api.CmdRunner
-
Executes a command and returns only after the complete
Response
object has been constructed. - execute(String[], String) - Method in interface com.mks.api.fedsso.SSOCmdRunner
-
Executes a command and returns only after the complete
Response
object has been constructed. - executeWithInterim(Command, boolean) - Method in interface com.mks.api.CmdRunner
-
Executes a command and returns an interim response.
- executeWithInterim(Command, boolean) - Method in interface com.mks.api.fedsso.SSOCmdRunner
-
Executes a command and returns an interim response.
- executeWithInterim(String[], boolean) - Method in interface com.mks.api.CmdRunner
-
Executes a command and returns an interim response.
- executeWithInterim(String[], boolean) - Method in interface com.mks.api.fedsso.SSOCmdRunner
-
Executes a command and returns an interim response.
- executeWithInterim(String[], boolean, String) - Method in interface com.mks.api.CmdRunner
-
Executes a command and returns an interim response.
All Classes All Packages