Package | Description |
---|---|
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.util | |
com.sun.tools.ws.wsdl.framework | |
com.sun.xml.ws.api.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 |
Modifier and Type | Class and Description |
---|---|
class |
ProcessorException
ProcessorException represents an exception that occurred while processing
a web service.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratorException |
Modifier and Type | Class and Description |
---|---|
class |
ModelException
ModelException represents an exception that occurred while
visiting service model.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelerException
ModelerException represents an exception that occurred while
visiting service model.
|
Modifier and Type | Class and Description |
---|---|
class |
WSDLParseException |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
com.sun.xml.ws.api.message.ExceptionHasMessage
This class represents an Exception that needs to be marshalled
with a specific protocol wire format.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientTransportException |
class |
SenderException |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerException
Exception thrown by handler-related code.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeModelerException
RuntimeModelerException represents an exception that occurred while
serializing a Java value as XML.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMessageException |
Modifier and Type | Class and Description |
---|---|
class |
ServerRtException |
class |
UnsupportedMediaException
Codec throws this exception when it doesn't understand request message's
Content-Type |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
UtilException
UtilException represents an exception that occurred while
one of the util classes is operating.
|
Copyright © 2015 Oracle Corporation. All rights reserved.