org.eclipse.higgins.messages.utilities
Class MsgHelper

java.lang.Object
  extended by org.eclipse.higgins.messages.utilities.MsgHelper

public class MsgHelper
extends Object


Field Summary
static String argument_cant_be_null
           
static String cannot_set_endpoint_address_unknown_port
           
static String caught_exception
           
static String element_not_found_in_config
           
static String elementname_is_null
           
static String elementname_result_is_null
           
static String failed_to_get_object
           
static String failure_getting_call_object
           
static String found_more_than_one_element
           
static String invalid_string_representationformat_cuid
           
static String invocationtargetexception_cause
           
static String log_throwable_is_null
           
static String no_extension_configuration_found
           
static String no_stub_implementation
           
static String not_initialized
           
static String request_failed_with_exception
           
static String securitytoken_from_securityinformation_is_null
           
static String settinghandler_not_found_for_type
           
static String stacktraceelement_format_msg
           
static String unsupported_ielement_set
           
 
Constructor Summary
MsgHelper()
           
 
Method Summary
static String getString(String key)
           
static String getString(String key, Object argument)
           
static String getString(String key, Object[] arguments)
           
static String getString(String key, Object argumentA, Object argumentB)
           
static String getString(String key, Object argumentA, Object argumentB, Object argumentC)
           
static String getString(String key, Object argumentA, Object argumentB, Object argumentC, Object argumentD)
           
static String getString(String key, Object argumentA, Object argumentB, Object argumentC, Object argumentD, Object argumentE)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settinghandler_not_found_for_type

public static final String settinghandler_not_found_for_type
See Also:
Constant Field Values

not_initialized

public static final String not_initialized
See Also:
Constant Field Values

invocationtargetexception_cause

public static final String invocationtargetexception_cause
See Also:
Constant Field Values

request_failed_with_exception

public static final String request_failed_with_exception
See Also:
Constant Field Values

stacktraceelement_format_msg

public static final String stacktraceelement_format_msg
See Also:
Constant Field Values

log_throwable_is_null

public static final String log_throwable_is_null
See Also:
Constant Field Values

no_extension_configuration_found

public static final String no_extension_configuration_found
See Also:
Constant Field Values

elementname_is_null

public static final String elementname_is_null
See Also:
Constant Field Values

elementname_result_is_null

public static final String elementname_result_is_null
See Also:
Constant Field Values

found_more_than_one_element

public static final String found_more_than_one_element
See Also:
Constant Field Values

element_not_found_in_config

public static final String element_not_found_in_config
See Also:
Constant Field Values

invalid_string_representationformat_cuid

public static final String invalid_string_representationformat_cuid
See Also:
Constant Field Values

argument_cant_be_null

public static final String argument_cant_be_null
See Also:
Constant Field Values

failed_to_get_object

public static final String failed_to_get_object
See Also:
Constant Field Values

no_stub_implementation

public static final String no_stub_implementation
See Also:
Constant Field Values

cannot_set_endpoint_address_unknown_port

public static final String cannot_set_endpoint_address_unknown_port
See Also:
Constant Field Values

failure_getting_call_object

public static final String failure_getting_call_object
See Also:
Constant Field Values

caught_exception

public static final String caught_exception
See Also:
Constant Field Values

unsupported_ielement_set

public static final String unsupported_ielement_set
See Also:
Constant Field Values

securitytoken_from_securityinformation_is_null

public static final String securitytoken_from_securityinformation_is_null
See Also:
Constant Field Values
Constructor Detail

MsgHelper

public MsgHelper()
Method Detail

getString

public static String getString(String key)

getString

public static String getString(String key,
                               Object argument)

getString

public static String getString(String key,
                               Object argumentA,
                               Object argumentB)

getString

public static String getString(String key,
                               Object argumentA,
                               Object argumentB,
                               Object argumentC)

getString

public static String getString(String key,
                               Object argumentA,
                               Object argumentB,
                               Object argumentC,
                               Object argumentD)

getString

public static String getString(String key,
                               Object argumentA,
                               Object argumentB,
                               Object argumentC,
                               Object argumentD,
                               Object argumentE)

getString

public static String getString(String key,
                               Object[] arguments)