Serialized Form


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

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

Serialized Fields

action

String action

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

Serialized Fields

problemHeader

QName problemHeader

subsubcode

QName subsubcode

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

Serialized Fields

name

QName name

Package com.sun.xml.ws.api

Class com.sun.xml.ws.api.PropertySet.PropertyMap extends org.jvnet.ws.message.BasePropertySet.PropertyMap implements Serializable


Package com.sun.xml.ws.api.ha

Class com.sun.xml.ws.api.ha.HighAvailabilityProviderException extends WebServiceException 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

serialVersionUID: -6358045781349627237L

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.


soapVersion

SOAPVersion soapVersion

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

Class com.sun.xml.ws.fault.ServerSOAPFaultException extends SOAPFaultException 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.spi.db

Class com.sun.xml.ws.spi.db.DatabindingException extends RuntimeException 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

Class com.sun.xml.ws.transport.Headers extends TreeMap<String,List<String>> 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.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 WebServiceException implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serial Data:
Default fields, followed by information in Localizable which comprises of. ResourceBundle name, then key and followed by arguments array. If there is no arguments array, then -1 is written. If there is a argument array (possible of zero length) then the array length is written as an integer, followed by each argument (Object). If the Object is serializable, the argument is written. Otherwise the output of Object.toString() is written.
Throws:
IOException

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

Serialized Fields

location

Locator[] location
Locations related to error.


Package com.sun.xml.ws.wsdl

Class com.sun.xml.ws.wsdl.DispatchException extends Exception implements Serializable

Serialized Fields

fault

Message fault

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

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

serialVersionUID: 1L

Serialized Fields

errors

List<E> errors



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.