Uses of Class
com.sun.xml.ws.util.exception.JAXWSExceptionBase
Packages that use JAXWSExceptionBase
Package
Description
Message and related abstractions that represent a SOAP message.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of JAXWSExceptionBase in com.sun.xml.ws.api.message
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.api.messageModifier and TypeClassDescriptionclassThis 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 -
Uses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soap
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soapModifier and TypeClassDescriptionclassDeserializationException represents an exception that occurred while deserializing a Java value from XML.classSerializationException 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.handlerModifier and TypeClassDescriptionclassException thrown by handler-related code. -
Uses of JAXWSExceptionBase in com.sun.xml.ws.model
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.modelModifier and TypeClassDescriptionclassRuntimeModelerException 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.soapModifier and TypeClassDescriptionclassclassThis 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 -
Uses of JAXWSExceptionBase in com.sun.xml.ws.server
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.serverModifier and TypeClassDescriptionclassfinal classCodecthrows 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.streamingModifier and TypeClassDescriptionclassXMLReaderException represents an exception that occurred while reading an XML document.classXMLStream ReaderException represents an exception that occurred while reading an XML document.classXMLWriterException 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.utilModifier and TypeClassDescriptionclassUtilException represents an exception that occurred while one of the util classes is operating.