Uses of Interface
com.sun.xml.rpc.util.localization.Localizable
-
-
Uses of Localizable in com.sun.xml.rpc.client
Classes in com.sun.xml.rpc.client that implement Localizable Modifier and Type Class Description classClientTransportExceptionclassHandlerExceptionclassSenderExceptionclassServiceExceptionImplConstructors in com.sun.xml.rpc.client with parameters of type Localizable Constructor Description ClientTransportException(String key, Localizable argument)HandlerException(Localizable arg)HandlerException(String key, Localizable arg)SenderException(Localizable arg)SenderException(String key, Localizable arg)ServiceExceptionImpl(Localizable arg)ServiceExceptionImpl(String key, Localizable localizable) -
Uses of Localizable in com.sun.xml.rpc.client.dii
Classes in com.sun.xml.rpc.client.dii that implement Localizable Modifier and Type Class Description classDynamicInvocationExceptionDynamicInvocationException represents an exception that occurred while using the DII interfaceConstructors in com.sun.xml.rpc.client.dii with parameters of type Localizable Constructor Description DynamicInvocationException(Localizable arg)DynamicInvocationException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.client.dii.webservice
Classes in com.sun.xml.rpc.client.dii.webservice that implement Localizable Modifier and Type Class Description classWebServicesClientExceptionConstructors in com.sun.xml.rpc.client.dii.webservice with parameters of type Localizable Constructor Description WebServicesClientException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.encoding
Classes in com.sun.xml.rpc.encoding that implement Localizable Modifier and Type Class Description classDeserializationExceptionDeserializationException represents an exception that occurred while deserializing a Java value from XML.classEncodingExceptionEncodingException represents an exception that occurred while supporting object serialization or deserialization.classMissingTrailingBlockIDExceptionMissingTrailingBlockIDException represents an exception that occurred while deserializing a Java value from poorly formed XMLclassSerializationExceptionSerializationException represents an exception that occurred while serializing a Java value as XML.classTypeMappingExceptionTypeMappingException represents an exception that occurred in the type mapping framework.Constructors in com.sun.xml.rpc.encoding with parameters of type Localizable Constructor Description DeserializationException(Localizable arg)DeserializationException(String key, Localizable arg)EncodingException(Localizable arg)EncodingException(String key, Localizable arg)MissingTrailingBlockIDException(Localizable arg)MissingTrailingBlockIDException(String key, Localizable arg)SerializationException(Localizable arg)SerializationException(String key, Localizable arg)TypeMappingException(Localizable arg)TypeMappingException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.plugins
Methods in com.sun.xml.rpc.plugins that return Localizable Modifier and Type Method Description LocalizableSecurityPlugin. getExamplesUsage()LocalizableSecurityPlugin. getFeaturesUsage()LocalizableSecurityPlugin. getInternalUsage()LocalizableSecurityPlugin. getOptionsUsage() -
Uses of Localizable in com.sun.xml.rpc.processor
Classes in com.sun.xml.rpc.processor that implement Localizable Modifier and Type Class Description classProcessorExceptionProcessorException represents an exception that occurred while processing a web service.Methods in com.sun.xml.rpc.processor with parameters of type Localizable Modifier and Type Method Description voidProcessorNotificationListener. onError(Localizable msg)voidProcessorNotificationListener. onInfo(Localizable msg)voidProcessorNotificationListener. onWarning(Localizable msg)Constructors in com.sun.xml.rpc.processor with parameters of type Localizable Constructor Description ProcessorException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.processor.config
Classes in com.sun.xml.rpc.processor.config that implement Localizable Modifier and Type Class Description classConfigurationExceptionConstructors in com.sun.xml.rpc.processor.config with parameters of type Localizable Constructor Description ConfigurationException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.processor.generator
Classes in com.sun.xml.rpc.processor.generator that implement Localizable Modifier and Type Class Description classGeneratorExceptionMethods in com.sun.xml.rpc.processor.generator with parameters of type Localizable Modifier and Type Method Description protected static voidGeneratorBase. fail(Localizable arg)protected voidServiceGenerator. fail(Localizable arg)Constructors in com.sun.xml.rpc.processor.generator with parameters of type Localizable Constructor Description GeneratorException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.processor.generator.nodes
Classes in com.sun.xml.rpc.processor.generator.nodes that implement Localizable Modifier and Type Class Description classMappingException -
Uses of Localizable in com.sun.xml.rpc.processor.model
Classes in com.sun.xml.rpc.processor.model that implement Localizable Modifier and Type Class Description classModelExceptionModelException represents an exception that occurred while visiting service model.Constructors in com.sun.xml.rpc.processor.model with parameters of type Localizable Constructor Description ModelException(Localizable arg)ModelException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.processor.modeler
Classes in com.sun.xml.rpc.processor.modeler that implement Localizable Modifier and Type Class Description classModelerExceptionModelerException represents an exception that occurred while visiting service model.Constructors in com.sun.xml.rpc.processor.modeler with parameters of type Localizable Constructor Description ModelerException(Localizable arg)ModelerException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type Localizable Modifier and Type Method Description protected voidWSDLModelerBase. warn(Localizable msg) -
Uses of Localizable in com.sun.xml.rpc.processor.schema
Classes in com.sun.xml.rpc.processor.schema that implement Localizable Modifier and Type Class Description classUnimplementedFeatureExceptionA FeatureNotSupportedException is a ModelException signaling that an unsupported XML Schema feature was encountered during processing. -
Uses of Localizable in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type Localizable Modifier and Type Method Description voidClientProcessorEnvironment. error(Localizable msg)voidProcessorEnvironment. error(Localizable msg)voidClientProcessorEnvironment. info(Localizable msg)voidProcessorEnvironment. info(Localizable msg)voidClientProcessorEnvironment. warn(Localizable msg)voidProcessorEnvironment. warn(Localizable msg) -
Uses of Localizable in com.sun.xml.rpc.server.http
Classes in com.sun.xml.rpc.server.http that implement Localizable Modifier and Type Class Description classJAXRPCServletExceptionConstructors in com.sun.xml.rpc.server.http with parameters of type Localizable Constructor Description JAXRPCServletException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.soap.message
Classes in com.sun.xml.rpc.soap.message that implement Localizable Modifier and Type Class Description classSOAPMsgCreateExceptionclassSOAPMsgFactoryCreateException -
Uses of Localizable in com.sun.xml.rpc.soap.streaming
Classes in com.sun.xml.rpc.soap.streaming that implement Localizable Modifier and Type Class Description classSOAPProtocolViolationExceptionConstructors in com.sun.xml.rpc.soap.streaming with parameters of type Localizable Constructor Description SOAPProtocolViolationException(String key, Localizable argument) -
Uses of Localizable in com.sun.xml.rpc.streaming
Classes in com.sun.xml.rpc.streaming that implement Localizable Modifier and Type Class Description classStreamingExceptionclassXMLReaderExceptionXMLReaderException represents an exception that occurred while reading an XML document.classXmlTreeWriterExceptionclassXMLWriterExceptionXMLWriterException represents an exception that occurred while writing an XML document.Constructors in com.sun.xml.rpc.streaming with parameters of type Localizable Constructor Description StreamingException(String key, Localizable localizable)XMLReaderException(Localizable arg)XMLReaderException(String key, Localizable arg)XmlTreeWriterException(String key, Localizable arg)XMLWriterException(Localizable arg)XMLWriterException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.tools.wscompile
Fields in com.sun.xml.rpc.tools.wscompile declared as Localizable Modifier and Type Field Description LocalizableUsageIf.UsageError. msgMethods in com.sun.xml.rpc.tools.wscompile that return Localizable Modifier and Type Method Description LocalizableJ2EEToolPlugin. getExamplesUsage()LocalizableUsageIf. getExamplesUsage()LocalizableJ2EEToolPlugin. getFeaturesUsage()LocalizableUsageIf. getFeaturesUsage()LocalizableJ2EEToolPlugin. getInternalUsage()LocalizableUsageIf. getInternalUsage()LocalizableJ2EEToolPlugin. getOptionsUsage()LocalizableUsageIf. getOptionsUsage()LocalizableCompileTool. getVersion()Methods in com.sun.xml.rpc.tools.wscompile with parameters of type Localizable Modifier and Type Method Description voidCompileTool. onError(Localizable msg)voidCompileTool. onInfo(Localizable msg)voidCompileTool. onWarning(Localizable msg) -
Uses of Localizable in com.sun.xml.rpc.tools.wsdeploy
Classes in com.sun.xml.rpc.tools.wsdeploy that implement Localizable Modifier and Type Class Description classDeploymentExceptionDeploymentException represents an exception that occurred at deployment time.Methods in com.sun.xml.rpc.tools.wsdeploy with parameters of type Localizable Modifier and Type Method Description voidDeployTool. onError(Localizable msg)voidEndpointClientCompileTool. onError(Localizable msg)voidEndpointCompileTool. onError(Localizable msg)voidDeployTool. onInfo(Localizable msg)voidEndpointClientCompileTool. onInfo(Localizable msg)voidEndpointCompileTool. onInfo(Localizable msg)voidDeployTool. onWarning(Localizable msg)voidEndpointClientCompileTool. onWarning(Localizable msg)voidEndpointCompileTool. onWarning(Localizable msg)Constructors in com.sun.xml.rpc.tools.wsdeploy with parameters of type Localizable Constructor Description DeploymentException(String key, Localizable arg) -
Uses of Localizable in com.sun.xml.rpc.util
Classes in com.sun.xml.rpc.util that implement Localizable Modifier and Type Class Description classHolderExceptionclassWSDLParseExceptionMethods in com.sun.xml.rpc.util that return Localizable Modifier and Type Method Description LocalizableToolBase. getMessage(String key)LocalizableToolBase. getMessage(String key, Localizable localizable)LocalizableToolBase. getMessage(String key, Object[] args)LocalizableToolBase. getMessage(String key, String arg)LocalizableToolBase. getMessage(String key, String arg1, String arg2)LocalizableToolBase. getMessage(String key, String arg1, String arg2, String arg3)Methods in com.sun.xml.rpc.util with parameters of type Localizable Modifier and Type Method Description LocalizableToolBase. getMessage(String key, Localizable localizable)voidJavaCompilerHelper. onError(Localizable msg)protected voidToolBase. report(Localizable msg)Constructors in com.sun.xml.rpc.util with parameters of type Localizable Constructor Description HolderException(String key, Localizable localizable)WSDLParseException(String key, Localizable localizable) -
Uses of Localizable in com.sun.xml.rpc.util.exception
Classes in com.sun.xml.rpc.util.exception that implement Localizable Modifier and Type Class Description classJAXRPCExceptionBaseJAXRPCExceptionBaseclassLocalizableExceptionAdapterLocalizableExceptionAdapterFields in com.sun.xml.rpc.util.exception declared as Localizable Modifier and Type Field Description protected LocalizableLocalizableExceptionAdapter. localizablePartConstructors in com.sun.xml.rpc.util.exception with parameters of type Localizable Constructor Description JAXRPCExceptionBase(String key, Localizable localizable) -
Uses of Localizable in com.sun.xml.rpc.util.localization
Classes in com.sun.xml.rpc.util.localization that implement Localizable Modifier and Type Class Description classLocalizableMessageclassNullLocalizableNullLocalizableMethods in com.sun.xml.rpc.util.localization that return Localizable Modifier and Type Method Description LocalizableLocalizableMessageFactory. getMessage(String key)LocalizableLocalizableMessageFactory. getMessage(String key, Localizable localizable)LocalizableLocalizableMessageFactory. getMessage(String key, Object[] args)LocalizableLocalizableMessageFactory. getMessage(String key, String arg)Methods in com.sun.xml.rpc.util.localization with parameters of type Localizable Modifier and Type Method Description protected StringLocalizer. getDefaultMessage(Localizable l)LocalizableLocalizableMessageFactory. getMessage(String key, Localizable localizable)StringLocalizer. localize(Localizable l)Constructors in com.sun.xml.rpc.util.localization with parameters of type Localizable Constructor Description LocalizableSupport(String key, Localizable localizable) -
Uses of Localizable in com.sun.xml.rpc.wsdl.framework
Classes in com.sun.xml.rpc.wsdl.framework that implement Localizable Modifier and Type Class Description classDuplicateEntityExceptionAn exception signalling that an entity with the given name/id has already been defined.classNoSuchEntityExceptionAn exception signalling that an entity with the given name/id does not exist.classParseExceptionAn exception signalling a parsing error.classValidationExceptionAn exception signalling that validation of an entity failed.Constructors in com.sun.xml.rpc.wsdl.framework with parameters of type Localizable Constructor Description ParseException(String key, Localizable localizable)ParseException(String key, String arg, Localizable localizable)ValidationException(String key, Localizable localizable)
-