Uses of Interface
com.sun.xml.ws.util.localization.Localizable

Packages that use Localizable
com.sun.tools.ws.processor   
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler   
com.sun.tools.ws.processor.modeler.annotation   
com.sun.tools.ws.util   
com.sun.tools.ws.wsdl.framework   
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.encoding.soap   
com.sun.xml.ws.handler   
com.sun.xml.ws.model   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.protocol.xml   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.streaming   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
com.sun.xml.ws.util   
com.sun.xml.ws.util.exception   
com.sun.xml.ws.util.localization   
 

Uses of Localizable in com.sun.tools.ws.processor
 

Classes in com.sun.tools.ws.processor that implement Localizable
 class ProcessorException
          ProcessorException represents an exception that occurred while processing a web service.
 

Uses of Localizable in com.sun.tools.ws.processor.generator
 

Classes in com.sun.tools.ws.processor.generator that implement Localizable
 class GeneratorException
           
 

Uses of Localizable in com.sun.tools.ws.processor.model
 

Classes in com.sun.tools.ws.processor.model that implement Localizable
 class ModelException
          ModelException represents an exception that occurred while visiting service model.
 

Constructors in com.sun.tools.ws.processor.model with parameters of type Localizable
ModelException(Localizable arg)
           
 

Uses of Localizable in com.sun.tools.ws.processor.modeler
 

Classes in com.sun.tools.ws.processor.modeler that implement Localizable
 class ModelerException
          ModelerException represents an exception that occurred while visiting service model.
 

Constructors in com.sun.tools.ws.processor.modeler with parameters of type Localizable
ModelerException(Localizable arg)
           
 

Uses of Localizable in com.sun.tools.ws.processor.modeler.annotation
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type Localizable
protected  void WebServiceVisitor.annotationError(SourcePosition pos, Localizable message)
           
 void WebServiceAP.onError(SourcePosition pos, Localizable msg)
           
 void ModelBuilder.onError(SourcePosition pos, Localizable msg)
           
 

Uses of Localizable in com.sun.tools.ws.util
 

Classes in com.sun.tools.ws.util that implement Localizable
 class WSDLParseException
           
 

Uses of Localizable in com.sun.tools.ws.wsdl.framework
 

Classes in com.sun.tools.ws.wsdl.framework that implement Localizable
 class DuplicateEntityException
          An exception signalling that an entity with the given name/id has already been defined.
 class NoSuchEntityException
          An exception signalling that an entity with the given name/id does not exist.
 class ParseException
          An exception signalling a parsing error.
 class ValidationException
          An exception signalling that validation of an entity failed.
 

Constructors in com.sun.tools.ws.wsdl.framework with parameters of type Localizable
ParseException(Localizable message)
           
 

Uses of Localizable in com.sun.xml.ws.api.message
 

Classes in com.sun.xml.ws.api.message that implement Localizable
 class ExceptionHasMessage
          This class represents an Exception that needs to be marshalled with a specific protocol wire format.
 

Uses of Localizable in com.sun.xml.ws.client
 

Classes in com.sun.xml.ws.client that implement Localizable
 class ClientTransportException
           
 class SenderException
           
 

Constructors in com.sun.xml.ws.client with parameters of type Localizable
ClientTransportException(Localizable msg)
           
ClientTransportException(Localizable msg, Throwable cause)
           
SenderException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.encoding.soap
 

Classes in com.sun.xml.ws.encoding.soap that implement Localizable
 class DeserializationException
          DeserializationException represents an exception that occurred while deserializing a Java value from XML.
 class SerializationException
          SerializationException represents an exception that occurred while serializing a Java value as XML.
 

Constructors in com.sun.xml.ws.encoding.soap with parameters of type Localizable
DeserializationException(Localizable arg)
           
SerializationException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.handler
 

Classes in com.sun.xml.ws.handler that implement Localizable
 class HandlerException
          Exception thrown by handler-related code.
 

Constructors in com.sun.xml.ws.handler with parameters of type Localizable
HandlerException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.model
 

Classes in com.sun.xml.ws.model that implement Localizable
 class RuntimeModelerException
          RuntimeModelerException represents an exception that occurred while serializing a Java value as XML.
 

Constructors in com.sun.xml.ws.model with parameters of type Localizable
RuntimeModelerException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.protocol.soap
 

Classes in com.sun.xml.ws.protocol.soap that implement Localizable
 class MessageCreationException
          This is used to represent Message creation exception when a Codec trying to create a Message.
 class VersionMismatchException
          This is used to represent SOAP VersionMismatchFault.
 

Uses of Localizable in com.sun.xml.ws.protocol.xml
 

Classes in com.sun.xml.ws.protocol.xml that implement Localizable
 class XMLMessageException
           
 

Constructors in com.sun.xml.ws.protocol.xml with parameters of type Localizable
XMLMessageException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement Localizable
 class ServerRtException
           
 class UnsupportedMediaException
          Codec throws this exception when it doesn't understand request message's Content-Type
 

Constructors in com.sun.xml.ws.server with parameters of type Localizable
ServerRtException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.streaming
 

Classes in com.sun.xml.ws.streaming that implement Localizable
 class XMLReaderException
           XMLReaderException represents an exception that occurred while reading an XML document.
 class XMLStreamReaderException
           XMLStream ReaderException represents an exception that occurred while reading an XML document.
 class XMLStreamWriterException
           XMLWriterException represents an exception that occurred while writing an XML document.
 

Constructors in com.sun.xml.ws.streaming with parameters of type Localizable
XMLReaderException(Localizable arg)
           
XMLStreamReaderException(Localizable arg)
           
XMLStreamWriterException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.transport.http.servlet
 

Classes in com.sun.xml.ws.transport.http.servlet that implement Localizable
(package private)  class WSServletException
           
 

Uses of Localizable in com.sun.xml.ws.util
 

Classes in com.sun.xml.ws.util that implement Localizable
 class UtilException
          UtilException represents an exception that occurred while one of the util classes is operating.
 

Constructors in com.sun.xml.ws.util with parameters of type Localizable
UtilException(Localizable arg)
           
 

Uses of Localizable in com.sun.xml.ws.util.exception
 

Classes in com.sun.xml.ws.util.exception that implement Localizable
 class JAXWSExceptionBase
          Represents a WebServiceException with localizable message.
 

Constructors in com.sun.xml.ws.util.exception with parameters of type Localizable
JAXWSExceptionBase(Localizable msg)
           
JAXWSExceptionBase(Localizable msg, Throwable cause)
           
 

Uses of Localizable in com.sun.xml.ws.util.localization
 

Classes in com.sun.xml.ws.util.localization that implement Localizable
 class LocalizableImpl
          Straight-forward Localizable implementation.
 class LocalizableMessage
           
 class NullLocalizable
          Localizable that wraps a non-localizable string.
 

Methods in com.sun.xml.ws.util.localization that return Localizable
 Localizable LocalizableMessageFactory.getMessage(String key, Object... args)
           
 

Methods in com.sun.xml.ws.util.localization with parameters of type Localizable
 String Localizer.localize(Localizable l)