GetOption

Gets the value by the name in the option properties. Option properties are the service-specific run-time options.

Syntax

public String getOption(String name) 

Parameters

  • Name - the name whose associated value is to be returned.

Results

Returns the value for the name in the option properties in the message OR NULL if the name does not exist.

Example

String value = message.getOption("OutputCasing");