Package com.sun.istack.localization
Interface LocalizableMessageFactory.ResourceBundleSupplier
-
- All Known Implementing Classes:
ClientTransportException,DeserializationException,ExceptionHasMessage,HandlerException,JAXWSExceptionBase,MessageCreationException,RuntimeModelerException,SenderException,SerializationException,ServerRtException,UnsupportedMediaException,UtilException,VersionMismatchException,XMLMessageException,XMLReaderException,XMLStreamReaderException,XMLStreamWriterException
- Enclosing class:
- LocalizableMessageFactory
public static interface LocalizableMessageFactory.ResourceBundleSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceBundlegetResourceBundle(Locale locale)Gets the ResourceBundle.
-
-
-
Method Detail
-
getResourceBundle
ResourceBundle getResourceBundle(Locale locale)
Gets the ResourceBundle.- Parameters:
locale- the requested bundle's locale- Returns:
- ResourceBundle
-
-