Uses of Class
com.sun.xml.ws.util.exception.JAXWSExceptionBase

Packages that use JAXWSExceptionBase
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.util   
 

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

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

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.client
 class ClientTransportException
           
 class SenderException
           
 

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soap
 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.
 

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.handler
 class HandlerException
          Exception thrown by handler-related code.
 

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.model
 class RuntimeModelerException
          RuntimeModelerException represents an exception that occurred while serializing a Java value as XML.
 

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.protocol.soap
 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 JAXWSExceptionBase in com.sun.xml.ws.protocol.xml
 

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.protocol.xml
 class XMLMessageException
           
 

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.server
 class ServerRtException
           
 class UnsupportedMediaException
          Codec throws this exception when it doesn't understand request message's Content-Type
 

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

Subclasses of JAXWSExceptionBase in com.sun.xml.ws.streaming
 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.
 

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

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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.