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.model 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.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.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.
-