Package org.apache.guacamole.language
Interface Translatable
- 
- All Known Implementing Classes:
 RedirectField,TranslatableGuacamoleClientBadTypeException,TranslatableGuacamoleClientException,TranslatableGuacamoleClientOverrunException,TranslatableGuacamoleClientTimeoutException,TranslatableGuacamoleClientTooManyException,TranslatableGuacamoleConnectionClosedException,TranslatableGuacamoleCredentialsException,TranslatableGuacamoleInsufficientCredentialsException,TranslatableGuacamoleInvalidCredentialsException,TranslatableGuacamoleResourceClosedException,TranslatableGuacamoleResourceConflictException,TranslatableGuacamoleResourceNotFoundException,TranslatableGuacamoleSecurityException,TranslatableGuacamoleServerBusyException,TranslatableGuacamoleServerException,TranslatableGuacamoleSessionClosedException,TranslatableGuacamoleSessionConflictException,TranslatableGuacamoleSessionTimeoutException,TranslatableGuacamoleUnauthorizedException,TranslatableGuacamoleUnsupportedException,TranslatableGuacamoleUpstreamException,TranslatableGuacamoleUpstreamNotFoundException,TranslatableGuacamoleUpstreamTimeoutException,TranslatableGuacamoleUpstreamUnavailableException
public interface TranslatableAn object which is associated with a translatable message that can be passed through an arbitrary translation service, producing a human-readable message in the user's native language. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TranslatableMessagegetTranslatableMessage()Returns a message which can be translated using a translation service, consisting of a translation key and optional set of substitution variables. 
 - 
 
- 
- 
Method Detail
- 
getTranslatableMessage
TranslatableMessage getTranslatableMessage()
Returns a message which can be translated using a translation service, consisting of a translation key and optional set of substitution variables.- Returns:
 - A message which can be translated using a translation service.
 
 
 - 
 
 -