Class NullLocalizable
- java.lang.Object
-
- com.sun.xml.rpc.util.localization.NullLocalizable
-
- All Implemented Interfaces:
Localizable
public class NullLocalizable extends Object implements Localizable
NullLocalizable- Author:
- JAX-RPC Development Team
-
-
Field Summary
Fields Modifier and Type Field Description protected static NullLocalizableinstance
-
Constructor Summary
Constructors Constructor Description NullLocalizable(String key)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArguments()StringgetKey()StringgetResourceBundleName()static NullLocalizableinstance()
-
-
-
Field Detail
-
instance
protected static NullLocalizable instance
-
-
Constructor Detail
-
NullLocalizable
public NullLocalizable(String key)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceLocalizable
-
getArguments
public Object[] getArguments()
- Specified by:
getArgumentsin interfaceLocalizable
-
getResourceBundleName
public String getResourceBundleName()
- Specified by:
getResourceBundleNamein interfaceLocalizable
-
instance
public static NullLocalizable instance()
-
-