Serialized Form


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

java.lang.String action

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

Serialized Fields

problemHeader

javax.xml.namespace.QName problemHeader

subsubcode

javax.xml.namespace.QName subsubcode

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

Serialized Fields

name

javax.xml.namespace.QName name

Package com.sun.xml.ws.api

Class com.sun.xml.ws.api.PropertySet.PropertyMap extends com.oracle.webservices.api.message.BasePropertySet.PropertyMap implements Serializable


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

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

java.util.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 java.lang.Exception implements Serializable

Serialized Fields

className

java.lang.String className

Package com.sun.xml.ws.encoding

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

Serialized Fields

flavor

java.awt.datatransfer.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 javax.xml.ws.soap.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 java.lang.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 java.util.TreeMap<java.lang.String,java.util.List<java.lang.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


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

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


Package com.sun.xml.ws.util

Class com.sun.xml.ws.util.ServiceConfigurationError extends java.lang.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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.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:
java.io.IOException

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

Serialized Fields

location

org.xml.sax.Locator[] location
Locations related to error.


Package com.sun.xml.ws.wsdl

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

Serialized Fields

fault

Message fault

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

java.util.List<E> errors



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