Uses of Class
com.sun.xml.ws.util.exception.JAXWSExceptionBase
-
Packages that use JAXWSExceptionBase Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.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 Runtimecom.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 Modifier and Type Class Description classExceptionHasMessageThis 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 Modifier and Type Class Description classClientTransportExceptionclassSenderException -
Uses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soap
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.encoding.soap Modifier and Type Class Description classDeserializationExceptionDeserializationException represents an exception that occurred while deserializing a Java value from XML.classSerializationExceptionSerializationException 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 Modifier and Type Class Description classHandlerExceptionException thrown by handler-related code. -
Uses of JAXWSExceptionBase in com.sun.xml.ws.model
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.model Modifier and Type Class Description classRuntimeModelerExceptionRuntimeModelerException 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 Modifier and Type Class Description classMessageCreationExceptionclassVersionMismatchExceptionThis 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 Modifier and Type Class Description classXMLMessageException -
Uses of JAXWSExceptionBase in com.sun.xml.ws.server
Subclasses of JAXWSExceptionBase in com.sun.xml.ws.server Modifier and Type Class Description classServerRtExceptionclassUnsupportedMediaExceptionCodecthrows 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 Modifier and Type Class Description classXMLReaderExceptionXMLReaderException represents an exception that occurred while reading an XML document.classXMLStreamReaderExceptionXMLStream ReaderException represents an exception that occurred while reading an XML document.classXMLStreamWriterExceptionXMLWriterException 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 Modifier and Type Class Description classUtilExceptionUtilException represents an exception that occurred while one of the util classes is operating.
-