Serialized Form


Package com.sun.jersey.api

Class com.sun.jersey.api.ConflictException extends javax.ws.rs.WebApplicationException implements Serializable

Class com.sun.jersey.api.NotFoundException extends javax.ws.rs.WebApplicationException implements Serializable


Package com.sun.jersey.api.client

Class com.sun.jersey.api.client.AsyncWebResource$1 extends java.lang.Object implements Serializable

Class com.sun.jersey.api.client.AsyncWebResource$2 extends java.lang.Object implements Serializable

Class com.sun.jersey.api.client.ClientHandlerException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.client.UniformInterfaceException extends java.lang.RuntimeException implements Serializable


Package com.sun.jersey.api.container

Class com.sun.jersey.api.container.ContainerException extends java.lang.RuntimeException implements Serializable

Class com.sun.jersey.api.container.MappableContainerException extends ContainerException implements Serializable


Package com.sun.jersey.api.representation

Class com.sun.jersey.api.representation.Form extends MultivaluedMapImpl implements Serializable

serialVersionUID: 2572713614319991270L


Package com.sun.jersey.core.header

Class com.sun.jersey.core.header.InBoundHeaders extends StringKeyStringValueIgnoreCaseMultivaluedMap implements Serializable

Class com.sun.jersey.core.header.OutBoundHeaders extends StringKeyObjectValueIgnoreCaseMultivaluedMap implements Serializable


Package com.sun.jersey.core.util

Class com.sun.jersey.core.util.KeyComparatorHashMap extends java.util.AbstractMap<K,V> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the HashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the HashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HashMap (the length of the bucket array) is emitted (int), followed by the size of the HashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the HashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

keyComparator

KeyComparator<K> keyComparator

Class com.sun.jersey.core.util.MultivaluedMapImpl extends java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> implements Serializable

serialVersionUID: -6052320403766368902L

Class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap extends KeyComparatorHashMap<java.lang.String,java.util.List<V>> implements Serializable

Class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.Object> implements Serializable

Class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.String> implements Serializable


Package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml

Class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements extends javax.xml.bind.JAXBElement<XhtmlElementType> implements Serializable

serialVersionUID: 1L


Package com.sun.jersey.spi.container.servlet

Class com.sun.jersey.spi.container.servlet.ServletContainer extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

requestInvoker

com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker<T> requestInvoker

responseInvoker

com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker<T> responseInvoker

config

javax.servlet.ServletConfig config

context

javax.servlet.ServletContext context

resourceConfig

ResourceConfig resourceConfig

application

WebApplication application

Package com.sun.jersey.spi.service

Class com.sun.jersey.spi.service.ServiceConfigurationError extends java.lang.Error implements Serializable



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.