Uses of Class
com.sun.xml.rpc.util.localization.Localizer
-
Packages that use Localizer Package Description com.sun.xml.rpc.server.http com.sun.xml.rpc.server.http.ea com.sun.xml.rpc.tools.wscompile com.sun.xml.rpc.util -
-
Uses of Localizer in com.sun.xml.rpc.server.http
Methods in com.sun.xml.rpc.server.http that return Localizer Modifier and Type Method Description protected LocalizerJAXRPCServletDelegate. getLocalizerFor(javax.servlet.ServletRequest request)Methods in com.sun.xml.rpc.server.http with parameters of type Localizer Modifier and Type Method Description protected voidJAXRPCServletDelegate. writeInvalidMethodType(Localizer localizer, javax.servlet.http.HttpServletResponse response, String message)protected voidJAXRPCServletDelegate. writeNotFoundErrorPage(Localizer localizer, javax.servlet.http.HttpServletResponse response, String message) -
Uses of Localizer in com.sun.xml.rpc.server.http.ea
Methods in com.sun.xml.rpc.server.http.ea that return Localizer Modifier and Type Method Description protected LocalizerJAXRPCServletDelegate. getLocalizerFor(javax.servlet.ServletRequest request) -
Uses of Localizer in com.sun.xml.rpc.tools.wscompile
Fields in com.sun.xml.rpc.tools.wscompile declared as Localizer Modifier and Type Field Description protected LocalizerJ2EEToolPlugin. localizer -
Uses of Localizer in com.sun.xml.rpc.util
Fields in com.sun.xml.rpc.util declared as Localizer Modifier and Type Field Description protected LocalizerToolBase. localizer
-