Serialized Form


Package com.sun.tools.ws.processor

Class com.sun.tools.ws.processor.ProcessorException extends JAXWSExceptionBase implements Serializable


Package com.sun.tools.ws.processor.generator

Class com.sun.tools.ws.processor.generator.GeneratorException extends ProcessorException implements Serializable


Package com.sun.tools.ws.processor.model

Class com.sun.tools.ws.processor.model.ModelException extends ProcessorException implements Serializable


Package com.sun.tools.ws.processor.modeler

Class com.sun.tools.ws.processor.modeler.ModelerException extends ProcessorException implements Serializable


Package com.sun.tools.ws.util

Class com.sun.tools.ws.util.WSDLParseException extends JAXWSExceptionBase implements Serializable


Package com.sun.tools.ws.wscompile

Class com.sun.tools.ws.wscompile.AbortException extends RuntimeException implements Serializable

Class com.sun.tools.ws.wscompile.BadCommandLineException extends Exception implements Serializable

Serialized Fields

options

Options options

Class com.sun.tools.ws.wscompile.Options.WeAreDone extends BadCommandLineException implements Serializable


Package com.sun.tools.ws.wsdl.framework

Class com.sun.tools.ws.wsdl.framework.DuplicateEntityException extends ValidationException implements Serializable

Class com.sun.tools.ws.wsdl.framework.NoSuchEntityException extends ValidationException implements Serializable

Class com.sun.tools.ws.wsdl.framework.ParseException extends JAXWSExceptionBase implements Serializable

Class com.sun.tools.ws.wsdl.framework.ValidationException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.addressing.model

Class com.sun.xml.ws.addressing.model.ActionNotSupportedException extends javax.xml.ws.WebServiceException implements Serializable

Serialized Fields

action

String action

Class com.sun.xml.ws.addressing.model.InvalidMapException extends javax.xml.ws.WebServiceException implements Serializable

Serialized Fields

name

QName name

subsubcode

QName subsubcode

Class com.sun.xml.ws.addressing.model.MapRequiredException extends javax.xml.ws.WebServiceException implements Serializable

Serialized Fields

name

QName name

Package com.sun.xml.ws.api

Class com.sun.xml.ws.api.PropertySet.PropertyMap extends HashMap<String,PropertySet.Accessor> implements Serializable


Package com.sun.xml.ws.api.message

Class com.sun.xml.ws.api.message.ExceptionHasMessage extends JAXWSExceptionBase implements Serializable

Class com.sun.xml.ws.api.message.HeaderList extends ArrayList<Header> implements Serializable

Serialized Fields

understoodBits

int understoodBits
Bit set to keep track of which headers are understood.

The first 32 headers use this field, and the rest will use HeaderList.moreUnderstoodBits. The expectation is that most of the time a SOAP message will only have up to 32 headers, so we can avoid allocating separate objects for BitSet.


moreUnderstoodBits

BitSet moreUnderstoodBits
If there are more than 32 headers, we use this BitSet to keep track of whether those headers are understood. Lazily allocated.


to

String to

action

String action

replyTo

WSEndpointReference replyTo

faultTo

WSEndpointReference faultTo

messageId

String messageId

Package com.sun.xml.ws.client

Class com.sun.xml.ws.client.ClientTransportException extends JAXWSExceptionBase implements Serializable

Class com.sun.xml.ws.client.SenderException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.developer

Class com.sun.xml.ws.developer.ServerSideException extends Exception implements Serializable

Serialized Fields

className

String className

Package com.sun.xml.ws.encoding

Class com.sun.xml.ws.encoding.ImageDataContentHandler extends Component implements Serializable

Serialized Fields

flavor

DataFlavor[] flavor

Package com.sun.xml.ws.encoding.soap

Class com.sun.xml.ws.encoding.soap.DeserializationException extends JAXWSExceptionBase implements Serializable

Class com.sun.xml.ws.encoding.soap.SerializationException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.handler

Class com.sun.xml.ws.handler.HandlerException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.model

Class com.sun.xml.ws.model.RuntimeModelerException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.protocol.soap

Class com.sun.xml.ws.protocol.soap.MessageCreationException extends ExceptionHasMessage implements Serializable

Serialized Fields

soapVersion

SOAPVersion soapVersion

Class com.sun.xml.ws.protocol.soap.VersionMismatchException extends ExceptionHasMessage implements Serializable

Serialized Fields

soapVersion

SOAPVersion soapVersion

Package com.sun.xml.ws.protocol.xml

Class com.sun.xml.ws.protocol.xml.XMLMessageException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.server

Class com.sun.xml.ws.server.ServerRtException extends JAXWSExceptionBase implements Serializable

Class com.sun.xml.ws.server.UnsupportedMediaException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.streaming

Class com.sun.xml.ws.streaming.XMLReaderException extends JAXWSExceptionBase implements Serializable

Class com.sun.xml.ws.streaming.XMLStreamReaderException extends JAXWSExceptionBase implements Serializable

Class com.sun.xml.ws.streaming.XMLStreamWriterException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.transport.http.servlet

Class com.sun.xml.ws.transport.http.servlet.WSServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

delegate

WSServletDelegate delegate

Package com.sun.xml.ws.util

Class com.sun.xml.ws.util.ReadOnlyPropertyException extends IllegalArgumentException implements Serializable

Serialized Fields

propertyName

String propertyName

Class com.sun.xml.ws.util.ServiceConfigurationError extends Error implements Serializable

Class com.sun.xml.ws.util.UtilException extends JAXWSExceptionBase implements Serializable


Package com.sun.xml.ws.util.exception

Class com.sun.xml.ws.util.exception.JAXWSExceptionBase extends javax.xml.ws.WebServiceException implements Serializable

Serialized Fields

msg

Localizable msg

Class com.sun.xml.ws.util.exception.LocatableWebServiceException extends javax.xml.ws.WebServiceException implements Serializable

Serialized Fields

location

Locator[] location
Locations related to error.


Package com.sun.xml.ws.wsdl.parser

Class com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException extends javax.xml.ws.WebServiceException implements Serializable

serialVersionUID: 1L

Serialized Fields

errors

List<E> errors