A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

A2EXmlStreamWriterProxy - Class in com.sun.jersey.json.impl.writer
 
A2EXmlStreamWriterProxy(XMLStreamWriter, Collection<String>) - Constructor for class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
AbstractBean<T> - Class in com.sun.jersey.server.impl.cdi
Base class implementing the CDI Bean interface.
AbstractBean(Class<?>, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractBean(Class<?>, Set<Annotation>) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractBean(Class<?>, Type, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
AbstractBean(Class<?>, Type, Set<Annotation>) - Constructor for class com.sun.jersey.server.impl.cdi.AbstractBean
 
abstractClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
AbstractClientRequestAdapter - Class in com.sun.jersey.api.client
Abstract implementation of ClientRequestAdapter that helps to adapt an existing ClientRequestAdapter instance.
AbstractClientRequestAdapter(ClientRequestAdapter) - Constructor for class com.sun.jersey.api.client.AbstractClientRequestAdapter
 
AbstractField - Class in com.sun.jersey.api.model
 
AbstractField(Field) - Constructor for class com.sun.jersey.api.model.AbstractField
 
AbstractHttpContextInjectable<T> - Class in com.sun.jersey.server.impl.inject
An injectable that obtains an injectable value given the HttpContext.
AbstractHttpContextInjectable() - Constructor for class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
 
AbstractImplicitViewMethod - Class in com.sun.jersey.api.model
Abstraction for an implicit view method.
AbstractImplicitViewMethod(AbstractResource) - Constructor for class com.sun.jersey.api.model.AbstractImplicitViewMethod
 
AbstractJAXBElementProvider - Class in com.sun.jersey.core.provider.jaxb
An abstract provider for JAXBElement.
AbstractJAXBElementProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
AbstractJAXBElementProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
AbstractJAXBProvider<T> - Class in com.sun.jersey.core.provider.jaxb
A base class for implementing JAXB-based readers and writers.
AbstractJAXBProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
AbstractJAXBProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
AbstractListElementProvider - Class in com.sun.jersey.core.provider.jaxb
An abstract provider for T[], Collection<T>, and its subtypes as long as they have the public default constructor or are interfaces implemented by one the following classes: ArrayList LinkedList HashSet TreeSet Stack T must be a JAXB type annotated with XmlRootElement.
AbstractListElementProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
AbstractListElementProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
AbstractMessageReaderWriterProvider<T> - Class in com.sun.jersey.core.provider
 
AbstractMessageReaderWriterProvider() - Constructor for class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
 
AbstractMethod - Class in com.sun.jersey.api.model
 
AbstractMethod(AbstractResource, Method, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractMethod
 
AbstractModelComponent - Interface in com.sun.jersey.api.model
 
AbstractModelValidator - Class in com.sun.jersey.server.impl.modelapi.validation
Abstract resource model validator allows to simply implement validators of resource model.
AbstractModelValidator() - Constructor for class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
 
AbstractModelVisitor - Interface in com.sun.jersey.api.model
The interface was originatelly created to allow implementing validators of the abstract resource model.
AbstractResource - Class in com.sun.jersey.api.model
Abstraction for resource class
AbstractResource(Class<?>) - Constructor for class com.sun.jersey.api.model.AbstractResource
Creates a new instance of AbstractResource
AbstractResource(Class<?>, PathValue) - Constructor for class com.sun.jersey.api.model.AbstractResource
Creates a new instance of AbstractResource
AbstractResource(String, AbstractResource) - Constructor for class com.sun.jersey.api.model.AbstractResource
Create a new instance from an existing AbstractResource but defining a new path.
AbstractResourceConstructor - Class in com.sun.jersey.api.model
Abstraction for a resource class constructor
AbstractResourceConstructor(Constructor) - Constructor for class com.sun.jersey.api.model.AbstractResourceConstructor
Creates a new instance of AbstractResourceConstructor
AbstractResourceMethod - Class in com.sun.jersey.api.model
Abstraction for a resource method
AbstractResourceMethod(AbstractResource, Method, Class, Type, String, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractResourceMethod
 
AbstractResourceMethodDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
A partial implementation of ResourceMethodDispatchProvider that creates instances of RequestDispatcher.
AbstractResourceMethodDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
 
AbstractResourceModelContext - Interface in com.sun.jersey.api.model
Abstraction for abstract resources contained within a specific context (such as an application).
AbstractResourceModelListener - Interface in com.sun.jersey.api.model
To get notifications on abstract resource model events, implement this interface and register your implementation class with the corresponding application.
AbstractRootElementProvider - Class in com.sun.jersey.core.provider.jaxb
An abstract provider for JAXB types that are annotated with XmlRootElement or XmlType.
AbstractRootElementProvider(Providers) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
AbstractRootElementProvider(Providers, MediaType) - Constructor for class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
AbstractRuntimeDelegate - Class in com.sun.jersey.core.spi.factory
An abstract implementation of RuntimeDelegate that provides support common to the client and server.
AbstractRuntimeDelegate() - Constructor for class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
AbstractSetterMethod - Class in com.sun.jersey.api.model
 
AbstractSetterMethod(AbstractResource, Method, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractSetterMethod
 
AbstractSubResourceLocator - Class in com.sun.jersey.api.model
Abstraction for a sub resource locator
AbstractSubResourceLocator(AbstractResource, Method, PathValue, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractSubResourceLocator
Creates a new instance of AbstractSubResourceLocator
AbstractSubResourceMethod - Class in com.sun.jersey.api.model
 
AbstractSubResourceMethod(AbstractResource, Method, Class, Type, PathValue, String, Annotation[]) - Constructor for class com.sun.jersey.api.model.AbstractSubResourceMethod
 
accept(MediaType...) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
accept(String...) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
accept(MediaType...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
accept(String...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
accept(MediaType...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
accept(String...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
accept(MediaType...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable media types.
accept(String...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable media types.
accept(MediaType...) - Method in class com.sun.jersey.api.client.ViewResource
 
accept(String...) - Method in class com.sun.jersey.api.client.ViewResource
 
accept(MediaType...) - Method in class com.sun.jersey.api.client.WebResource
 
accept(String...) - Method in class com.sun.jersey.api.client.WebResource
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractField
 
accept(AbstractModelVisitor) - Method in interface com.sun.jersey.api.model.AbstractModelComponent
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractResource
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
accept(AbstractModelVisitor) - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.template.ViewableRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.ResourceClassRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.ResourceObjectRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.RightHandPathRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule
Accept the rule.
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.SubLocatorRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.TerminatingRule
 
accept(CharSequence, Object, UriRuleContext) - Method in interface com.sun.jersey.spi.uri.rules.UriRule
Accept the rule.
AcceptableLanguageTag - Class in com.sun.jersey.core.header
An acceptable language tag.
AcceptableLanguageTag(String, String) - Constructor for class com.sun.jersey.core.header.AcceptableLanguageTag
 
AcceptableLanguageTag(String) - Constructor for class com.sun.jersey.core.header.AcceptableLanguageTag
 
AcceptableLanguageTag(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.AcceptableLanguageTag
 
AcceptableMediaType - Class in com.sun.jersey.core.header
An acceptable media type.
AcceptableMediaType(String, String) - Constructor for class com.sun.jersey.core.header.AcceptableMediaType
 
AcceptableMediaType(String, String, int, Map<String, String>) - Constructor for class com.sun.jersey.core.header.AcceptableMediaType
 
AcceptableToken - Class in com.sun.jersey.core.header
An acceptable token.
AcceptableToken(String) - Constructor for class com.sun.jersey.core.header.AcceptableToken
 
AcceptableToken(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.AcceptableToken
 
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
acceptLanguage(Locale...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable languages
acceptLanguage(String...) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add acceptable languages
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.ViewResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.ViewResource
 
acceptLanguage(Locale...) - Method in class com.sun.jersey.api.client.WebResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.WebResource
 
acr - Variable in class com.sun.jersey.spi.container.AdaptingContainerRequest
The adapted container request.
acr - Variable in class com.sun.jersey.spi.container.AdaptingContainerResponse
The adapted container response.
Activator - Class in com.sun.jersey.client.osgi
 
Activator() - Constructor for class com.sun.jersey.client.osgi.Activator
 
Activator - Class in com.sun.jersey.core.osgi
 
Activator() - Constructor for class com.sun.jersey.core.osgi.Activator
 
Activator - Class in com.sun.jersey.server.osgi
 
Activator() - Constructor for class com.sun.jersey.server.osgi.Activator
 
adapt(ClientRequest, OutputStream) - Method in interface com.sun.jersey.api.client.ClientRequestAdapter
Adapt the output stream of the client request.
adapt(ClientRequest, OutputStream) - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
adapt(ResourceMethodDispatchProvider) - Method in interface com.sun.jersey.spi.container.ResourceMethodDispatchAdapter
Adapt a @{link ResourceMethodDispatchProvider}.
adapt(DispatchingListener) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListenerAdapter
adapt(RequestListener) - Method in interface com.sun.jersey.spi.monitoring.RequestListenerAdapter
adapt(ResponseListener) - Method in interface com.sun.jersey.spi.monitoring.ResponseListenerAdapter
AdaptingContainerRequest - Class in com.sun.jersey.spi.container
An adapting in-bound HTTP request that may override the behaviour of ContainerRequest.
AdaptingContainerRequest(ContainerRequest) - Constructor for class com.sun.jersey.spi.container.AdaptingContainerRequest
Create the adapting container request.
AdaptingContainerResponse - Class in com.sun.jersey.spi.container
An adapting in-bound HTTP response that may override the behaviour of ContainerResponse.
AdaptingContainerResponse(ContainerResponse) - Constructor for class com.sun.jersey.spi.container.AdaptingContainerResponse
Create the adapting container response.
add(Application) - Method in class com.sun.jersey.api.core.ResourceConfig
Add the state of an Application to this instance.
add(InjectableProvider) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
add() - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
add(String, String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
add(String, Object) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
add(String, V) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
add(K, V) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
add(Closeable) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
add(String, T, UriPattern) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Adds a new node to the tree.
add(Object...) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
add(Closeable) - Method in interface com.sun.jersey.spi.CloseableService
Add an instance of Closeable that is to be closed when the request goes out of scope.
addAttribute(QName, String) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
addChild(Object) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
addDateParameter(StringBuilder, String, Date) - Method in class com.sun.jersey.core.header.ContentDisposition
 
addFilter(ClientFilter) - Method in class com.sun.jersey.api.client.filter.Filterable
Add a filter to the filter chain.
addFirst(String, String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
addIrregular(String, String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Add the addSingular and addPlural forms of words that cannot be converted using the normal rules.
addListener(ContainerListener) - Method in interface com.sun.jersey.spi.container.ContainerNotifier
Add a container listener to be notified when the container events occur.
addLongParameter(StringBuilder, String, Long) - Method in class com.sun.jersey.core.header.ContentDisposition
 
addObject(String, Object) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
addPlural(String, String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Add a match pattern and replacement rule for converting addPlural forms to addSingular forms.
addPlural(String, String, boolean) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Add a match pattern and replacement rule for converting addPlural forms to addSingular forms.
addResolver(WadlGenerator.Resolver) - Method in class com.sun.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
addSingular(String, String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Add a match pattern and replacement rule for converting addSingular forms to addPlural forms.
addSingular(String, String, boolean) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Add a match pattern and replacement rule for converting addSingular forms to addPlural forms.
addStringParameter(StringBuilder, String, String) - Method in class com.sun.jersey.core.header.ContentDisposition
 
addTraceHeaders() - Method in class com.sun.jersey.api.core.TraceInformation
 
addTraceHeaders(TraceInformation.TraceHeaderListener) - Method in class com.sun.jersey.api.core.TraceInformation
 
addUncountable(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Add a word that cannot be converted between addSingular and addPlural.
allow - Variable in class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
 
AMBIGUOUS_CTORS(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A root resource, {0}, has ambiguous constructors to use for initialization
AMBIGUOUS_PARAMETER(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter.
AMBIGUOUS_RMS_IN(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource, {0}, has ambiguous resource method for HTTP method {1} and input mime-type: {2}.
AMBIGUOUS_RMS_OUT(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource, {0}, has ambiguous resource method for HTTP method {1} and output mime-type: {2}.
AMBIGUOUS_RR_PATH(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A root resource, {0}, has a non-unique URI template {1}
AMBIGUOUS_SRLS(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource, {0}, has ambiguous sub-resource locator for URI template {1}, which matches with template {2}
AMBIGUOUS_SRMS_IN(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and input mime-type: {3}.
AMBIGUOUS_SRMS_OUT(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and output mime-type: {3}.
AnnotatedCallableImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedCallable interface.
AnnotatedCallableImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Member, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
 
AnnotatedConstructorImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedConstructor interface.
AnnotatedConstructorImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Constructor, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
 
AnnotatedConstructorImpl(AnnotatedConstructor<T>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
 
AnnotatedContext - Class in com.sun.jersey.core.spi.component
A component context for an accessible object and/or an array of annotations.
AnnotatedContext() - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedContext(Annotation[]) - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedContext(AccessibleObject) - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedContext(AccessibleObject, Annotation[]) - Constructor for class com.sun.jersey.core.spi.component.AnnotatedContext
 
AnnotatedFieldImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedField interface.
AnnotatedFieldImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Field, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
AnnotatedFieldImpl(AnnotatedField<? super T>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
AnnotatedFieldImpl(AnnotatedField<? super T>, Set<Annotation>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
AnnotatedImpl - Class in com.sun.jersey.server.impl.cdi
Implements the CDI Annotated interface.
AnnotatedImpl(Type, Set<Type>, Set<Annotation>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
AnnotatedMemberImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedMember interface.
AnnotatedMemberImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Member, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
AnnotatedMethod - Class in com.sun.jersey.core.reflection
 
AnnotatedMethod(Method) - Constructor for class com.sun.jersey.core.reflection.AnnotatedMethod
 
AnnotatedMethodImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedMethod interface.
AnnotatedMethodImpl(Type, Set<Type>, Set<Annotation>, AnnotatedType<T>, Method, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
AnnotatedMethodImpl(AnnotatedMethod<? super T>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
AnnotatedMethodImpl(AnnotatedMethod<? super T>, Set<Annotation>, AnnotatedType<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
AnnotatedParameterImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedParameter interface.
AnnotatedParameterImpl(Type, Set<Type>, Set<Annotation>, AnnotatedCallable<T>, int) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
AnnotatedParameterImpl(AnnotatedParameter<? super T>, AnnotatedCallable<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
AnnotatedParameterImpl(AnnotatedParameter<? super T>, Set<Annotation>, AnnotatedCallable<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
AnnotatedTypeImpl<T> - Class in com.sun.jersey.server.impl.cdi
Implements the CDI AnnotatedType interface.
AnnotatedTypeImpl(Type, Set<Type>, Set<Annotation>, Class<T>) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
AnnotatedTypeImpl(AnnotatedType) - Constructor for class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
annotationDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
AnnotationDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for annotations.
Created on: Jun 12, 2008
AnnotationDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
AnnotationResourceFilterFactory - Class in com.sun.jersey.server.impl.container.filter
 
AnnotationResourceFilterFactory(FilterFactory) - Constructor for class com.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
 
AnnotationScannerListener - Class in com.sun.jersey.spi.scanning
A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
AnnotationScannerListener(Class<? extends Annotation>...) - Constructor for class com.sun.jersey.spi.scanning.AnnotationScannerListener
Create a scanner listener to check for annotated Java classes in Java class files.
AnnotationScannerListener(ClassLoader, Class<? extends Annotation>...) - Constructor for class com.sun.jersey.spi.scanning.AnnotationScannerListener
Create a scanner listener to check for annotated Java classes in Java class files.
any - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
 
any - Variable in class com.sun.research.ws.wadl.Application
 
any - Variable in class com.sun.research.ws.wadl.Grammars
 
any - Variable in class com.sun.research.ws.wadl.Link
 
any - Variable in class com.sun.research.ws.wadl.Method
 
any - Variable in class com.sun.research.ws.wadl.Option
 
any - Variable in class com.sun.research.ws.wadl.Param
 
any - Variable in class com.sun.research.ws.wadl.Representation
 
any - Variable in class com.sun.research.ws.wadl.Request
 
any - Variable in class com.sun.research.ws.wadl.Resource
 
any - Variable in class com.sun.research.ws.wadl.Resources
 
any - Variable in class com.sun.research.ws.wadl.ResourceType
 
any - Variable in class com.sun.research.ws.wadl.Response
 
ANY_MATCH - Static variable in class com.sun.jersey.core.header.MatchingEntityTag
An empty set that corresponds to If-Match: * or If-None-Match: *.
ApiMessages - Class in com.sun.jersey.impl
Defines string formatting method for each constant in the resource file
ApiMessages() - Constructor for class com.sun.jersey.impl.ApiMessages
 
appendEscapingQuotes(StringBuilder, String) - Static method in class com.sun.jersey.core.impl.provider.header.WriterUtil
 
appendQuoted(StringBuilder, String) - Static method in class com.sun.jersey.core.impl.provider.header.WriterUtil
 
appendQuotedIfWhitespace(StringBuilder, String) - Static method in class com.sun.jersey.core.impl.provider.header.WriterUtil
 
appendQuotedIfWhiteSpaceOrQuote(StringBuilder, String) - Static method in class com.sun.jersey.core.impl.provider.header.WriterUtil
 
Application - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class com.sun.research.ws.wadl.Application
 
APPLICATION_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
APPLICATION_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.WebComponent
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
ApplicationAdapter - Class in com.sun.jersey.api.core
An extension of DefaultResourceConfig that adapts an instance of Application.
ApplicationAdapter(Application) - Constructor for class com.sun.jersey.api.core.ApplicationAdapter
 
ApplicationDescription - Class in com.sun.jersey.server.wadl
This class is designed to combine the Application instance with any other external metadata that might be required to describe the application.
ApplicationDescription.ExternalGrammar - Class in com.sun.jersey.server.wadl
A simple holder class that stores a type and binary content to be used to return extra metadata with
ApplicationDescription.ExternalGrammar(MediaType, byte[]) - Constructor for class com.sun.jersey.server.wadl.ApplicationDescription.ExternalGrammar
 
ApplicationDocs - Class in com.sun.jersey.server.wadl.generators
The wrapper root document for multiple Doc elements.
ApplicationDocs() - Constructor for class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
areInputTypesDeclared() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
areOutputTypesDeclared() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
arrays - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
arrays(String...) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedBuilder
Adds name(s) to JSON arrays configuration property.
AsyncClientHandler - Interface in com.sun.jersey.api.client.async
An asynchronous client handler for invoking asynchronous client requests.
asyncResource(String) - Method in class com.sun.jersey.api.client.Client
Create an asynchronous Web resource from the client.
asyncResource(URI) - Method in class com.sun.jersey.api.client.Client
Create an asynchronous Web resource from the client.
AsyncUniformInterface - Interface in com.sun.jersey.api.client
An asynchronous uniform interface for invoking HTTP requests.
asyncView(String, Class<T>) - Method in class com.sun.jersey.api.client.Client
 
asyncView(URI, Class<T>) - Method in class com.sun.jersey.api.client.Client
 
asyncView(String, T) - Method in class com.sun.jersey.api.client.Client
 
asyncView(URI, T) - Method in class com.sun.jersey.api.client.Client
 
asyncView(Class<T>, ClientRequest, AsyncClientHandler) - Method in interface com.sun.jersey.client.proxy.ViewProxy
 
asyncView(T, ClientRequest, AsyncClientHandler) - Method in interface com.sun.jersey.client.proxy.ViewProxy
 
AsyncViewResource - Class in com.sun.jersey.api.client
 
AsyncViewResource(Client, URI) - Constructor for class com.sun.jersey.api.client.AsyncViewResource
 
AsyncViewResource(AsyncViewResource, UriBuilder) - Constructor for class com.sun.jersey.api.client.AsyncViewResource
 
asyncViewResource(String) - Method in class com.sun.jersey.api.client.Client
 
asyncViewResource(URI) - Method in class com.sun.jersey.api.client.Client
 
AsyncViewResource.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance and handling the request using the UniformInterface.
AsyncViewUniformInterface - Interface in com.sun.jersey.api.client
 
AsyncWebResource - Class in com.sun.jersey.api.client
An encapsulation of an asynchronous Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
AsyncWebResource(Client, CopyOnWriteHashMap<String, Object>, URI) - Constructor for class com.sun.jersey.api.client.AsyncWebResource
 
AsyncWebResource(AsyncWebResource, UriBuilder) - Constructor for class com.sun.jersey.api.client.AsyncWebResource
 
AsyncWebResource.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance and handling the request using the UniformInterface.
AtomEntryProvider - Class in com.sun.jersey.atom.rome.impl.provider.entity
 
AtomEntryProvider() - Constructor for class com.sun.jersey.atom.rome.impl.provider.entity.AtomEntryProvider
 
AtomFeedProvider - Class in com.sun.jersey.atom.rome.impl.provider.entity
 
AtomFeedProvider() - Constructor for class com.sun.jersey.atom.rome.impl.provider.entity.AtomFeedProvider
 
AtomicMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
Rules associated with instances of {@link UriPattern) and matched to return at most one match.
AtomicMatchingPatterns(Collection<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.AtomicMatchingPatterns
 
attachTypes(ApplicationDescription) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
attachTypes(ApplicationDescription) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
attachTypes(ApplicationDescription) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
attachTypes(ApplicationDescription) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
attachTypes(ApplicationDescription) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
Process the elements in the WADL definition to attach schema types as required.
attachTypes(ApplicationDescription) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
attribute - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
attributeAsElement(String...) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedBuilder
Adds name(s) toJSON attributes as elements property.
attrsAsElems - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
AutomataMatchingUriTemplateRules<R> - Class in com.sun.jersey.server.impl.uri.rules.automata
UriRules implementation based on a TRIE/Finite Automata.
AutomataMatchingUriTemplateRules(List<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.AutomataMatchingUriTemplateRules
 
available() - Method in class com.sun.jersey.json.impl.BufferingInputOutputStream
 
available() - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
available() - Method in class com.sun.jersey.json.impl.JsonRootEatingInputStreamFilter
 

B

BAD_ACCEPT_FIELD(Object) - Static method in class com.sun.jersey.impl.ImplMessages
The HTTP header field "Accept" with value "{0}" could not be parsed.
BAD_CLASS_CONSUMEMIME(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on Web resource.
BAD_CLASS_PRODUCEMIME(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": MIME types "{1}" of @ProcudeMime could not be processed on Web resource.
BAD_CONSUMEMIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource.
BAD_CONTENT_TYPE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
The HTTP header field "Content-Type" with value "{0}" could not be parsed.
BAD_METHOD_CONSUMEMIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on method "{2} of Web Resource.
BAD_METHOD_HTTPMETHOD(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource.
BAD_METHOD_PRODUCEMIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": MIME types "{1}" of @ProduceMime could not be processed on method "{2} of Web Resource.
BAD_MIME_TYPE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
The MIME type of the representation with value "{0}" could not be parsed.
BAD_URITEMPLATE(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Web resource, "{0}": URI template "{1}" of @Path could not be processed on Web resource.
badClassConsumes(Exception, Class, Consumes) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badClassProduces(Exception, Class, Produces) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badgerFish() - Static method in class com.sun.jersey.api.json.JSONConfiguration
A static method for obtaining a builder of JSONConfiguration instance, which will use JSONConfiguration.Notation.BADGERFISH JSON notation.
badMethodConsumes(Exception, Class, Method, Consumes) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badMethodHttpMethod(Class, Method, HttpMethod) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
badMethodProduces(Exception, Class, Method, Produces) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
base - Variable in class com.sun.research.ws.wadl.Resources
 
Base64 - Class in com.sun.jersey.core.util
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class com.sun.jersey.core.util.Base64
 
base64Decode(String) - Static method in class com.sun.jersey.core.util.Base64
 
BaseFormProvider<T extends javax.ws.rs.core.MultivaluedMap<String,String>> - Class in com.sun.jersey.core.impl.provider.entity
 
BaseFormProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.BaseFormProvider
 
BaseJSONMarshaller - Class in com.sun.jersey.json.impl
 
BaseJSONMarshaller(JAXBContext, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.BaseJSONMarshaller
 
BaseJSONMarshaller(Marshaller, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.BaseJSONMarshaller
 
BaseJSONUnmarshaller - Class in com.sun.jersey.json.impl
 
BaseJSONUnmarshaller(JAXBContext, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
BaseJSONUnmarshaller(Unmarshaller, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
BaseParamInjectableProvider<A extends Annotation> - Class in com.sun.jersey.server.impl.model.parameter
 
BaseRule - Class in com.sun.jersey.server.impl.uri.rules
Abstract class for a rule that manages capturing group names.
BaseRule(UriTemplate) - Constructor for class com.sun.jersey.server.impl.uri.rules.BaseRule
Public constructor.
BasicValidator - Class in com.sun.jersey.server.impl.modelapi.validation
Performs a basic check on abstract resources.
BasicValidator() - Constructor for class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
BeanGenerator - Class in com.sun.jersey.server.impl.cdi
Generates any number of plain bean classes on the fly, loading them with the thread context class loader.
Binding - Annotation Type in com.sun.jersey.server.linking
Specifies the binding between a URI template parameter and a bean property.
BUFFER_SIZE - Static variable in class com.sun.jersey.core.util.ReaderWriter
The buffer size for arrays of byte and character.
BUFFER_SIZE_SYSTEM_PROPERTY - Static variable in class com.sun.jersey.core.util.ReaderWriter
The system property to set the default buffer size for arrays of byte and character.
bufferEntity() - Method in class com.sun.jersey.api.client.ClientResponse
Buffer the entity.
BufferingInputOutputStream - Class in com.sun.jersey.json.impl
 
BufferingInputOutputStream() - Constructor for class com.sun.jersey.json.impl.BufferingInputOutputStream
 
build(URI, String) - Method in class com.sun.jersey.api.client.ClientRequest.Builder
Build the ClientRequest instance.
build() - Method in class com.sun.jersey.api.JResponse.JResponseBuilder
Create a JResponse instance from the current JResponseBuilder.
build() - Method in class com.sun.jersey.api.json.JSONConfiguration.Builder
Constructs a new immutable JSONConfiguration object based on options set on this Builder
build(Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
build() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
build() - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Build the content disposition.
build() - Method in class com.sun.jersey.core.header.FormDataContentDisposition.FormDataContentDispositionBuilder
 
build() - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
build() - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
build() - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
buildFromEncoded(Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
buildFromMap(Map<String, ? extends Object>) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
BuildId - Class in com.sun.jersey.server.impl
 
BuildId() - Constructor for class com.sun.jersey.server.impl.BuildId
 
buildURI(RefDescriptor, Object, Object, Object, UriInfo) - Static method in class com.sun.jersey.server.linking.el.LinkBuilder
 
bundleChanged(BundleEvent) - Method in class com.sun.jersey.core.osgi.Activator
 
BundleSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
 
BundleSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.BundleSchemeScanner
 
BYTE_ARRAY_CANNOT_BE_NULL() - Static method in class com.sun.jersey.impl.ImplMessages
data parameter, of type byte[], cannot be null.
ByteArrayProvider - Class in com.sun.jersey.core.impl.provider.entity
 
ByteArrayProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 

C

c - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
The class.
c - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.TypeClassPair
 
c - Variable in class com.sun.jersey.core.spi.component.ComponentInjector
 
CACHE_CONTROL - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
cacheControl(CacheControl) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the cache control.
cacheControl(CacheControl) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
CacheControlProvider - Class in com.sun.jersey.core.impl.provider.header
 
CacheControlProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.CacheControlProvider
 
CachedEntityContainerRequest - Class in com.sun.jersey.spi.container
A cached entity in-bound HTTP request that caches the entity instance obtained from the adapted container request.
CachedEntityContainerRequest(ContainerRequest) - Constructor for class com.sun.jersey.spi.container.CachedEntityContainerRequest
 
camelize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Convert strings to EmbeddedCamelCase.
camelize(String, boolean) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Convert word strings consisting of lower case letters and underscore characters between words into embeddedCamelCase or EmbeddedCamelCase, depending on the lower flag.
cancel(boolean) - Method in class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
CDIComponentProviderFactory - Class in com.sun.jersey.server.impl.cdi
Factory for IoCComponentProvider for CDI beans.
CDIComponentProviderFactory(Object, ResourceConfig, WebApplication) - Constructor for class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
CDIComponentProviderFactoryInitializer - Class in com.sun.jersey.server.impl.cdi
Initializes the factory for IoCComponentProvider(s) for CDI beans.
CDIComponentProviderFactoryInitializer() - Constructor for class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer
 
CDIExtension - Class in com.sun.jersey.server.impl.cdi
 
CDIExtension() - Constructor for class com.sun.jersey.server.impl.cdi.CDIExtension
 
CharactersEvent - Class in com.sun.jersey.json.impl.reader
 
CharactersEvent(String, Location) - Constructor for class com.sun.jersey.json.impl.reader.CharactersEvent
 
classDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
 
ClassDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for classes.
Created on: Jun 12, 2008
ClassDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
classForName(String) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the Class from the class name.
classForName(String, ClassLoader) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the Class from the class name.
classForNameWithException(String) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the Class from the class name.
classForNameWithException(String, ClassLoader) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the Class from the class name.
classify(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Create and return a simple class name that corresponds to a addPlural table name.
ClassNamesResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that explicitly declares for root resource and provider classes.
ClassNamesResourceConfig(Class...) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
Declare an array of root resource and provider classes.
ClassNamesResourceConfig(String...) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
Declare root resource and provider class as an array of class names.
ClassNamesResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.ClassNamesResourceConfig
Declare root resource and provider classes declaring the class names as a property of ResourceConfig.
ClasspathResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the files and directories declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
ClasspathResourceConfig() - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
 
ClasspathResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
 
ClasspathResourceConfig(String[]) - Constructor for class com.sun.jersey.api.core.ClasspathResourceConfig
 
cleanIssueList() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
Removes all issues from the current issue list.
clear() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
clear() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Removes all mappings from this map.
clear() - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Removes all of the mappings from this map.
clear() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
Client - Class in com.sun.jersey.api.client
The main class for creating WebResource instances and configuring the properties of connections and requests.
Client() - Constructor for class com.sun.jersey.api.client.Client
Create a new client instance.
Client(ClientHandler) - Constructor for class com.sun.jersey.api.client.Client
Create a new client instance.
Client(ClientHandler, ClientConfig) - Constructor for class com.sun.jersey.api.client.Client
Create a new client instance with a client configuration.
Client(ClientHandler, ClientConfig, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.api.client.Client
Create a new instance with a client configuration and a component provider.
CLIENT_ERROR - Static variable in class com.sun.jersey.api.Responses
 
ClientConfig - Interface in com.sun.jersey.api.client.config
The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
clientError() - Static method in class com.sun.jersey.api.Responses
 
ClientFilter - Class in com.sun.jersey.api.client.filter
A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
ClientFilter() - Constructor for class com.sun.jersey.api.client.filter.ClientFilter
 
ClientHandler - Interface in com.sun.jersey.api.client
A client handler that handles a HTTP request and returns the HTTP response.
ClientHandlerException - Exception in com.sun.jersey.api.client
A runtime exception thrown by a client handler that signals a failure to process the HTTP request or HTTP response.
ClientHandlerException() - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientHandlerException(String) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientHandlerException(String, Throwable) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientHandlerException(Throwable) - Constructor for exception com.sun.jersey.api.client.ClientHandlerException
 
ClientRequest - Class in com.sun.jersey.api.client
A client (out-bound) HTTP request.
ClientRequest() - Constructor for class com.sun.jersey.api.client.ClientRequest
 
ClientRequest.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance.
ClientRequest.Builder() - Constructor for class com.sun.jersey.api.client.ClientRequest.Builder
 
ClientRequestAdapter - Interface in com.sun.jersey.api.client
Adapter for the client request to adapt the output stream to write the entity.
ClientRequestImpl - Class in com.sun.jersey.client.impl
 
ClientRequestImpl(URI, String) - Constructor for class com.sun.jersey.client.impl.ClientRequestImpl
 
ClientRequestImpl(URI, String, Object) - Constructor for class com.sun.jersey.client.impl.ClientRequestImpl
 
ClientRequestImpl(URI, String, Object, MultivaluedMap<String, Object>) - Constructor for class com.sun.jersey.client.impl.ClientRequestImpl
 
ClientResponse - Class in com.sun.jersey.api.client
A client (in-bound) HTTP response.
ClientResponse(int, InBoundHeaders, InputStream, MessageBodyWorkers) - Constructor for class com.sun.jersey.api.client.ClientResponse
 
ClientResponse.Status - Enum in com.sun.jersey.api.client
Status codes defined by HTTP, see HTTP/1.1 documentation.
ClientSide - Class in com.sun.jersey.spi.inject
 
ClientSide() - Constructor for class com.sun.jersey.spi.inject.ClientSide
 
clone() - Method in class com.sun.jersey.api.client.ClientRequest
Clone the request.
clone() - Method in class com.sun.jersey.api.core.ResourceConfig
Clone this resource configuration.
clone() - Method in class com.sun.jersey.api.JResponse.JResponseBuilder
Create a shallow copy preserving state.
clone() - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
clone() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
clone() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
clone() - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
clone() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
clone() - Method in interface com.sun.jersey.spi.container.WebApplication
Clone the WebApplication instance.
close() - Method in class com.sun.jersey.api.client.ClientResponse
Close the response.
close() - Method in class com.sun.jersey.api.client.CommittingOutputStream
 
close() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
close() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
close() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
close() - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
close() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
close() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
close() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
close() - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
close() - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
close(HttpContext) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
CloseableService - Interface in com.sun.jersey.spi
A closeable service to add instances of Closeable that are required to be closed.
CloseableServiceFactory - Class in com.sun.jersey.server.impl.application
 
CloseableServiceFactory(HttpContext) - Constructor for class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
closing(String) - Method in class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
Obtain a Closing of the jar file.
Closing - Class in com.sun.jersey.core.util
A helper class to aid the closing of InputStream.
Closing(InputStream) - Constructor for class com.sun.jersey.core.util.Closing
 
Closing.Closure - Interface in com.sun.jersey.core.util
 
code - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Character that match this arc.
com.sun.jersey.api - package com.sun.jersey.api
Provides support for responses and exceptions.
com.sun.jersey.api.client - package com.sun.jersey.api.client
Provides support for client-side communication with HTTP-based RESTful Web services.
com.sun.jersey.api.client.async - package com.sun.jersey.api.client.async
 
com.sun.jersey.api.client.config - package com.sun.jersey.api.client.config
Provides support for configuration of a Client.
com.sun.jersey.api.client.filter - package com.sun.jersey.api.client.filter
Provides support for client filter chains and filters.
com.sun.jersey.api.container - package com.sun.jersey.api.container
Provides support for creating HTTP-based containers.
com.sun.jersey.api.container.filter - package com.sun.jersey.api.container.filter
Provides common server-side filters.
com.sun.jersey.api.container.httpserver - package com.sun.jersey.api.container.httpserver
Provides support for creating a Light weight HTTP server HTTP container.
com.sun.jersey.api.core - package com.sun.jersey.api.core
Provides support for configuration.
com.sun.jersey.api.json - package com.sun.jersey.api.json
Provides support for enabling and configuring JSON.
com.sun.jersey.api.model - package com.sun.jersey.api.model
Provides an abstract model of a resource class.
com.sun.jersey.api.provider.jaxb - package com.sun.jersey.api.provider.jaxb
 
com.sun.jersey.api.representation - package com.sun.jersey.api.representation
Provides support for particular representations.
com.sun.jersey.api.uri - package com.sun.jersey.api.uri
Provides support for JAX-RS URI templates and encoding/decoding URI components.
com.sun.jersey.api.view - package com.sun.jersey.api.view
Provides support for Model, View and Controller (MVC).
com.sun.jersey.api.wadl - package com.sun.jersey.api.wadl
Provides support for WADL generation.
com.sun.jersey.api.wadl.config - package com.sun.jersey.api.wadl.config
Provides support for configuring WADL generation.
com.sun.jersey.atom.rome.impl - package com.sun.jersey.atom.rome.impl
 
com.sun.jersey.atom.rome.impl.provider.entity - package com.sun.jersey.atom.rome.impl.provider.entity
 
com.sun.jersey.client.impl - package com.sun.jersey.client.impl
 
com.sun.jersey.client.impl.async - package com.sun.jersey.client.impl.async
 
com.sun.jersey.client.osgi - package com.sun.jersey.client.osgi
 
com.sun.jersey.client.proxy - package com.sun.jersey.client.proxy
 
com.sun.jersey.client.urlconnection - package com.sun.jersey.client.urlconnection
 
com.sun.jersey.core.header - package com.sun.jersey.core.header
Provides support for HTTP headers.
com.sun.jersey.core.header.reader - package com.sun.jersey.core.header.reader
Provides support for reading HTTP headers.
com.sun.jersey.core.impl.provider.entity - package com.sun.jersey.core.impl.provider.entity
 
com.sun.jersey.core.impl.provider.header - package com.sun.jersey.core.impl.provider.header
 
com.sun.jersey.core.impl.provider.xml - package com.sun.jersey.core.impl.provider.xml
 
com.sun.jersey.core.osgi - package com.sun.jersey.core.osgi
 
com.sun.jersey.core.provider - package com.sun.jersey.core.provider
Provides support for provider-related classes.
com.sun.jersey.core.provider.jaxb - package com.sun.jersey.core.provider.jaxb
Provides support for JAXB-related message body readers and writers.
com.sun.jersey.core.reflection - package com.sun.jersey.core.reflection
Provides support for reflection.
com.sun.jersey.core.spi.component - package com.sun.jersey.core.spi.component
Provides support for components.
com.sun.jersey.core.spi.component.ioc - package com.sun.jersey.core.spi.component.ioc
Provides support for IoC-based components.
com.sun.jersey.core.spi.factory - package com.sun.jersey.core.spi.factory
Provides support for factories of particular component types.
com.sun.jersey.core.spi.scanning - package com.sun.jersey.core.spi.scanning
Provides support for class scanning.
com.sun.jersey.core.spi.scanning.uri - package com.sun.jersey.core.spi.scanning.uri
Provides support for package-based class scanning using URIs.
com.sun.jersey.core.util - package com.sun.jersey.core.util
Provides support for collection-based classes.
com.sun.jersey.fastinfoset.impl.provider.entity - package com.sun.jersey.fastinfoset.impl.provider.entity
 
com.sun.jersey.impl - package com.sun.jersey.impl
 
com.sun.jersey.json.impl - package com.sun.jersey.json.impl
 
com.sun.jersey.json.impl.provider.entity - package com.sun.jersey.json.impl.provider.entity
 
com.sun.jersey.json.impl.reader - package com.sun.jersey.json.impl.reader
 
com.sun.jersey.json.impl.writer - package com.sun.jersey.json.impl.writer
 
com.sun.jersey.localization - package com.sun.jersey.localization
 
com.sun.jersey.server.impl - package com.sun.jersey.server.impl
 
com.sun.jersey.server.impl.application - package com.sun.jersey.server.impl.application
 
com.sun.jersey.server.impl.cdi - package com.sun.jersey.server.impl.cdi
 
com.sun.jersey.server.impl.component - package com.sun.jersey.server.impl.component
 
com.sun.jersey.server.impl.container - package com.sun.jersey.server.impl.container
 
com.sun.jersey.server.impl.container.filter - package com.sun.jersey.server.impl.container.filter
 
com.sun.jersey.server.impl.container.httpserver - package com.sun.jersey.server.impl.container.httpserver
 
com.sun.jersey.server.impl.container.servlet - package com.sun.jersey.server.impl.container.servlet
 
com.sun.jersey.server.impl.ejb - package com.sun.jersey.server.impl.ejb
 
com.sun.jersey.server.impl.inject - package com.sun.jersey.server.impl.inject
 
com.sun.jersey.server.impl.managedbeans - package com.sun.jersey.server.impl.managedbeans
 
com.sun.jersey.server.impl.model - package com.sun.jersey.server.impl.model
 
com.sun.jersey.server.impl.model.method - package com.sun.jersey.server.impl.model.method
 
com.sun.jersey.server.impl.model.method.dispatch - package com.sun.jersey.server.impl.model.method.dispatch
 
com.sun.jersey.server.impl.model.parameter - package com.sun.jersey.server.impl.model.parameter
 
com.sun.jersey.server.impl.model.parameter.multivalued - package com.sun.jersey.server.impl.model.parameter.multivalued
 
com.sun.jersey.server.impl.modelapi.annotation - package com.sun.jersey.server.impl.modelapi.annotation
 
com.sun.jersey.server.impl.modelapi.validation - package com.sun.jersey.server.impl.modelapi.validation
 
com.sun.jersey.server.impl.monitoring - package com.sun.jersey.server.impl.monitoring
Provides support GlassFish monitoring.
com.sun.jersey.server.impl.provider - package com.sun.jersey.server.impl.provider
 
com.sun.jersey.server.impl.resource - package com.sun.jersey.server.impl.resource
 
com.sun.jersey.server.impl.template - package com.sun.jersey.server.impl.template
 
com.sun.jersey.server.impl.uri - package com.sun.jersey.server.impl.uri
 
com.sun.jersey.server.impl.uri.rules - package com.sun.jersey.server.impl.uri.rules
 
com.sun.jersey.server.impl.uri.rules.automata - package com.sun.jersey.server.impl.uri.rules.automata
 
com.sun.jersey.server.impl.wadl - package com.sun.jersey.server.impl.wadl
 
com.sun.jersey.server.linking - package com.sun.jersey.server.linking
 
com.sun.jersey.server.linking.el - package com.sun.jersey.server.linking.el
 
com.sun.jersey.server.linking.impl - package com.sun.jersey.server.linking.impl
 
com.sun.jersey.server.osgi - package com.sun.jersey.server.osgi
 
com.sun.jersey.server.probes - package com.sun.jersey.server.probes
Provides support GlassFish monitoring probes.
com.sun.jersey.server.spi.component - package com.sun.jersey.server.spi.component
Provides support for components that are resource classes.
com.sun.jersey.server.wadl - package com.sun.jersey.server.wadl
Provides support for WADL configuration and generation.
com.sun.jersey.server.wadl.generators - package com.sun.jersey.server.wadl.generators
Provides support for JAXB WADL generation.
com.sun.jersey.server.wadl.generators.resourcedoc - package com.sun.jersey.server.wadl.generators.resourcedoc
Provides support for JAXB WADL generation for resource classes.
com.sun.jersey.server.wadl.generators.resourcedoc.model - package com.sun.jersey.server.wadl.generators.resourcedoc.model
Provides support for JAXB-based resource class model.
com.sun.jersey.server.wadl.generators.resourcedoc.xhtml - package com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
Provides support for JAXB-based XHTML.
com.sun.jersey.spi - package com.sun.jersey.spi
Provides support for service providers.
com.sun.jersey.spi.container - package com.sun.jersey.spi.container
Provides support for containers and the web application that manages resource classes.
com.sun.jersey.spi.container.servlet - package com.sun.jersey.spi.container.servlet
Provides support for servlet-based and filter-based Web applications.
com.sun.jersey.spi.dispatch - package com.sun.jersey.spi.dispatch
Provides support for dispatching the HTTP request to a resource method of a resource class instance.
com.sun.jersey.spi.inject - package com.sun.jersey.spi.inject
Provides support for injection onto resource and provider classes.
com.sun.jersey.spi.monitoring - package com.sun.jersey.spi.monitoring
 
com.sun.jersey.spi.resource - package com.sun.jersey.spi.resource
Provides support for plugable life-cycle declaration and implementation.
com.sun.jersey.spi.scanning - package com.sun.jersey.spi.scanning
Provides support for server-side class scanning.
com.sun.jersey.spi.service - package com.sun.jersey.spi.service
Provides support for services obtained using META-INF/services.
com.sun.jersey.spi.template - package com.sun.jersey.spi.template
Provides support for view aspect of model view controller and templates that produce views.
com.sun.jersey.spi.uri.rules - package com.sun.jersey.spi.uri.rules
Provides support for hierarchical matching and accepting of URIs.
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
com.sun.ws.rs.ext - package com.sun.ws.rs.ext
 
CombiningMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
Rules combining one or more other rules and matching in sequence.
CombiningMatchingPatterns(List<UriRules<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.CombiningMatchingPatterns
 
commentText - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
commit() - Method in class com.sun.jersey.api.client.CommittingOutputStream
Perform the commit functionality.
CommittingOutputStream - Class in com.sun.jersey.api.client
A commiting output stream that commits before the first byte is written to the adapted OutputStream.
CommittingOutputStream() - Constructor for class com.sun.jersey.api.client.CommittingOutputStream
Construct a new instance.
CommittingOutputStream(OutputStream) - Constructor for class com.sun.jersey.api.client.CommittingOutputStream
Construct a new instance with an output stream to adapt.
COMMON_DELIMITERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
Common delimiters used by various properties.
COMPARATOR - Static variable in class com.sun.jersey.api.uri.UriTemplate
Order the templates according according to JAX-RS.
COMPARATOR - Static variable in class com.sun.jersey.server.impl.model.method.ResourceMethod
Comparator for resource methods, comparing the consumed and produced media types.
COMPARATOR - Static variable in class com.sun.jersey.server.impl.uri.PathPattern
Defer to comparing the templates associated with the patterns.
compare(String, String) - Method in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
CompletableReader<T> - Interface in com.sun.jersey.core.provider
A MessageBodyReader may implement this interface to signal that reading from the underlying input stream can be fully completed.
complete(T) - Method in interface com.sun.jersey.core.provider.CompletableReader
Complete the reading.
ComponentConstructor<T> - Class in com.sun.jersey.core.spi.component
A constructor of a component.
ComponentConstructor(InjectableProviderContext, Class<T>, ComponentInjector<T>) - Constructor for class com.sun.jersey.core.spi.component.ComponentConstructor
 
ComponentContext - Interface in com.sun.jersey.core.spi.component
A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentDestructor - Class in com.sun.jersey.core.spi.component
A destructor of a component.
ComponentDestructor(Class) - Constructor for class com.sun.jersey.core.spi.component.ComponentDestructor
Create a component destructor.
ComponentInjector<T> - Class in com.sun.jersey.core.spi.component
An injector to inject on a component.
ComponentInjector(InjectableProviderContext, Class<T>) - Constructor for class com.sun.jersey.core.spi.component.ComponentInjector
Create a component injector.
ComponentProvider - Interface in com.sun.jersey.core.spi.component
Provide instances of a component.
ComponentProviderFactory<C extends ComponentProvider> - Interface in com.sun.jersey.core.spi.component
A factory for obtaining component providers.
ComponentScope - Enum in com.sun.jersey.core.spi.component
The scope contract for a component.
concreteClass - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
 
configure(ResourceConfig) - Method in interface com.sun.jersey.api.core.ResourceConfigurator
Configure the resource configuration.
configure() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
 
configure(ProviderServices) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
configure(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.servlet.ServletAdaptor
 
configure(WebConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Configure the ResourceConfig.
configure(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Configure the ResourceConfig for a Servlet.
configure(FilterConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Configure the ResourceConfig for a Filter.
configure(WebConfig, ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Configure the ResourceConfig.
configureProviders(ProviderServices) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
CONFLICT - Static variable in class com.sun.jersey.api.Responses
 
conflict() - Static method in class com.sun.jersey.api.Responses
 
ConflictException - Exception in com.sun.jersey.api
A HTTP 409 (Conflict) exception.
ConflictException() - Constructor for exception com.sun.jersey.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ConflictException(String) - Constructor for exception com.sun.jersey.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ConnectionListenerFilter - Class in com.sun.jersey.api.client.filter
ConnectionListener filter This filter does not modify input/output stream
ConnectionListenerFilter(OnStartConnectionListener) - Constructor for class com.sun.jersey.api.client.filter.ConnectionListenerFilter
Creates ConnectionListenerFilter.
ConstrainedTo - Annotation Type in com.sun.jersey.spi.inject
 
ConstrainedToType - Class in com.sun.jersey.spi.inject
 
ConstrainedToType() - Constructor for class com.sun.jersey.spi.inject.ConstrainedToType
 
construct(HttpContext) - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
consumes(MediaType) - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
Ascertain if the method is capable of consuming an entity of a certain media type.
consumesWild() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
ContainerException - Exception in com.sun.jersey.api.container
Runtime exception to be caught by the container.
ContainerException() - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String, Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied message and cause
ContainerException(Throwable) - Constructor for exception com.sun.jersey.api.container.ContainerException
Construct a new instance with the supplied cause
ContainerFactory - Class in com.sun.jersey.api.container
Factory for creating specific HTTP-based containers.
ContainerListener - Class in com.sun.jersey.api.client.filter
ContainerListener abstract class
ContainerListener() - Constructor for class com.sun.jersey.api.client.filter.ContainerListener
 
ContainerListener - Interface in com.sun.jersey.spi.container
A listener that is registered with a ContainerNotifier to get notified of container related events.
ContainerNotifier - Interface in com.sun.jersey.spi.container
A container notifier that is used to register container listeners.
ContainerProvider<T> - Interface in com.sun.jersey.spi.container
Service-provider interface for creating container instances.
ContainerRequest - Class in com.sun.jersey.spi.container
An in-bound HTTP request to be processed by the web application.
ContainerRequest(WebApplication, String, URI, URI, InBoundHeaders, InputStream) - Constructor for class com.sun.jersey.spi.container.ContainerRequest
Create a new container request.
ContainerRequestFilter - Interface in com.sun.jersey.spi.container
A filter for filtering a request.
ContainerResponse - Class in com.sun.jersey.spi.container
An out-bound HTTP response to be processed by the web application.
ContainerResponse(WebApplication, ContainerRequest, ContainerResponseWriter) - Constructor for class com.sun.jersey.spi.container.ContainerResponse
Instantate a new ContainerResponse.
ContainerResponseFilter - Interface in com.sun.jersey.spi.container
A filter for filtering a response.
ContainerResponseWriter - Interface in com.sun.jersey.spi.container
Containers implement this interface and provide an instance to the WebApplication or ContainerResponse.
containsKey(Object) - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
containsKey(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
containsValue(Object) - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
containsValue(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
content - Variable in class com.sun.research.ws.wadl.Doc
 
CONTENT_LANGUAGE - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
CONTENT_LOCATION - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
CONTENT_TYPE - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
CONTENT_TYPE_PROPERTY - Static variable in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
ContentDisposition - Class in com.sun.jersey.core.header
A content disposition header.
ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition(String) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.ContentDisposition
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in com.sun.jersey.core.header
Builder to build content disposition.
contentLocation(URI) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the content location.
contentLocation(URI) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ContextResolverFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing ContextResolver instances.
ContextResolverFactory() - Constructor for class com.sun.jersey.core.spi.factory.ContextResolverFactory
 
contextualEncode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
contextualEncode(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
cookie(Cookie) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
cookie(Cookie) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
cookie(Cookie) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
cookie(Cookie) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add a cookie to be set.
cookie(Cookie) - Method in class com.sun.jersey.api.client.ViewResource
 
cookie(Cookie) - Method in class com.sun.jersey.api.client.WebResource
 
cookie(NewCookie...) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add cookies.
cookie(NewCookie...) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
CookieParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
CookieParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
 
CookieProvider - Class in com.sun.jersey.core.impl.provider.header
 
CookieProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.CookieProvider
 
copyBuilder(JSONConfiguration) - Static method in class com.sun.jersey.api.json.JSONConfiguration
 
copyCurrentEvent(JsonParser) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
copyCurrentEvent(JsonParser) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
copyCurrentEvent(JsonParser) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
copyCurrentStructure(JsonParser) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
copyCurrentStructure(JsonParser) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
copyCurrentStructure(JsonParser) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
CopyOnWriteHashMap<K,V> - Class in com.sun.jersey.client.impl
A basic copy on write HashMap.
CopyOnWriteHashMap() - Constructor for class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
create() - Static method in class com.sun.jersey.api.client.Client
Create a default client.
create(ClientConfig) - Static method in class com.sun.jersey.api.client.Client
Create a default client with client configuration.
create(ClientConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.client.Client
Create a default client with client configuration and component provider.
create() - Static method in class com.sun.jersey.api.client.ClientRequest
Create a builder for building a new ClientRequest instance.
create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.ResourceDebuggingFilterFactory
 
create(AbstractMethod) - Method in class com.sun.jersey.api.container.filter.RolesAllowedResourceFilterFactory
 
create(String) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classpath.
create(URI) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(String, ResourceConfig) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(URI, ResourceConfig) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(URI, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, HttpHandler) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(URI, HttpHandler) - Static method in class com.sun.jersey.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(HttpHeaderReader) - Method in interface com.sun.jersey.core.header.reader.HttpHeaderReader.ListElementCreator
 
create(ProviderServices) - Static method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
create(CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
create(CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.ProviderBasedBean
 
create(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.ejb.EJBRequestDispatcherProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
 
create(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
 
create(Map<PathPattern, UriRule>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
 
create(Map<PathPattern, UriRule>, List<PatternRulePair<UriRule>>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
 
create(List<PatternRulePair<UriRule>>) - Static method in class com.sun.jersey.server.impl.uri.rules.UriRulesFactory
 
create(AbstractMethod) - Method in interface com.sun.jersey.spi.container.ResourceFilterFactory
Create a list of ResourceFilter instance given a method of the abstract resource model.
create(AbstractResourceMethod, JavaMethodInvoker) - Method in interface com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchProvider
Create a RequestDispatcher for a resource method of a resource.
create(AbstractResourceMethod) - Method in interface com.sun.jersey.spi.container.ResourceMethodDispatchProvider
Create a RequestDispatcher for a resource method of a resource.
create() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Create a new instance of a WebApplication.
create() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Create a new instance of a WebApplication.
createApplication() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createApplication() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createApplication() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createApplication() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplicationDocs() - Method in class com.sun.jersey.server.wadl.generators.ObjectFactory
 
createArrayWrapperGenerator(JsonGenerator) - Static method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
createArrayWrapperGenerator(JsonGenerator, int) - Static method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.DefaultServiceIteratorProvider
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.ServiceIteratorProvider
Iterate over provider classes of a service.
createClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
createContainer(Class<A>, Class<?>...) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, Set<Class<?>>) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, ResourceConfig) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, String) - Static method in class com.sun.jersey.api.container.ContainerFactory
Deprecated. 
createContainer(Class<A>) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<A>, String...) - Static method in class com.sun.jersey.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<HttpHandler>, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainerProvider
 
createContainer(Class<T>, ResourceConfig, WebApplication) - Method in interface com.sun.jersey.spi.container.ContainerProvider
Create an container of type T.
created(URI) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a created resource, set the location header using the supplied value.
createDispatchingListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
 
createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Doc
createEndpoint(Application, Class<T>) - Method in class com.sun.jersey.server.impl.provider.RuntimeDelegateImpl
 
createEndpoint(Application, Class<T>) - Method in class com.sun.ws.rs.ext.RuntimeDelegateImpl
 
createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createExternalGrammar() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createExternalGrammar() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
Perform any post create functions such as generating grammars.
createExternalGrammar() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createGenerator(JsonGenerator) - Static method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Grammars
createHeaderDelegate(Class<T>) - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.DefaultServiceIteratorProvider
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class com.sun.jersey.spi.service.ServiceFinder.ServiceIteratorProvider
Iterate over provider instances of a service.
createJSONConfigurationWithFormatted(JSONConfiguration, boolean) - Static method in class com.sun.jersey.api.json.JSONConfiguration
A static method for obtaining JSONConfiguration instance with humanReadableFormatting set according to formatted parameter.
createJSONConfigurationWithRootUnwrapping(JSONConfiguration, boolean) - Static method in class com.sun.jersey.api.json.JSONConfiguration
A static method for obtaining JSONConfiguration instance with rootUnwrapping set according to formatted parameter.
createJSONMarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
Create a JSON marshaller.
createJSONUnmarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
Create a JSON unmarshaller.
createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Link
createMarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
Overrides underlaying createMarshaller method and returns a marshaller which is capable of JSON serialization.
createMatchResourceContext(URI) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
createMediaTypes(Consumes) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of media type from the Consumes annotation.
createMediaTypes(Produces) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of media type from the Produces annotation.
createMediaTypes(String[]) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of media type from an array of media types.
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createMethod(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createParam(AbstractResource, AbstractMethod, Parameter) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Param
createQualitySourceMediaTypes(Produces) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of quality source media type from the Produces annotation.
createQualitySourceMediaTypes(String[]) - Static method in class com.sun.jersey.core.header.MediaTypes
Create a list of quality source media type from an array of media types.
createReader(Reader, JSONConfiguration, String) - Static method in class com.sun.jersey.json.impl.Stax2JsonFactory
 
createReader(Reader, JSONConfiguration, String, boolean) - Static method in class com.sun.jersey.json.impl.Stax2JsonFactory
 
createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Representation
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createRequest(WebApplication, HttpServletRequest, URI, URI) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Extension point for creating your custom container request.
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
createRequestListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createRequestRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResource(Class<?>) - Static method in class com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createResource(AbstractResource, String) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createResource(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resource
createResourceDocType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ObjectFactory
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createResources() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createResources() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createResources() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of ResourceType
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
 
createResponse(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Response
createResponseBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createResponseListener(ProviderServices) - Static method in class com.sun.jersey.server.impl.monitoring.MonitoringProviderFactory
 
createResponseRepresentation(AbstractResource, AbstractResourceMethod, MediaType) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createRootAddingParser(JsonParser, String) - Static method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
createRootStrippingGenerator(JsonGenerator) - Static method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
createRootStrippingGenerator(JsonGenerator, int) - Static method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
createUnmarshaller() - Method in class com.sun.jersey.api.json.JSONJAXBContext
Overrides underlaying createUnmarshaller method and returns an unmarshaller which is capable of JSON deserialization.
createURI(Map<String, String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class com.sun.jersey.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class com.sun.jersey.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, Object[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Object[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createUriBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createUriPattern(UriTemplateParser) - Method in class com.sun.jersey.api.uri.UriTemplate
Create the URI pattern from a URI template parser.
createURIWithStringValues(String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ? extends Object>, boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean) - Static method in class com.sun.jersey.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createValidator() - Method in class com.sun.jersey.api.json.JSONJAXBContext
Simply delegates to underlying JAXBContext implementation.
createVariantListBuilder() - Method in class com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
 
createWadlApplicationContext(Set<AbstractResource>) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
 
createWadlGenerator() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Create a new instance of WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
createWadlOptionsMethod(Map<String, List<ResourceMethod>>, AbstractResource, PathPattern) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
Create the WADL resource method for OPTIONS.
createWebApplication() - Method in class com.sun.jersey.server.impl.container.WebApplicationProviderImpl
 
createWebApplication() - Static method in class com.sun.jersey.spi.container.WebApplicationFactory
Create a Web application instance.
createWebApplication() - Method in interface com.sun.jersey.spi.container.WebApplicationProvider
Instantiate a new WebApplication.
createWriter(Writer, JSONConfiguration) - Static method in class com.sun.jersey.json.impl.Stax2JsonFactory
 
createWriter(Writer, JSONConfiguration, boolean) - Static method in class com.sun.jersey.json.impl.Stax2JsonFactory
 
createWriter(Writer, JSONConfiguration) - Static method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
createXhtmlCodeType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
 
createXhtmlElementType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
 
creationDate - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
creationDate(Date) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "creation-date" parameter.
cs - Variable in class com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair
 
CsrfProtectionFilter - Class in com.sun.jersey.api.client.filter
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e.
CsrfProtectionFilter() - Constructor for class com.sun.jersey.api.client.filter.CsrfProtectionFilter
 
CsrfProtectionFilter(String) - Constructor for class com.sun.jersey.api.client.filter.CsrfProtectionFilter
Initialized the filter with a desired value of the X-Requested-By header.
CsrfProtectionFilter - Class in com.sun.jersey.api.container.filter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
CsrfProtectionFilter() - Constructor for class com.sun.jersey.api.container.filter.CsrfProtectionFilter
 

D

dasherize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Replace underscores in the specified word with dashes.
DataSourceProvider - Class in com.sun.jersey.core.impl.provider.entity
 
DataSourceProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.DataSourceProvider
 
DataSourceProvider.ByteArrayDataSource - Class in com.sun.jersey.core.impl.provider.entity
Modified from javax.mail.util.ByteArrayDataSource A DataSource backed by a byte array.
DataSourceProvider.ByteArrayDataSource(InputStream, String) - Constructor for class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
dateDelegate - Static variable in class com.sun.jersey.api.client.ClientResponse
 
DateProvider - Class in com.sun.jersey.core.impl.provider.header
 
DateProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.DateProvider
 
decapitalize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
 
declaringClass - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
 
decode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decode(byte[]) - Static method in class com.sun.jersey.core.util.Base64
Decodes Base64 data into octects
decode(String) - Static method in class com.sun.jersey.core.util.Base64
Decodes a string containing Base64 data
decodeMatrix(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
 
decodeQuery(URI, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Decode the query component of a URI.
DEFAULT - Static variable in class com.sun.jersey.api.json.JSONConfiguration
The default JSONConfiguration uses JSONConfiguration.Notation.MAPPED notation with root unwrapping option set to true.
DEFAULT_BUFFER_SIZE - Static variable in class com.sun.jersey.core.util.ReaderWriter
The default buffer size for arrays of byte and character.
DEFAULT_CALLBACK_NAME - Static variable in class com.sun.jersey.api.json.JSONWithPadding
 
DEFAULT_COULD_NOT_PROCESS_CONSTRUCTOR(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Default value, {0} could not be processed by constructor {1}.
DEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Default value, {0} could not be processed by method {1}.
DEFAULT_QUALITY_FACTOR - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
DEFAULT_QUALITY_SOURCE_FACTOR - Static variable in class com.sun.jersey.core.header.QualitySourceMediaType
 
DefaultClientConfig - Class in com.sun.jersey.api.client.config
A default client configuration.
DefaultClientConfig() - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
Create a new DefaultClientConfig instance
DefaultClientConfig(Class<?>...) - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
Create a new DefaultClientConfig instance
DefaultClientConfig(Set<Class<?>>) - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
Create a new DefaultClientConfig instance
DefaultResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of ResourceConfig that declares default values for features.
DefaultResourceConfig() - Constructor for class com.sun.jersey.api.core.DefaultResourceConfig
 
DefaultResourceConfig(Class<?>...) - Constructor for class com.sun.jersey.api.core.DefaultResourceConfig
 
DefaultResourceConfig(Set<Class<?>>) - Constructor for class com.sun.jersey.api.core.DefaultResourceConfig
 
DeferredResourceConfig - Class in com.sun.jersey.server.impl.application
 
DeferredResourceConfig(Class<? extends Application>) - Constructor for class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
DeferredResourceConfig(Class<? extends Application>, Set<Class<?>>) - Constructor for class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
DeferredResourceConfig.ApplicationHolder - Class in com.sun.jersey.server.impl.application
 
delete() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with no request entity or response.
delete(Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with a request entity but no response.
delete(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with no request entity that returns a response.
delete(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method.
delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete(ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the DELETE method.
delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
delete(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
delete(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
delete(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
delete(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
delete(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
delete(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
delete(T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
delete() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete(ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
delete() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete(ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
delete() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with no request entity or response.
delete(Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with a request entity but no response.
delete(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with no request entity that returns a response.
delete(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the DELETE method with a request entity that returns a response.
delete(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
delete(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
delete(T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
delete(T) - Method in class com.sun.jersey.api.client.ViewResource
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
delete(T, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
delete(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
delete(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
delete(Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
delete(T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
delete() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
delete() - Method in class com.sun.jersey.api.client.WebResource
 
delete(Object) - Method in class com.sun.jersey.api.client.WebResource
 
delete(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
delete(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
 
delete(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
delete(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
demodulize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Remove any package name from a fully qualified class name, returning only the simple classname.
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
{0}.
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
A dependent class, {0}, of the class {1} implementing the provider {2} is not found.
descriptions() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
destroy() - Method in class com.sun.jersey.api.client.Client
Destroy the client.
destroy(Object) - Method in class com.sun.jersey.core.spi.component.ComponentDestructor
 
destroy(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCDestroyable
 
destroy() - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Destroy all cached components.
destroy() - Method in interface com.sun.jersey.core.spi.component.ProviderFactory.Destroyable
 
destroy() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
destroy(T, CreationalContext<T>) - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
destroy(HttpContext) - Static method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
destroy(Object) - Method in class com.sun.jersey.server.spi.component.ResourceComponentDestructor
 
destroy() - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Destroy the resource component provider.
destroy() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Destroy this Servlet or Filter.
destroy() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Destroy this Web component.
destroy() - Method in interface com.sun.jersey.spi.container.WebApplication
Destroy the Web application.
disable(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
disable(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
disable(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
disableFeature(JsonParser.Feature) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
disableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
Deprecated.
disableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
Deprecated.
disableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
Deprecated.
DiscoveredParameter - Class in com.sun.jersey.server.impl.cdi
Records all information about a JAX-RS-related parameter.
DiscoveredParameter(Annotation, Type, DefaultValue, boolean) - Constructor for class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
 
dispatch(Object, HttpContext) - Method in interface com.sun.jersey.spi.dispatch.RequestDispatcher
Dispatch to the resource method of the resource class instance.
DispatchingListener - Interface in com.sun.jersey.spi.monitoring
 
DispatchingListenerAdapter - Interface in com.sun.jersey.spi.monitoring
 
doc - Variable in class com.sun.research.ws.wadl.Application
 
Doc - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class com.sun.research.ws.wadl.Doc
 
doc - Variable in class com.sun.research.ws.wadl.Grammars
 
doc - Variable in class com.sun.research.ws.wadl.Include
 
doc - Variable in class com.sun.research.ws.wadl.Link
 
doc - Variable in class com.sun.research.ws.wadl.Method
 
doc - Variable in class com.sun.research.ws.wadl.Option
 
doc - Variable in class com.sun.research.ws.wadl.Param
 
doc - Variable in class com.sun.research.ws.wadl.Representation
 
doc - Variable in class com.sun.research.ws.wadl.Request
 
doc - Variable in class com.sun.research.ws.wadl.Resource
 
doc - Variable in class com.sun.research.ws.wadl.Resources
 
doc - Variable in class com.sun.research.ws.wadl.ResourceType
 
doc - Variable in class com.sun.research.ws.wadl.Response
 
docs - Variable in class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
DocumentBuilderFactoryProvider - Class in com.sun.jersey.core.impl.provider.xml
 
DocumentBuilderFactoryProvider(FeaturesAndProperties) - Constructor for class com.sun.jersey.core.impl.provider.xml.DocumentBuilderFactoryProvider
 
DocumentProvider - Class in com.sun.jersey.core.impl.provider.entity
 
DocumentProvider(Injectable<DocumentBuilderFactory>, Injectable<TransformerFactory>) - Constructor for class com.sun.jersey.core.impl.provider.entity.DocumentProvider
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
doTag() - Method in class com.sun.jersey.server.impl.container.servlet.Include
 

E

EJBComponentProviderFactoryInitilizer - Class in com.sun.jersey.server.impl.ejb
 
EJBComponentProviderFactoryInitilizer() - Constructor for class com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer
 
EJBExceptionMapper - Class in com.sun.jersey.server.impl.ejb
 
EJBExceptionMapper(Providers) - Constructor for class com.sun.jersey.server.impl.ejb.EJBExceptionMapper
 
EJBRequestDispatcherProvider - Class in com.sun.jersey.server.impl.ejb
 
EJBRequestDispatcherProvider() - Constructor for class com.sun.jersey.server.impl.ejb.EJBRequestDispatcherProvider
 
el(String) - Static method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
element - Variable in class com.sun.research.ws.wadl.Representation
 
Elements - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
This class provides a fluent interface to xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
Elements(QName, Class<XhtmlElementType>, XhtmlElementType) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
EMPTY - Static variable in class com.sun.jersey.api.uri.UriPattern
The empty URI pattern that matches the null or empty URI path
EMPTY - Static variable in class com.sun.jersey.api.uri.UriTemplate
The empty URI template that matches the null or empty URI path
EMPTY_ANNOTATIONS - Static variable in class com.sun.jersey.api.client.RequestWriter
 
EMPTY_PATH - Static variable in class com.sun.jersey.server.impl.uri.PathPattern
Empty path.
enable(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
enable(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
enable(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
enableFeature(JsonParser.Feature) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
enableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
Deprecated.
enableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
Deprecated.
enableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
Deprecated.
encode(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(byte[]) - Static method in class com.sun.jersey.core.util.Base64
Encodes hex octects into Base64.
encode(String) - Static method in class com.sun.jersey.core.util.Base64
Encodes hex octets of a UTF-8 encoded String into Base64
encode(String) - Static method in class com.sun.jersey.json.impl.writer.JsonEncoder
 
encodeLiteralCharacters(String) - Method in class com.sun.jersey.api.uri.UriTemplateParser
Encode literal characters of a template.
encodeTemplateNames(String) - Static method in class com.sun.jersey.api.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encoding(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the content encoding.
encoding(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
encodings(String...) - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
EndDocumentEvent - Class in com.sun.jersey.json.impl.reader
 
EndDocumentEvent(Location) - Constructor for class com.sun.jersey.json.impl.reader.EndDocumentEvent
 
EndElementEvent - Class in com.sun.jersey.json.impl.reader
 
EndElementEvent(QName, Location) - Constructor for class com.sun.jersey.json.impl.reader.EndElementEvent
 
endsWithSlash() - Method in class com.sun.jersey.api.uri.UriTemplate
 
entity(Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
entity(Object, String) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
entity(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
entity(Object, String) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
entity - Variable in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object, String) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
entity(Object) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity.
entity(Object, MediaType) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity with its media type.
entity(Object, String) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity with its media type.
entity(Object) - Method in class com.sun.jersey.api.client.ViewResource
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.ViewResource
 
entity(Object, String) - Method in class com.sun.jersey.api.client.ViewResource
 
entity(Object) - Method in class com.sun.jersey.api.client.WebResource
 
entity(Object, MediaType) - Method in class com.sun.jersey.api.client.WebResource
 
entity(Object, String) - Method in class com.sun.jersey.api.client.WebResource
 
entity - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
The entity.
entity(E) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the entity.
entity(Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ENTITY_OBJECT - Static variable in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
EntityDescriptor - Class in com.sun.jersey.server.linking.impl
Describes an entity in terms of its fields, bean properties and Ref annotated fields.
EntityHolder<T> - Class in com.sun.jersey.core.provider
A holder for an entity of a request consumed by the server or a response consumed by a client.
EntityHolder() - Constructor for class com.sun.jersey.core.provider.EntityHolder
Create an entity holder containing no entity.
EntityHolder(T) - Constructor for class com.sun.jersey.core.provider.EntityHolder
Create an entity holder containing an entity.
EntityHolderReader - Class in com.sun.jersey.core.impl.provider.entity
 
EntityHolderReader(MessageBodyWorkers) - Constructor for class com.sun.jersey.core.impl.provider.entity.EntityHolderReader
 
EntityParamDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
EntityParamDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
 
entityTagDelegate - Static variable in class com.sun.jersey.api.client.ClientResponse
 
EntityTagProvider - Class in com.sun.jersey.core.impl.provider.header
 
EntityTagProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.EntityTagProvider
 
entityWithType(Object, Type) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
entrySet() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
entrySet() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
equals(Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
Compares this resource to the specified object.
equals(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
Compares this resource to the specified object.
equals(Object) - Method in class com.sun.jersey.api.client.ViewResource
Compares this resource to the specified object.
equals(Object) - Method in class com.sun.jersey.api.client.WebResource
Compares this resource to the specified object.
equals(Object) - Method in class com.sun.jersey.api.uri.UriPattern
 
equals(Object) - Method in class com.sun.jersey.api.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
equals(Object) - Method in class com.sun.jersey.core.header.LanguageTag
 
equals(K, K) - Method in interface com.sun.jersey.core.util.KeyComparator
Compare two keys for equality.
equals(String, String) - Method in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
equals(Object) - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
equals(Object) - Method in class com.sun.jersey.server.linking.impl.FieldDescriptor
 
equals(Object) - Method in class com.sun.jersey.spi.inject.Errors.ErrorMessage
 
error(String) - Static method in class com.sun.jersey.spi.inject.Errors
 
error(String, boolean) - Static method in class com.sun.jersey.spi.inject.Errors
 
ERROR_CREATING_ATOM(Object) - Static method in class com.sun.jersey.atom.rome.impl.ImplMessages
Error creating Atom object of type "{0}".
ERROR_GET_CONSUMES_ENTITY(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A HTTP GET method, {0}, should not consume any entity.
ERROR_GET_RETURNS_VOID(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A HTTP GET method, {0}, MUST return a non-void type.
ERROR_JAXB_RI_2_1_10_MISSING() - Static method in class com.sun.jersey.json.impl.ImplMessages
NATURAL JSON notation configured, but JAXB RI 2.1.10 not found.
ERROR_JAXB_RI_2_1_12_MISSING() - Static method in class com.sun.jersey.json.impl.ImplMessages
NATURAL JSON notation configured, but at least JAXB RI 2.1.12 is needed when XML attributes are in use.
ERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object, Object) - Static method in class com.sun.jersey.json.impl.ImplMessages
A message body writer for Java type, {0}, and MIME media type, {1}, was not found.
ERROR_MARSHALLING_ATOM(Object) - Static method in class com.sun.jersey.atom.rome.impl.ImplMessages
Error marshalling out Atom object of type "{0}".
ERROR_MARSHALLING_JAXB(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Error marshalling JAXB object of type "{0}".
ERROR_NO_SUB_RES_METHOD_LOCATOR_FOUND(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource class, {0}, does not have any resource method, sub-resource method, or sub-resource locator.
ERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object, Object) - Static method in class com.sun.jersey.json.impl.ImplMessages
A message body writer for Java type, {0}, and MIME media type, {1}, was not found.
ERROR_NOT_ATOM_FEED(Object) - Static method in class com.sun.jersey.atom.rome.impl.ImplMessages
Feed is Not of type Atom Feed : "{0}".
ERROR_PARSING_JSON_ARRAY() - Static method in class com.sun.jersey.json.impl.ImplMessages
Error parsing JSON array.
ERROR_PARSING_JSON_OBJECT() - Static method in class com.sun.jersey.json.impl.ImplMessages
Error parsing JSON object.
ERROR_PROCESSING_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
ERROR_RES_URI_PATH_INVALID(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A root resource class, {0}, has an invalid URI path: {1}.
ERROR_RES_URI_PATH_REQUIRED(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A root resource class, {0}, MUST have a URI path.
ERROR_SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource locator, {0}, can not have an entity parameter.
ERROR_SUBRES_LOC_RETURNS_VOID(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource locator, {0}, MUST return a non-void type.
ERROR_SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource locator, {0}, has an invalid URI path: {1}
ERROR_SUBRES_METHOD_URI_PATH_INVALID(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource method, {0}, has an invalid URI path: {1}
ERROR_UNMARSHALLING_JAXB(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Error unmarshalling JAXB object of type "{0}".
ERROR_WRITING_JSON_ARRAY() - Static method in class com.sun.jersey.json.impl.ImplMessages
Error writing JSON array.
ERROR_WRITING_JSON_OBJECT() - Static method in class com.sun.jersey.json.impl.ImplMessages
Error writing JSON object.
ErrorHelper - Class in com.sun.jersey.server.impl.model
Error helper class for reporting errors related to processing a Web resource.
ErrorHelper() - Constructor for class com.sun.jersey.server.impl.model.ErrorHelper
 
Errors - Class in com.sun.jersey.spi.inject
TODO do not use static thread local?
Errors() - Constructor for class com.sun.jersey.spi.inject.Errors
 
Errors.Closure<T> - Interface in com.sun.jersey.spi.inject
 
Errors.ErrorMessage - Class in com.sun.jersey.spi.inject
 
Errors.ErrorMessagesException - Exception in com.sun.jersey.spi.inject
 
ETAG - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
evaluateCondition(String, Object, Object, Object) - Static method in class com.sun.jersey.server.linking.el.LinkBuilder
 
evaluatePreconditions(EntityTag) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions(Date) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
evaluatePreconditions() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
evaluatePreconditions(EntityTag) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
evaluatePreconditions(Date) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
evaluatePreconditions(Date, EntityTag) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
EXCEPTION_INVOKING_RESOURCE_METHOD() - Static method in class com.sun.jersey.impl.ImplMessages
Exception invoking Web resource method.
ExceptionMapperContext - Interface in com.sun.jersey.spi.container
Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
ExceptionMapperFactory - Class in com.sun.jersey.server.impl.application
 
ExceptionMapperFactory() - Constructor for class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
execute() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
expires(Date) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the expires date.
expires(Date) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ExtendedUriInfo - Interface in com.sun.jersey.api.core
Extensions to UriInfo.
extract(MultivaluedMap<String, String>) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
 
ExtractorContainerException - Exception in com.sun.jersey.server.impl.model.parameter.multivalued
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException.
ExtractorContainerException() - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 
ExtractorContainerException(String) - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 
ExtractorContainerException(String, Throwable) - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 
ExtractorContainerException(Throwable) - Constructor for exception com.sun.jersey.server.impl.model.parameter.multivalued.ExtractorContainerException
 

F

f(InputStream) - Method in interface com.sun.jersey.core.util.Closing.Closure
 
f(Closing.Closure) - Method in class com.sun.jersey.core.util.Closing
 
f() - Method in interface com.sun.jersey.spi.inject.Errors.Closure
 
FAILED_TO_CREATE_WEB_RESOURCE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Failed to create Web resource: {0}.
FAST_INFOSET - Static variable in class com.sun.jersey.core.header.MediaTypes
 
FastInfosetJAXBElementProvider - Class in com.sun.jersey.fastinfoset.impl.provider.entity
 
FastInfosetJAXBElementProvider(Providers) - Constructor for class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetJAXBElementProvider
 
FastInfosetListElementProvider - Class in com.sun.jersey.fastinfoset.impl.provider.entity
 
FastInfosetListElementProvider(Providers) - Constructor for class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetListElementProvider
 
FastInfosetRootElementProvider - Class in com.sun.jersey.fastinfoset.impl.provider.entity
 
FastInfosetRootElementProvider(Providers) - Constructor for class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetRootElementProvider
 
FATAL_ISSUES_FOUND_AT_RES_CLASS(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Fatal issues found at class {0}.
fatalIssuesFound() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
Convenience method to see if there were fatal issues found
FEATURE_CANONICALIZE_URI_PATH - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true the request URI path component will be canonicalized by removing contiguous slashes (i.e.
FEATURE_DISABLE_WADL - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then disable WADL generation.
FEATURE_DISABLE_XML_SECURITY - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true XML security features when parsing XML documents will be disabled.
FEATURE_FILTER_FORWARD_ON_404 - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
If true and a 404 response with no entity body is returned from either the runtime or the application then the runtime forwards the request to the next filter in the filter chain.
FEATURE_FORMATTED - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true then returned XML will be formatted.
FEATURE_IMPLICIT_VIEWABLES - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then the matching algorithm will attempt to match and accept any static content or templates associated with a resource that were not explicitly declared by that resource.
FEATURE_LOGGING_DISABLE_ENTITY - Static variable in class com.sun.jersey.api.container.filter.LoggingFilter
If true the request and response entities (if present) will not be logged.
FEATURE_MATCH_MATRIX_PARAMS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then matrix parameters (if present) in the request URI path component will not be ignored when matching the path to URI templates declared by resource classes.
FEATURE_NORMALIZE_URI - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true and ResourceConfig.FEATURE_CANONICALIZE_URI_PATH is true then the request URI will be normalized as specified by URI.normalize().
FEATURE_POJO_MAPPING - Static variable in class com.sun.jersey.api.json.JSONConfiguration
A ResourceConfig feature, which allows you to enable JSON/POJO mapping functionality in Jersey.
FEATURE_PRE_1_4_PROVIDER_PRECEDENCE - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true, provider precedence will work as it did prior Jersey version 1.4.
FEATURE_REDIRECT - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true, and ResourceConfig.FEATURE_CANONICALIZE_URI_PATH is true, and the canonicalization/normalization operations on the request URI result in a new URI that is not equal to the request URI, then the client is (temporarily) redirected to the new URI.
FEATURE_TRACE - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then enable tracing.
FEATURE_TRACE_PER_REQUEST - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true then enable tracing on a per-request basis.
FEATURE_XMLROOTELEMENT_PROCESSING - Static variable in interface com.sun.jersey.core.util.FeaturesAndProperties
If true then XML root element tag name for lists will be derived from @XmlRootElement annotation and won't be decapitalized.
FeaturesAndProperties - Interface in com.sun.jersey.core.util
Features and properties.
field - Variable in class com.sun.jersey.server.linking.impl.FieldDescriptor
 
FieldDescriptor - Class in com.sun.jersey.server.linking.impl
Utility class for working with class fields
fileName - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
fileName(String) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "file-name" parameter.
FileProvider - Class in com.sun.jersey.core.impl.provider.entity
 
FileProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.FileProvider
 
FileSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
A "file" scheme URI scanner that recursively scans directories.
FileSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
 
FilesScanner - Class in com.sun.jersey.core.spi.scanning
A scanner that recursively scans directories and jar files.
FilesScanner(File[]) - Constructor for class com.sun.jersey.core.spi.scanning.FilesScanner
Scan from a set of files.
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.CsrfProtectionFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
 
filter(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.LoggingFilter
 
filter(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.api.container.filter.LoggingFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.PostReplaceFilter
 
filter(ContainerRequest) - Method in class com.sun.jersey.api.container.filter.UriConnegFilter
 
filter(MethodList.Filter) - Method in class com.sun.jersey.core.reflection.MethodList
 
filter(ContainerRequest) - Method in class com.sun.jersey.server.impl.container.filter.NormalizeFilter
 
filter(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.server.linking.LinkFilter
 
filter(ContainerRequest) - Method in interface com.sun.jersey.spi.container.ContainerRequestFilter
Filter the request.
filter(ContainerRequest, ContainerResponse) - Method in interface com.sun.jersey.spi.container.ContainerResponseFilter
Filter the response.
Filterable - Class in com.sun.jersey.api.client.filter
An abstract class providing support for registering and managing a chain of ClientFilter instances.
Filterable(ClientHandler) - Constructor for class com.sun.jersey.api.client.filter.Filterable
Construct with a root client handler.
Filterable(Filterable) - Constructor for class com.sun.jersey.api.client.filter.Filterable
Construct from an existing filterable instance.
FilterFactory - Class in com.sun.jersey.server.impl.container.filter
 
FilterFactory(ProviderServices) - Constructor for class com.sun.jersey.server.impl.container.filter.FilterFactory
 
FilteringInputStream - Class in com.sun.jersey.json.impl
 
FilteringInputStream() - Constructor for class com.sun.jersey.json.impl.FilteringInputStream
 
finalize() - Method in class com.sun.jersey.api.client.Client
find(Class<? extends Throwable>) - Method in class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
find(Class<? extends Throwable>) - Method in interface com.sun.jersey.spi.container.ExceptionMapperContext
Find an exception mapper for a class of throwable that is capable of converting a throwable to a response.
find(Class<T>, ClassLoader) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, ClassLoader, boolean) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, boolean) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(String) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
findMethodOnClass(Class, Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Find a method on a class given an existing method.
finish() - Method in interface com.sun.jersey.spi.container.ContainerResponseWriter
Finish writing the response.
fixed - Variable in class com.sun.research.ws.wadl.Param
 
flush() - Method in class com.sun.jersey.api.client.CommittingOutputStream
 
flush() - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
flush() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
flush() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
flush() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
flush() - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
flush() - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
foreignKey(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Create and return a foreign key name from a class name, separating the "id" suffix with an underscore.
foreignKey(String, boolean) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Create and return a foreign key name from a class name, optionally inserting an underscore before the "id" portion.
Form - Class in com.sun.jersey.api.representation
An implementation of MultivaluedMap that may be used for reading/writing String-based form parameters.
Form() - Constructor for class com.sun.jersey.api.representation.Form
 
FORM_PROPERTY - Static variable in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
FORMATTED - Static variable in interface com.sun.jersey.api.json.JSONMarshaller
 
FormDataContentDisposition - Class in com.sun.jersey.core.header
A form-data content disposition header.
FormDataContentDisposition(String, String, String, Date, Date, Date, long) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
Constructor for the builder.
FormDataContentDisposition(String) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
 
FormDataContentDisposition(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.FormDataContentDisposition
 
FormDataContentDisposition.FormDataContentDispositionBuilder - Class in com.sun.jersey.core.header
Builder to build form data content disposition.
FormDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
FormDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
FormMultivaluedMapProvider - Class in com.sun.jersey.core.impl.provider.entity
 
FormMultivaluedMapProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
 
FormParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
FormParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.FormParamInjectableProvider
 
FormProvider - Class in com.sun.jersey.core.impl.provider.entity
 
FormProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.FormProvider
 
forward(ServletRequest, ServletResponse) - Method in class com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
 
fragment(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
fromResponse(Response) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder by performing a shallow copy of an existing Response.
fromResponse(JResponse<E>) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder by performing a shallow copy of an existing JResponse.
fromStatusCode(int) - Static method in enum com.sun.jersey.api.client.ClientResponse.Status
Convert a numerical status code into the corresponding Status.
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.CacheControlProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.CookieProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.DateProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.EntityTagProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.LinkHeaderProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.LocaleProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.MediaTypeProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.NewCookieProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.StringProvider
 
fromString(String) - Method in class com.sun.jersey.core.impl.provider.header.URIProvider
 
fromString(String) - Method in interface com.sun.jersey.spi.StringReader
Read a string value and convert to a Java type.
fromValue(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
 
fromValue(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
 
FutureClientResponseListener<T> - Class in com.sun.jersey.client.impl.async
 
FutureClientResponseListener() - Constructor for class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
FutureListener<T> - Interface in com.sun.jersey.api.client.async
A future listener to receive an event when a Future has reached the completed termination state of normal termination, an exception or cancellation.

G

geExternalGramar(UriInfo, String) - Method in class com.sun.jersey.server.impl.wadl.WadlResource
 
GENERAL_ACCEPT_MEDIA_TYPE - Static variable in class com.sun.jersey.core.header.MediaTypes
The general acceptable media type corresponding to \*\/*.
GENERAL_ACCEPT_MEDIA_TYPE_LIST - Static variable in class com.sun.jersey.core.header.MediaTypes
A singleton list containing the general acceptable media type.
GENERAL_MEDIA_TYPE - Static variable in class com.sun.jersey.core.header.MediaTypes
The general media type corresponding to \*\/*.
GENERAL_MEDIA_TYPE_LIST - Static variable in class com.sun.jersey.core.header.MediaTypes
A singleton list containing the general media type.
GENERAL_QUALITY_SOURCE_MEDIA_TYPE_LIST - Static variable in class com.sun.jersey.core.header.MediaTypes
A singleton list containing the general media type.
generate(Set<AbstractResource>) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a set of resources.
generate(ApplicationDescription, AbstractResource) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a resource.
generate(ApplicationDescription, AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a virtual subresource resulting from sub resource methods.
generator(Class<? extends WadlGenerator>) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
GENERIC_TYPE_NOT_SUPPORTED(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Generic type, {0}, not support for parameter {1}.
genericInterface - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair
 
GenericType<T> - Class in com.sun.jersey.api.client
Represents a generic type T.
GenericType() - Constructor for class com.sun.jersey.api.client.GenericType
Constructs a new generic type, deriving the generic type and class from type parameter.
GenericType(Type) - Constructor for class com.sun.jersey.api.client.GenericType
Constructs a new generic type, supplying the generic type information and derving the class.
get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the GET method.
get(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the GET method.
get(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the GET method.
get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
get(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
get(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
get(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
get(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
get(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
get(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
get(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
get(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
get(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
get(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the GET method.
get(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the GET method.
get(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
get(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
get(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
get(T) - Method in class com.sun.jersey.api.client.ViewResource
 
get(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
get(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
get(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
get(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
get(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
 
get(ClientResponse) - Method in class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
get(Object) - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
get(Class, ComponentScope) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactory
Get a IoCComponentProcessor instance given a class and scope.
get(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class com.sun.jersey.core.util.LazyVal
 
get(String, Class<A>) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
get(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
get(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
get(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
get(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
 
get(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
 
get(Parameter) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorProvider
 
get() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
get() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
getAbsolutePath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute path of the request.
getAbsolutePath() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getAbsolutePath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAbsolutePath() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAbsolutePathBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute path of the request in the form of a UriBuilder.
getAbsolutePathBuilder() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAbsolutePathBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAbstractResourceMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
getAbstractResourceMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
Get the abstract resource method.
getAbstractRootResources() - Method in interface com.sun.jersey.api.model.AbstractResourceModelContext
 
getAccept(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of Media type from the "Accept" of an HTTP request.
getAccept(HttpRequestContext, List<QualitySourceMediaType>) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableLanguages() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptableMediaType(List<MediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Deprecated. 
getAcceptableMediaType(List<MediaType>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableMediaType(List<MediaType>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Deprecated. 
getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableMediaTypes() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAcceptableMediaTypes(List<QualitySourceMediaType>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptableMediaTypes() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getAcceptCharset(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of language tag from the "Accept-Charset" of an HTTP request.
getAcceptEncoding(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of language tag from the "Accept-Charset" of an HTTP request.
getAcceptLangauge(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
getAcceptLanguage(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the list of language tag from the "Accept-Language" of an HTTP request.
getAccesibleObject() - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
getAccesibleObject() - Method in interface com.sun.jersey.core.spi.component.ComponentContext
Get the accessible object.
getAdapter() - Method in class com.sun.jersey.api.client.AbstractClientRequestAdapter
Get the adapted client request adapter.
getAdapter() - Method in class com.sun.jersey.api.client.ClientRequest
Get the client request adapter.
getAdapter() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getAdapter(Class<A>) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getAdapter(Class<A>) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getAllow() - Method in class com.sun.jersey.api.client.ClientResponse
Get the allowed HTTP methods from the Allow HTTP header.
getAnnotatedClasses() - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
Get the set of annotated classes.
getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.AbstractMethod
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.AbstractResource
 
getAnnotation() - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getAnnotation(Class<T>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getAnnotation() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getAnnotationDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getAnnotations() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the annotations associated with the response entity (if any).
getAnnotations() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getAnnotations() - Method in class com.sun.jersey.api.model.AbstractResource
 
getAnnotations() - Method in class com.sun.jersey.api.model.Parameter
 
getAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getAnnotations() - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
getAnnotations() - Method in interface com.sun.jersey.core.spi.component.ComponentContext
Get the array of annotations.
getAnnotations() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getAnnotations() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getAnnotations() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getAnnotationTypeName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getAny() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getAny() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the any property.
getApplication() - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig.ApplicationHolder
 
getApplication(ProviderFactory) - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
getApplication(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getApplication(UriInfo, AbstractResource, String) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getApplication() - Method in class com.sun.jersey.server.wadl.ApplicationDescription
 
getApplication(UriInfo) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a new instance of a ApplicationDescription corresponding to all the root resource classes, and configure the base URI.
getApplication(UriInfo, AbstractResource, String) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a new instance of Application for a particular resource
getArcs() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
arcs getter.
getArguments() - Method in interface com.sun.jersey.localization.Localizable
Returns the arguments for message formatting.
getArguments() - Method in class com.sun.jersey.localization.LocalizableMessage
 
getArrayClass(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get Array class of component class.
getArrays() - Method in class com.sun.jersey.api.json.JSONConfiguration
Returns JSON array names property This property is valid for the JSONConfiguration.Notation.MAPPED notation only.
getAsLocale() - Method in class com.sun.jersey.core.header.LanguageTag
 
getAttachmentMarshaller() - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getAttachmentUnmarshaller() - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getAttributeAsElements() - Method in class com.sun.jersey.api.json.JSONConfiguration
Returns names of attributes, which will be handled as elements This property is valid for the JSONConfiguration.Notation.MAPPED notation only.
getAttributeCount() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeCount() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeCount() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributeDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
getAttributeLocalName(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeLocalName(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeLocalName(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributeName(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeName(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeName(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributeNamespace(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeNamespace(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeNamespace(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributePrefix(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributePrefix(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributePrefix(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributeType(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeType(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeType(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributeValue(String, String) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeValue(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getAttributeValue(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeValue(String, String) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getAttributeValue(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAttributeValue(String, String) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getAuthenticationScheme() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getAuthenticationScheme() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getBase() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the base property.
getBaseType() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getBaseUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the base URI of the application.
getbaseUri() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getBaseUri() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getBaseUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getBaseUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getBaseUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the base URI of the application in the form of a UriBuilder.
getBaseUriBuilder() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getBaseUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getBean(BeanManager, Class<?>) - Static method in class com.sun.jersey.server.impl.cdi.Utils
 
getBeanClass() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getBigIntegerValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getBinaryValue(Base64Variant) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getBinding(String) - Method in class com.sun.jersey.server.linking.impl.LinkDescriptor
 
getBinding(String) - Method in interface com.sun.jersey.server.linking.impl.RefDescriptor
Get the binding as an EL expression for a particular URI template parameter
getBinding(String) - Method in class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
getBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
Deprecated. 
getBuilder() - Method in class com.sun.jersey.api.client.WebResource
Deprecated. 
getBuildId() - Static method in class com.sun.jersey.server.impl.BuildId
 
getByteValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getCallbackName() - Method in class com.sun.jersey.api.json.JSONWithPadding
Get the callback function name.
getCharacterEncodingScheme() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getCharacterEncodingScheme() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getCharset(MediaType) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Get the character set from a media type.
getCharset(MediaType) - Static method in class com.sun.jersey.core.util.ReaderWriter
Get the character set from a media type.
getChildNodes() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
 
getClass(Class, Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Find the declaring class that implements or extends an interface.
getClassDoc(Class<?>) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getClasses() - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the set of provider classes to be instantiated in the scope of the Client
getClasses() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get the set of provider classes to be instantiated in the scope of the Client
getClasses() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getClassName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getClient() - Method in class com.sun.jersey.api.client.ClientResponse
Get the client.
getClientResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
Get the status code.
getCodec() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getCodec() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
getCodec() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
getCodec() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
Gets the value of the commentText property.
getCommentText() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getCommonPropertyType(ELContext, Object) - Method in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
getComponentProvider(Class<?>) - Method in interface com.sun.jersey.core.spi.component.ComponentProviderFactory
Get the component provider for a class.
getComponentProvider(Class<?>) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory
Get the IoC component provider for a class.
getComponentProvider(ComponentContext, Class<?>) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProviderFactory
Get the IoC component provider for a class with additional context.
getComponentProvider(ProviderServices.ProviderClass) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Get a component provider for a class.
getComponentProvider(Class) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Get a component provider for a class.
getComponentProvider(Class<?>) - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
getComponentProvider(ComponentContext, Class<?>) - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.component.IoCResourceFactory
 
getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
getComponentProvider(Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
 
getComponentProvider(IoCComponentProvider, Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
 
getComponentProvider(IoCComponentProvider, Class<?>) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
Get the resource class component provider.
getComponentProviderFactory() - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getComponentProviderFactory(Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractField
 
getComponents() - Method in interface com.sun.jersey.api.model.AbstractModelComponent
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractResource
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
getComponents() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
getCondition() - Method in class com.sun.jersey.server.linking.impl.LinkDescriptor
 
getCondition() - Method in interface com.sun.jersey.server.linking.impl.RefDescriptor
Get the condition.
getCondition() - Method in class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
getConfigType() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the configuration type of this config.
getConfigType() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getConfigType() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getConstructors() - Method in class com.sun.jersey.api.model.AbstractResource
 
getConstructors() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getConsumes() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getContainerRequest() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getContainerRequest() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getContainerRequest() - Method in class com.sun.jersey.spi.container.ContainerResponse
Get the container request.
getContainerRequest() - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the container request.
getContainerRequestFilters() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the list of container request filters.
getContainerResponse() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getContainerResponse() - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the container response.
getContainerResponseFilters() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the list of container response filters.
getContainerResponseWriter() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getContainerResponseWriter() - Method in class com.sun.jersey.spi.container.ContainerResponse
Get the container response writer.
getContent() - Method in class com.sun.jersey.server.wadl.ApplicationDescription.ExternalGrammar
 
getContent() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the content property.
getContentLanguageAsLocale(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content language as a Locale instance.
getContentType() - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
getContentType(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content type from the "Content-Type" of an HTTP request.
getContentType(String) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content type from a String.
getContentType(Object) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Get the content type from an Object.
getContextClassLoader() - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the context class loader.
getCookieNameValueMap() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the cookie name value map.
getCookieNameValueMap() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getCookieNameValueMap() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getCookies() - Method in class com.sun.jersey.api.client.ClientResponse
Get the list of cookies.
getCookies() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getCookies() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getCreationDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the creation-date parameter.
getCtor() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
getCurrentLocation() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getCurrentName() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getDateFormats() - Static method in class com.sun.jersey.core.header.HttpDateFormat
Return an unmodifiable list of HTTP specified date formats to use for parsing or formating Date.
getDecimalValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.AbstractResource
 
getDeclaredAnnotations() - Method in class com.sun.jersey.api.model.Parameter
 
getDeclaredAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getDeclaringCallable() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
getDeclaringClass(AccessibleObject) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
 
getDeclaringResource() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getDeclaringType() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
getDefault() - Static method in class com.sun.jersey.spi.container.JavaMethodInvokerFactory
 
getDefault() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the default property.
getDEFAULT_INITIAL_CAPACITY() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
 
getDefaultResourceConfig(Map<String, Object>, WebConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Get the default resource configuration if one is not declared in the web.xml.
getDefaultResourceConfig(Map<String, Object>, ServletConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
getDefaultResourceConfig(Map<String, Object>, WebConfig) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the default resource configuration if one is not declared in the web.xml.
getDefaultResourceConfig(Map<String, Object>) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the default ResourceConfig.
getDefaultResourceConfig(Map<String, Object>) - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getDefaultResourceConfig(Map<String, Object>) - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getDefaultStringValue() - Method in exception com.sun.jersey.api.ParamException
Get the default String value.
getDefaultStringValue() - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
 
getDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
 
getDefaultValue() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getDestfile() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getDispatcher() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getDispatcher(AbstractResourceMethod, JavaMethodInvoker) - Method in class com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory
 
getDispatchingListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getDispatchingListener() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of DispatchingListener that should be used to monitor request processing.
getDispatchProvider() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getDoc() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the doc property.
getDocs() - Method in class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
getDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
 
getDoubleValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getElement() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getElement() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the element property.
getElementClass(Class<?>, Type) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getElementName(Class<?>) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getElements(String[]) - Static method in class com.sun.jersey.api.core.ResourceConfig
Get a canonical array of String elements from a String array where each entry may contain zero or more elements separated by ';'.
getElements(String[], String) - Static method in class com.sun.jersey.api.core.ResourceConfig
Get a canonical array of String elements from a String array where each entry may contain zero or more elements separated by characters in delimiters string.
getElementText() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getElementText() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getELResolver() - Method in class com.sun.jersey.server.linking.el.LinkELContext
 
getEncoding() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getEncoding() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getEntity() - Method in class com.sun.jersey.api.client.ClientRequest
Get the entity of the request.
getEntity(Class<T>) - Method in class com.sun.jersey.api.client.ClientResponse
Get the entity of the response.
getEntity(GenericType<T>) - Method in class com.sun.jersey.api.client.ClientResponse
Get the entity of the response.
getEntity(Class<T>) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getEntity(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the request entity, returns null if the request does not contain an entity body.
getEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getEntity() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the response entity.
getEntity() - Method in class com.sun.jersey.api.JResponse
Get the response entity.
getEntity() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getEntity() - Method in class com.sun.jersey.core.provider.EntityHolder
Get the entity.
getEntity() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getEntity() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.CachedEntityContainerRequest
Get the entity or a cached instance.
getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.CachedEntityContainerRequest
Get the entity or a cached instance.
getEntity(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getEntity(Class<T>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getEntity() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getEntityInputStream() - Method in class com.sun.jersey.api.client.ClientResponse
Get the input stream of the response.
getEntityInputStream() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getEntityInputStream() - Method in class com.sun.jersey.spi.container.ContainerRequest
Get the input stream of the entity.
getEntityTag() - Method in class com.sun.jersey.api.client.ClientResponse
Get the entity tag.
getEntityType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getEntityType() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
Get the entity type.
getEntityType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getEntityType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getEvent() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getEventHandler() - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getEventHandler() - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.CharactersEvent
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.EndDocumentEvent
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.EndElementEvent
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.StartDocumentEvent
 
getEventType() - Method in class com.sun.jersey.json.impl.reader.StartElementEvent
 
getEventValue() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getExceptionMapperContext() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getExceptionMapperContext() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the exception mapper context that can be used to map exceptions to responses.
getExecutorService() - Method in class com.sun.jersey.api.client.Client
Get the ExecutorService for sending asynchronous HTTP requests when no underlying asynchronous HTTP implementation is utilized.
getExplicitRootResources() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getExplicitRootResources() - Method in class com.sun.jersey.api.core.ResourceConfig
Get a map of explicit root resource classes and root resource singleton instances.
getExternalGrammar(String) - Method in class com.sun.jersey.server.wadl.ApplicationDescription
 
getExternalMetadataKeys() - Method in class com.sun.jersey.server.wadl.ApplicationDescription
 
getFamily() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
Get the class of status code.
getFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get the value of a feature.
getFeature(String) - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getFeature(String) - Method in class com.sun.jersey.api.core.ResourceConfig
Get the value of a feature.
getFeature(String) - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the value of a feature.
getFeatureDescriptors(ELContext, Object) - Method in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
getFeatures() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get the map of features associated with the client.
getFeatures() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getFeatures() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the map of features associated with the Web application.
getFeatures() - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the map of features associated with the client.
getFeaturesAndProperties() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getFeaturesAndProperties() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the features and properties.
getField() - Method in class com.sun.jersey.api.model.AbstractField
 
getFieldName() - Method in class com.sun.jersey.server.linking.impl.FieldDescriptor
 
getFields() - Method in class com.sun.jersey.api.model.AbstractResource
 
getFields() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getFieldValue(Object) - Method in class com.sun.jersey.server.linking.impl.FieldDescriptor
 
getFileName() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the filename parameter.
getFirst(String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
getFirst(String, A) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
getFirst(String) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
getFirst(String, A) - Method in class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
getFirst(String, Class<A>) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
getFirst(String, A) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
getFirst(K) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
getFirstArc() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
firstArch getter.
getFixed() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the fixed property.
getFlag() - Method in enum com.sun.jersey.api.container.filter.PostReplaceFilter.ConfigFlag
Returns the numeric value of the bit corresponding to this flag.
getFloatValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getFormParameters() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the form parameters of the request entity.
getFormParameters() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getFormParameters() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getFromStringStringMethod(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the static fromString(String ) method.
getFunctionMapper() - Method in class com.sun.jersey.server.linking.el.LinkELContext
 
getGeneratorClass() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
getGenericClass(Type) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the class that is the type argument of a parameterized type.
getGenericParameterTypes() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getGenericReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getGenericType() - Method in interface com.sun.jersey.api.client.async.ITypeListener
Get the generic type declaring the Java type of the instance to receive for FutureListener.onComplete(java.util.concurrent.Future).
getGenericType() - Method in class com.sun.jersey.api.client.async.TypeListener
 
getGrammars() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the grammars property.
getGroupCounts() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the capturing group counts for each template variable.
getGroupIndexes() - Method in class com.sun.jersey.api.uri.UriPattern
Get the group indexes.
getGroupIndexes() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the group indexes to capturing groups.
getHeaders() - Method in class com.sun.jersey.api.client.ClientRequest
Get the HTTP headers of the request.
getHeaders() - Method in class com.sun.jersey.api.client.ClientResponse
Get the HTTP headers of the response.
getHeaders() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getHeaderValue(Object) - Static method in class com.sun.jersey.api.client.ClientRequest
Convert a header value, represented as a general object, to the string value.
getHeaderValue(String) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get a HTTP header value.
getHeaderValue(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getHeaderValue(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getHeaderValue(Object) - Static method in class com.sun.jersey.spi.container.ContainerResponse
Convert a header value, represented as a general object, to the string value.
getHeadHandler() - Method in class com.sun.jersey.api.client.filter.Filterable
Get the head client handler of the filter chain.
getHostnameVerifier() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
getHref() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the href property.
getHttpHeaders() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the HTTP response headers.
getHttpHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getHttpHeaders() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getHttpMethod() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getHttpMethod() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getHttpURLConnection(URL) - Method in interface com.sun.jersey.client.urlconnection.HttpURLConnectionFactory
Get a HttpURLConnection for a given URL.
getId() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the id property.
getIdFromName(String) - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
getIfMatch(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getIfNoneMatch(HttpRequestContext) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getImmutableThreadLocal() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
getInclude() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the include property.
getIndex() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getInitialContext() - Static method in class com.sun.jersey.server.impl.InitialContextHelper
 
getInitializedExtension() - Static method in class com.sun.jersey.server.impl.cdi.CDIExtension
 
getInitParameter(String) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get an initialization parameter.
getInitParameter(String) - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getInitParameter(String) - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getInitParameterNames() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInitParameterNames() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getInitParameterNames() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.core.impl.provider.xml.LazySingletonContextProvider
 
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider
 
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, ComponentScope) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
getInjectable(Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectable(AccessibleObject, Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectable(List<Parameter>, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get a list of injectable given a list of parameter.
getInjectable(AccessibleObject, List<Parameter>, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get a list of injectable given a list of parameter.
getInjectable(Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(AccessibleObject, Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(List<Parameter>, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(AccessibleObject, List<Parameter>, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectable(ComponentContext, CookieParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.CookieParamInjectableProvider
 
getInjectable(ComponentContext, FormParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.FormParamInjectableProvider
 
getInjectable(ComponentContext, HeaderParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.HeaderParamInjectableProvider
 
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
 
getInjectable(ComponentContext, MatrixParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.MatrixParamInjectableProvider
 
getInjectable(ComponentContext, PathParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.PathParamInjectableProvider
 
getInjectable(ComponentContext, QueryParam, Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.QueryParamInjectableProvider
 
getInjectable(ComponentContext, A, C) - Method in interface com.sun.jersey.spi.inject.InjectableProvider
Get an injectable.
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, ComponentScope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectable(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectable(ComponentContext, A, Type) - Method in class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
 
getInjectable(ComponentContext, A) - Method in class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
Get an injectable for type T.
getInjectable(ComponentContext, A, Type) - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 
getInjectableInstance(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCInstantiatedComponentProvider
The instance for the runtime to perform injection on.
getInjectableiWithScope(Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectableiWithScope(AccessibleObject, Parameter, ComponentScope) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Get an injectable given a parameter.
getInjectableiWithScope(Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectableiWithScope(AccessibleObject, Parameter, ComponentScope) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
getInjectableProviderContext() - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Get the injectable provider context.
getInjectableProviderContext() - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getInjectableProviderContext() - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
Get the server-specific injectable provider context.
getInjectables() - Method in class com.sun.jersey.server.impl.inject.InjectableValuesProvider
 
getInjectables(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
getInjectables(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
getInjectableValues(HttpContext) - Method in class com.sun.jersey.server.impl.inject.InjectableValuesProvider
Get the injectable values.
getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider
Get the injectable values provider for an abstract resource method.
getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.EntityParamDispatchProvider
 
getInjectableValuesProvider(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
getInjectableWithScope(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
getInjectableWithScope(Class<? extends Annotation>, ComponentContext, A, C, List<ComponentScope>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Get an injectable.
getInjectionPoints() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getInputStream() - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
getInstance() - Static method in class com.sun.jersey.core.impl.provider.entity.Inflector
Return a fully configured Inflector instance that can be used for performing transformations.
getInstance() - Method in class com.sun.jersey.core.impl.provider.xml.DocumentBuilderFactoryProvider
 
getInstance() - Method in class com.sun.jersey.core.impl.provider.xml.LazySingletonContextProvider
 
getInstance() - Method in class com.sun.jersey.core.impl.provider.xml.SAXParserContextProvider
 
getInstance() - Method in class com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider
 
getInstance() - Method in class com.sun.jersey.core.impl.provider.xml.TransformerFactoryProvider
 
getInstance() - Method in class com.sun.jersey.core.impl.provider.xml.XMLStreamReaderContextProvider
 
getInstance() - Method in class com.sun.jersey.core.spi.component.ComponentConstructor
Get a new instance.
getInstance() - Method in interface com.sun.jersey.core.spi.component.ComponentProvider
Get the instance.
getInstance() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCProxiedComponentProvider
This method will not be invoked since an instance is created by the runtime, and that instance may be proxied via the IoCProxiedComponentProvider.proxy(java.lang.Object) method.
getInstance(BeanManager, Class<T>) - Static method in class com.sun.jersey.server.impl.cdi.Utils
 
getInstance(Class<?>) - Static method in class com.sun.jersey.server.linking.impl.EntityDescriptor
 
getInstance(HttpContext) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Get the instance.
getInstances(Class<T>, String[]) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getInstances(Class<T>, Class<? extends T>[]) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getIntValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getIssueList() - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
Returns a list of issues found after AbstractModelValidator.validate(com.sun.jersey.api.model.AbstractModelComponent) method has been invoked
getIterator() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
 
getJavaClass() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedConstructorImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedFieldImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
getJavaMember() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMethodImpl
 
getJAXBContext() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getJAXBContext() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context associated with the WadlGenerator for the Web application.
getJResponse() - Method in class com.sun.jersey.api.JResponseAsResponse
Get the adapted JResponse instance.
getJSONConfiguration() - Method in interface com.sun.jersey.api.json.JSONConfigurated
Provides information on current JSON configuration options for this object.
getJSONConfiguration() - Method in class com.sun.jersey.api.json.JSONJAXBContext
Get the JSON configuration.
getJSONConfiguration() - Method in class com.sun.jersey.json.impl.BaseJSONMarshaller
 
getJSONConfiguration() - Method in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
getJSONMarshaller(Marshaller) - Static method in class com.sun.jersey.api.json.JSONJAXBContext
getJsonSource() - Method in class com.sun.jersey.api.json.JSONWithPadding
Get the JSON source.
getJSONUnmarshaller(Unmarshaller) - Static method in class com.sun.jersey.api.json.JSONJAXBContext
getKey() - Method in interface com.sun.jersey.localization.Localizable
Gets the key in the resource bundle.
getKey() - Method in class com.sun.jersey.localization.LocalizableMessage
 
getLang() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the lang property.
getLanguage() - Method in class com.sun.jersey.api.client.ClientResponse
Get the language.
getLanguage() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getLanguage() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getLanguageMappings() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getLanguageMappings() - Method in class com.sun.jersey.api.core.ResourceConfig
Get a map of file extension to language.
getLanguageTagAsLocale(String) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
 
getLastModified() - Method in class com.sun.jersey.api.client.ClientResponse
Get the last modified date.
getLength() - Method in class com.sun.jersey.api.client.ClientResponse
Get Content-Length.
getLink(String) - Method in class com.sun.jersey.core.header.LinkHeaders
 
getLink() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the link property.
getLinkFields() - Method in class com.sun.jersey.server.linking.impl.EntityDescriptor
 
getLinkHeader() - Method in class com.sun.jersey.server.linking.impl.LinkDescriptor
 
getLinkHeaders() - Method in class com.sun.jersey.server.linking.impl.EntityDescriptor
 
getLinks() - Method in class com.sun.jersey.api.client.ClientResponse
 
getLinkStyle() - Method in class com.sun.jersey.server.linking.impl.LinkDescriptor
 
getLinkStyle() - Method in interface com.sun.jersey.server.linking.impl.RefDescriptor
Get the style
getLinkStyle() - Method in class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
getLinkTemplate() - Method in class com.sun.jersey.server.linking.impl.LinkDescriptor
 
getLinkTemplate() - Method in interface com.sun.jersey.server.linking.impl.RefDescriptor
Get the link template, either directly from the value() or from the
getLinkTemplate() - Method in class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
getLinkTemplate(Ref) - Static method in class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
getList(String) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
getListener() - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getListener() - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getLocale() - Method in class com.sun.jersey.localization.Localizer
 
getLocalName() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getLocalName() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getLocalName() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getLocation() - Method in class com.sun.jersey.api.client.ClientResponse
Get the location.
getLocation() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getLocation() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getLocation() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getLongValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getMappedThrowable() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get the throwable that was mapped to a response.
getMappedThrowable() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the throwable (if any) that was mapped to a response.
getMappedThrowable() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMappedThrowable() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getMappedThrowable() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getMarshaller(Class, MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getMatchedMethod() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get get matched resource method that was invoked.
getMatchedMethod() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedResources() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedResults() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get a read-only list of MatchResult for matched resources.
getMatchedResults() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedTemplates() - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get a read-only list of UriTemplate for matched resources.
getMatchedTemplates() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedURIs() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchedURIs(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchResult() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getMatchResult() - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
Get the match result
getMediaType() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
 
getMediaType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the media type of the response entity.
getMediaType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getMediaType() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getMediaType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getMediaType() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getMediaType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getMediaType() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the mediaType property.
getMediaType() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the mediaType property.
getMediaTypeMappings() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getMediaTypeMappings() - Method in class com.sun.jersey.api.core.ResourceConfig
Get a map of file extension to media type.
getMessage() - Method in class com.sun.jersey.api.model.ResourceModelIssue
Human readible description of the issue
getMessage() - Method in exception com.sun.jersey.api.NotFoundException
 
getMessage(String, Object...) - Method in class com.sun.jersey.localization.LocalizableMessageFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyWorkers() - Method in class com.sun.jersey.api.client.Client
Get the MessageBodyWorkers utilized by the client.
getMessageBodyWorkers() - Method in class com.sun.jersey.api.client.RequestWriter
 
getMessageBodyWorkers() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.ContainerRequest
Get the message body workers.
getMessageBodyWorkers() - Method in class com.sun.jersey.spi.container.ContainerResponse
Get the message body workers.
getMessageBodyWorkers() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the message body workers that can be used for getting message body readers and writers.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaType(Class<T>, Type, Annotation[], List<MediaType>) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyWriterMediaType(Class<T>, Type, Annotation[], List<MediaType>) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
getMessageBodyWriterMediaTypes(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getMessageBodyWriterMediaTypes(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMetadata() - Method in class com.sun.jersey.api.client.ClientRequest
Deprecated.
getMetadata() - Method in class com.sun.jersey.api.client.ClientResponse
Deprecated. 
getMetadata() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the metadata associated with the response.
getMetadata() - Method in class com.sun.jersey.api.JResponse
Get metadata associated with the response as a map.
getMetadata() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getMetadata() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getMetaMethodAnnotations(Class<T>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getMethod() - Method in class com.sun.jersey.api.client.ClientRequest
Get the HTTP method of the request.
getMethod() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getMethod() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getMethod() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getMethod() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getMethod() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getMethodDoc(Class<?>, Method) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getMethodDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getMethodName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the methodOrResource property.
getMethodOrResource() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the methodOrResource property.
getMethods() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
getModCount() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Get the number of times this HashMap has been structurally modified Structural modifications are those that change the number of mappings in the HashMap or otherwise modify its internal structure (e.g., rehash).
getModel() - Method in class com.sun.jersey.api.view.Viewable
Get the model.
getModificationDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the modification-date parameter.
getMultivaluedParameterExtractorProvider() - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
getName() - Method in class com.sun.jersey.core.header.FormDataContentDisposition
Get the name parameter.
getName() - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
getName() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getName() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getName() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getName() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getName() - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractor
 
getName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
getName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getName() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the name of the Web component.
getName() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getName() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getName() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the name property.
getName() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the name property.
getNameFromId(int) - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
getNames() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the list of template names.
getNamespaceContext() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getNamespaceContext() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getNamespaceContext() - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
getNamespaceContext() - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
getNamespaceContext() - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
getNamespaceCount() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getNamespaceCount() - Method in class com.sun.jersey.json.impl.reader.JsonNamespaceContext
 
getNamespaceCount() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getNamespacePrefix(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getNamespacePrefix(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getNamespaceURI(String) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getNamespaceURI(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getNamespaceURI() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getNamespaceURI(String) - Method in class com.sun.jersey.json.impl.reader.JsonNamespaceContext
 
getNamespaceURI() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getNamespaceURI(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getNamespaceURI(String) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getNameToPattern() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the map of template names to patterns.
getNext() - Method in class com.sun.jersey.api.client.filter.ClientFilter
Get the next client handler to invoke in the chain of filters.
getNode(Object) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getNonLinkFields() - Method in class com.sun.jersey.server.linking.impl.EntityDescriptor
 
getNonStrings() - Method in class com.sun.jersey.api.json.JSONConfiguration
Returns names of JSON objects, which will be serialized out as non-strings, i.e.
getNormalizedTemplate() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the normalized template.
getNotation() - Method in class com.sun.jersey.api.json.JSONConfiguration
Returns JSON notation selected for this configuration
getNotFoundUri() - Method in exception com.sun.jersey.api.NotFoundException
Get the URI that is not found.
getNsSeparator() - Method in class com.sun.jersey.api.json.JSONConfiguration
Returns XML namespace separator, which is used when constructing JSON identifiers for XML elements/attributes in other than default namespace This property is valid for the JSONConfiguration.Notation.MAPPED notation only.
getNumberOfExplicitCharacters() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfExplicitRegexes() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfLiteralCharacters() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the number of literal characters.
getNumberOfTemplateVariables() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the number of template variables.
getNumberType() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getNumberValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getOp() - Method in class com.sun.jersey.core.header.LinkHeader
 
getOption() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the option property.
getOriginalApplication() - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig.ApplicationHolder
 
getOriginalEntity() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the original entity instance that was set by HttpResponseContext.setEntity(java.lang.Object).
getOriginalEntity() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getOriginalEntity() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Representation
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputContext() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
getOutputContext() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
getOutputContext() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
getOutputStream() - Method in class com.sun.jersey.api.client.CommittingOutputStream
Get the adapted output stream.
getOutputStream() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get an OutputStream to which an entity may be written.
getOutputStream() - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
getOutputStream() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getOutputStream() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getParam() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the param property.
getParam() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the param property.
getParamDoc(Class<?>, Method, Parameter) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getParamDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getParameterAnnotations() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getParameterClass() - Method in class com.sun.jersey.api.model.Parameter
 
getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the parameterized class arguments for a declaring class that declares a generic interface type.
getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the parameterized type arguments for a declaring class that declares a generic interface type.
getParameterName() - Method in exception com.sun.jersey.api.ParamException
Get the parameter name.
getParameters() - Method in class com.sun.jersey.api.model.AbstractField
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractResourceConstructor
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
getParameters() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
getParameters() - Method in interface com.sun.jersey.api.model.Parameterized
 
getParameters() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the parameters.
getParameters() - Method in class com.sun.jersey.core.header.ParameterizedHeader
Get the parameters.
getParameters() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
 
getParameterType() - Method in class com.sun.jersey.api.model.Parameter
 
getParameterType() - Method in exception com.sun.jersey.api.ParamException
Get the type of the parameter annotation.
getParameterTypes() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getParamName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getParams() - Method in class com.sun.jersey.core.header.LinkHeader
 
getParsingContext() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getPath() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a string.
getPath() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPath() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
getPath() - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
 
getPath() - Method in interface com.sun.jersey.api.model.PathAnnotated
 
getPath() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPath(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPath() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPath(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPath() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPath(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPath() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the path property.
getPath() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the path property.
getPathParameters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathParameters(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(String) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get the path segments that contains a template variable.
getPathSegments(String, boolean) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get the path segments that contains a template variable.
getPathSegments() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments(String, boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getPathSegments() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPathSegments(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getPathSegments() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPathSegments(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getPattern() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the URI pattern.
getPattern() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the pattern.
getPattern() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
pattern getter.
getPIData() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getPIData() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getPITarget() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getPITarget() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getPosition() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedParameterImpl
 
getPostConstructMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPreDestroyMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPreferedDateFormat() - Static method in class com.sun.jersey.core.header.HttpDateFormat
Get the preferred HTTP specified date format (RFC 1123).
getPrefix() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getPrefix(String) - Method in class com.sun.jersey.json.impl.reader.JsonNamespaceContext
 
getPrefix() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getPrefix() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getPrefix(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
getPrefix(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
getPrefix(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
getPrefixes(String) - Method in class com.sun.jersey.json.impl.reader.JsonNamespaceContext
 
getPrimaryTag() - Method in class com.sun.jersey.core.header.LanguageTag
 
getProduces() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getProfile() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the profile property.
getProperties() - Method in class com.sun.jersey.api.client.AsyncWebResource
Gets WebResource related properties.
getProperties() - Method in class com.sun.jersey.api.client.Client
Get the mutable property bag.
getProperties() - Method in class com.sun.jersey.api.client.ClientRequest
Get the mutable property bag.
getProperties() - Method in class com.sun.jersey.api.client.ClientResponse
Get the map of response properties.
getProperties() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get the map of properties associated with the client.
getProperties() - Method in class com.sun.jersey.api.client.WebResource
Gets WebResource related properties.
getProperties() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getProperties() - Method in interface com.sun.jersey.api.core.HttpContext
Get the mutable properties.
getProperties() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the map of properties associated with the Web application.
getProperties() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
getProperties() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getProperties() - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the map of properties associated with the client.
getProperties() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getProperties() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getProperties() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getProperties() - Method in class com.sun.jersey.spi.container.ContainerRequest
Get the mutable properties.
getProperty(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get the value of a property.
getProperty(String) - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getProperty(String) - Method in class com.sun.jersey.api.core.ResourceConfig
Get the value of a property.
getProperty(String) - Method in interface com.sun.jersey.core.util.FeaturesAndProperties
Get the value of a property.
getProperty(String) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getProperty(String) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getProperty(String) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getProperty(String) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getProperty(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
getProperty(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
getProperty(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
getPropertyAsFeature(String) - Method in class com.sun.jersey.api.client.ClientRequest
Get a feature that is boolean property of the property bag.
getPropertyAsFeature(String, boolean) - Method in class com.sun.jersey.api.client.ClientRequest
Get a feature that is boolean property of the property bag.
getPropertyAsFeature(String) - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get a feature that is boolean property of the property bag.
getPropertyAsFeature(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get a feature that is boolean property of the property bag.
getProviderClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of provider classes.
getProviders() - Method in class com.sun.jersey.api.client.Client
Get the Providers utilized by the client.
getProviders(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProviders(Class<T>, ProviderServices.ProviderListener) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProviders() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getProviders() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the providers.
getProvidersAndServices(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProvidersAndServices(Class<T>, ProviderServices.ProviderListener) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getProviderSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of provider singleton instances.
getQualifiers() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getQuality() - Method in class com.sun.jersey.core.header.AcceptableLanguageTag
 
getQuality() - Method in class com.sun.jersey.core.header.AcceptableMediaType
 
getQuality() - Method in class com.sun.jersey.core.header.AcceptableToken
 
getQuality() - Method in interface com.sun.jersey.core.header.QualityFactor
 
getQualitySource() - Method in class com.sun.jersey.core.header.QualitySourceMediaType
 
getQualitySource(MediaType) - Static method in class com.sun.jersey.core.header.QualitySourceMediaType
 
getQueryParameters() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the URI query parameters of the current request.
getQueryParameters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getQueryParameters(boolean) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getQueryParameters() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getQueryParameters(boolean) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getQueryParameters() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getQueryParameters(boolean) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getQueryType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the queryType property.
getRawClass() - Method in class com.sun.jersey.api.client.GenericType
Gets underlying raw class instance derived from the type.
getReadDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the read-date parameter.
getReaders(MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getReaders(MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getReasonPhrase() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
Get the reason phrase.
getRegex() - Method in class com.sun.jersey.api.uri.UriPattern
Get the regular expression.
getRel() - Method in class com.sun.jersey.core.header.LinkHeader
 
getRel() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rel property.
getRemainder() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getReportMissingDependentFieldOrMethod() - Static method in class com.sun.jersey.spi.inject.Errors
 
getRepresentation() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the representation property.
getRepresentation() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the representation property.
getRepresentationDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
getRepresentations() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
getRequest() - Method in interface com.sun.jersey.api.core.HttpContext
Get the HTTP request information.
getRequest() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRequest() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getRequest() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the request property.
getRequestBuilder() - Method in class com.sun.jersey.api.client.AsyncViewResource
Get the ClientRequest builder.
getRequestBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
Get the ClientRequest builder.
getRequestBuilder() - Method in class com.sun.jersey.api.client.ViewResource
Get the ClientRequest builder.
getRequestBuilder() - Method in class com.sun.jersey.api.client.WebResource
Get the ClientRequest builder.
getRequestDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getRequestEntityWriter(ClientRequest) - Method in class com.sun.jersey.api.client.RequestWriter
Get a request entity writer capable of writing the request entity.
getRequestFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
Get the request filter.
getRequestFilters() - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getRequestFilters(List<ResourceFilter>) - Static method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getRequestFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getRequestHeader(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestHeader(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequestHeaders() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestHeaders() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequestListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getRequestListener() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of RequestListener that should be used to monitor request processing.
getRequestRepresentation(Class<?>, Method, String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getRequestUri() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute request URI.
getRequestUri() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRequestUri() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestUri() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequestUriBuilder() - Method in interface com.sun.jersey.api.core.HttpRequestContext
Get the absolute request URI in the form of a UriBuilder.
getRequestUriBuilder() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getRequestUriBuilder() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
getRequiredJaxbContextPath() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
The jaxb context path that is used when the generated wadl application is marshalled to a file.
This method is used in a decorator like manner.
The result return the path (or a colon-separated list of package names) containing jaxb-beans that are added to wadl elements by this WadlGenerator, additionally to the context path of the decorated WadlGenerator (set by WadlGenerator.setWadlGeneratorDelegate(WadlGenerator).
If you do not use custom jaxb beans, then simply return _delegate.getRequiredJaxbContextPath(), otherwise return the delegate's WadlGenerator.getRequiredJaxbContextPath() together with your required context path (separated by a colon):
getRequiredJaxbContextPath() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
getResolvingClass() - Method in class com.sun.jersey.api.view.Viewable
Get the resolving class.
getResource(Class<T>) - Method in interface com.sun.jersey.api.core.ResourceContext
Provides an instance of the given resource class.
getResource() - Method in class com.sun.jersey.api.model.AbstractMethod
 
getResource(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getResource(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the resource instance from a resource class.
getResource() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the resource property.
getResourceBundleName() - Method in interface com.sun.jersey.localization.Localizable
 
getResourceBundleName() - Method in class com.sun.jersey.localization.LocalizableMessage
 
getResourceClass() - Method in class com.sun.jersey.api.model.AbstractResource
 
getResourceClass() - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
getResourceConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the resource configuration.
getResourceFilterFactories() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the list of resource filter factories.
getResourceFilters(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResourceFilters(Class<? extends ResourceFilter>[]) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
Provides a non-null list of resource methods available on the resource
getResources(String, ClassLoader) - Method in class com.sun.jersey.core.spi.scanning.PackageNamesScanner.ResourcesProvider
Find all resources with the given name using a class loader.
getResources() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resources property.
getResourceType() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the resourceType property.
getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the resourceTypeOrMethodOrRepresentation property.
getResponse() - Method in exception com.sun.jersey.api.client.UniformInterfaceException
Get the client response assocatiated with the exception.
getResponse() - Method in interface com.sun.jersey.api.core.HttpContext
Get the HTTP response information.
getResponse() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Get the response that was set.
getResponse() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getResponse() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getResponse(Class<?>, Method) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
getResponse() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getResponse() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getResponse() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the response property.
getResponseDate() - Method in class com.sun.jersey.api.client.ClientResponse
Get response date (server side).
getResponseDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getResponseFilter() - Method in interface com.sun.jersey.spi.container.ResourceFilter
Get the response filter.
getResponseFilters() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getResponseFilters() - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResponseFilters(List<ResourceFilter>) - Static method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResponseFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getResponseListener() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getResponseListener() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of ResponseListener that should be used to monitor request processing.
getResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
getReturnDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getReturnDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
getReturnType() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getReturnTypeExample() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
getRev() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rev property.
getRootElementName(Class<?>) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getRootElementName(Class<Object>) - Static method in class com.sun.jersey.json.impl.JSONHelper
calculating local name of an appropriate XML element, pretty much the same way as it is done by JAXB 2.1 impl (for situations when we want to pretend the element was present in an incoming stream amd all we have is the type information) TODO: work out with JAXB guys a better way of doing it, probably we could take it from an existing JAXBContext?
getRootResourceClasses() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of root resource classes.
getRootResourceSingletons() - Method in class com.sun.jersey.api.core.ResourceConfig
Get the set of root resource singleton instances.
getRules() - Method in class com.sun.jersey.server.impl.application.RootResourceUriRules
 
getRules(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRules() - Method in class com.sun.jersey.server.impl.model.ResourceUriRules
 
getRules(Class) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Get the rules for a resource class.
getSAXSource(SAXParserFactory, InputStream) - Static method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getSchema() - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
getSchema() - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.BundleSchemeScanner
 
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
 
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
 
getSchemes() - Method in interface com.sun.jersey.core.spi.scanning.uri.UriSchemeScanner
Get the set of supported URI schemes.
getSchemes() - Method in class com.sun.jersey.core.spi.scanning.uri.VfsSchemeScanner
 
getScope() - Method in class com.sun.jersey.core.impl.provider.xml.LazySingletonContextProvider
 
getScope() - Method in class com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider
 
getScope(Class) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactory
Get the scope of the component, if that component is managed by the Jersey runtime.
getScope() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCFullyManagedComponentProvider
Get the scope.
getScope() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCManagedComponentProvider
Get the component scope.
getScope() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
getScope() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getScope(Class) - Method in class com.sun.jersey.server.impl.component.ResourceFactory
 
getScope(Class) - Method in class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
getScope() - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
 
getScope() - Method in class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
 
getScope(Class) - Method in class com.sun.jersey.server.impl.resource.PerRequestFactory
 
getScope(Class) - Method in class com.sun.jersey.server.impl.resource.SingletonFactory
 
getScope() - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Get the scope.
getScope(Class) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProviderFactory
Get the scope of the resource class.
getScope() - Method in interface com.sun.jersey.spi.inject.InjectableProvider
Get the scope of the injectable provider.
getScope() - Method in class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
 
getScope() - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 
getServerInjectableProviderFactory() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getServerInjectableProviderFactory() - Method in interface com.sun.jersey.spi.container.WebApplication
Get the server injectable provider factory.
getServices(Class<T>) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
getServletContext() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Get the servlet context for the servlet or filter, depending on how this class is registered.
getServletContext() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the ServletContext.
getServletContext() - Method in class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
getServletContext() - Method in class com.sun.jersey.spi.container.servlet.WebServletConfig
 
getSetterMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getShortValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getSingletons() - Method in interface com.sun.jersey.api.client.config.ClientConfig
Get the singleton provider instances to be utilized by the client.
getSingletons() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
Get the singleton provider instances to be utilized by the client.
getSingletons() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getSize() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
 
getSize() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the size parameter.
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FileProvider
 
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.SourceWriter
 
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
 
getSize() - Static method in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
getSize(Viewable, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
getSource() - Method in class com.sun.jersey.api.model.Parameter
 
getSource() - Method in class com.sun.jersey.api.model.ResourceModelIssue
Corresponding object (having the issue)
getSourceName() - Method in class com.sun.jersey.api.model.Parameter
 
getSpecificAcceptableMediaTypes(List<MediaType>, List<? extends MediaType>) - Static method in class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
Get a list of media types that are acceptable for the response.
getSSLContext() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
Get the SSLContext.
getStaticContentPattern() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
getStatus() - Method in class com.sun.jersey.api.client.ClientResponse
Get the status code.
getStatus() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getStatus() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the status code associated with the response.
getStatus() - Method in class com.sun.jersey.api.JResponse
Get the status code associated with the response.
getStatus() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getStatus() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
getStatus() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getStatus() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getStatus() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the status property.
getStatusCode() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
Get the associated status code.
getStatusType() - Method in interface com.sun.jersey.api.core.HttpResponseContext
 
getStatusType() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Get the status type associated with the response.
getStatusType() - Method in class com.sun.jersey.api.JResponse
Get the status type associated with the response.
getStatusType() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
Get the status type.
getStatusType() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
getStatusType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getStereotypes() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getStoredJAXBContext(Class) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider
 
getStoredJAXBContext(Class) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getStoredJAXBContext(Class) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
 
getStringConstructor(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the constructor that has a single parameter of String.
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders.RootElementProvider
 
getStringReader(Class<T>, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.DateProvider
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.StringConstructor
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromString
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromStringEnum
 
getStringReader(Class, Type, Annotation[]) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeValueOf
 
getStringReader(Class<?>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.StringReaderProvider
Obtain a StringReader that can produce an instance of a particular type from a string.
getStringReader(Class<T>, Type, Annotation[]) - Method in interface com.sun.jersey.spi.StringReaderWorkers
Get a string reader that matches a set of criteria.
getStyle() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getStyle() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the style property.
getSubResourceLocators() - Method in class com.sun.jersey.api.model.AbstractResource
Provides a non-null list of subresource locators available on the resource
getSubResourceMethods() - Method in class com.sun.jersey.api.model.AbstractResource
Provides a non-null list of subresource methods available on the resource
getSubTags() - Method in class com.sun.jersey.core.header.LanguageTag
 
getSupportedInputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getSupportedOutputTypes() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
getTag() - Method in class com.sun.jersey.core.header.LanguageTag
 
getTemplate() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the URI template as a String.
getTemplate() - Method in class com.sun.jersey.api.uri.UriTemplateParser
Get the template.
getTemplate() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getTemplate() - Method in class com.sun.jersey.server.impl.uri.PathPattern
Get template.
getTemplate() - Method in class com.sun.jersey.server.impl.uri.rules.BaseRule
Get URI template initialized in ctor.
getTemplateName() - Method in class com.sun.jersey.api.view.Viewable
Get the template name.
getTemplateVariables() - Method in class com.sun.jersey.api.uri.UriTemplate
Get the list of template variables for the template.
getText() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getText() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getText() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getText() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getTextCharacters() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getTextCharacters(int, char[], int, int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getTextCharacters() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getTextCharacters() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getTextCharacters(int, char[], int, int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getTextCharacters() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getTextCharacters(int, char[], int, int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getTextLength() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getTextLength() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getTextLength() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getTextLength() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getTextOffset() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getTextStart() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getTextStart() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
getTextStart() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getThreadLocal() - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
getThreadLocalHttpContext() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getThreadLocalHttpContext() - Method in interface com.sun.jersey.spi.container.WebApplication
Get an instance of HttpContext that is a proxy to a thread local instance of HttpContext.
getTitle() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the title property.
getToken() - Method in class com.sun.jersey.core.header.Token
 
getTokenLocation() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getType() - Method in interface com.sun.jersey.api.client.async.ITypeListener
Get the class of the instance to receive for FutureListener.onComplete(java.util.concurrent.Future).
getType() - Method in class com.sun.jersey.api.client.async.TypeListener
 
getType() - Method in class com.sun.jersey.api.client.ClientResponse
Get the media type of the response.
getType() - Method in class com.sun.jersey.api.client.GenericType
Gets underlying Type instance derived from the type.
getType() - Method in class com.sun.jersey.api.JResponse
Get the type of the entity.
getType() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the type.
getType() - Method in class com.sun.jersey.core.header.LinkHeader
 
getType() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getType(ELContext, Object, Object) - Method in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
getType() - Method in class com.sun.jersey.server.wadl.ApplicationDescription.ExternalGrammar
 
getType() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
getType() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the type property.
getType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the type property.
getTypeArgumentAndClass(Type) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
 
getTypeClosure() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
getTypeParameters() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
getTypes() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
getTypeWildCart(MediaType) - Static method in class com.sun.jersey.core.header.MediaTypes
Returns MediaType with wildcard in subtype.
getUnmarshaller(Class, MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getUnmarshaller(Class) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
 
getUnmarshallerHandler() - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
getURI() - Method in class com.sun.jersey.api.client.AsyncViewResource
Get the URI to the resource.
getURI() - Method in class com.sun.jersey.api.client.AsyncWebResource
Get the URI to the resource.
getURI() - Method in class com.sun.jersey.api.client.ClientRequest
Get the URI of the request.
getURI() - Method in class com.sun.jersey.api.client.ViewResource
Get the URI to the resource.
getURI() - Method in class com.sun.jersey.api.client.WebResource
Get the URI to the resource.
getURI() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
getUri() - Method in class com.sun.jersey.core.header.LinkHeader
 
getUriBuilder() - Method in class com.sun.jersey.api.client.AsyncViewResource
Get the URI builder to the resource.
getUriBuilder() - Method in class com.sun.jersey.api.client.AsyncWebResource
Get the URI builder to the resource.
getUriBuilder() - Method in class com.sun.jersey.api.client.ViewResource
Get the URI builder to the resource.
getUriBuilder() - Method in class com.sun.jersey.api.client.WebResource
Get the URI builder to the resource.
getUriInfo() - Method in interface com.sun.jersey.api.core.HttpContext
Get the extended URI information.
getUriInfo() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getUriInfo() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
getUserPrincipal() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
getUserPrincipal() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
getValue() - Method in class com.sun.jersey.api.model.PathValue
 
getValue() - Method in class com.sun.jersey.core.header.ParameterizedHeader
Get the value.
getValue() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
getValue() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
getValue() - Method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
This implementation throws an IllegalStateException.
getValue(HttpContext) - Method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
Get the injectable value given the HttpContext.
getValue() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
value getter.
getValue(ELContext, Object, Object) - Method in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
getValue() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
getValue() - Method in interface com.sun.jersey.spi.inject.Injectable
Get the injectable value.
getValue() - Method in class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
 
getValue() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the value property.
getValueOfStringMethod(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the static valueOf(String ) method.
getVariableMapper() - Method in class com.sun.jersey.server.linking.el.LinkELContext
 
getVersion() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getVersion() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getViewProxy(Class<T>) - Method in class com.sun.jersey.api.client.Client
 
getWadl(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlResource
 
getWadlParams() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
getWebConfig() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Get the Web configuration.
getWebConfig() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Get the Web configuration.
getWithoutDefaultValue(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.BaseParamInjectableProvider
 
getWithoutDefaultValue(Parameter) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
 
getWithoutDefaultValue(Parameter) - Method in interface com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorProvider
 
getWriters(MediaType) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
getWriters(MediaType) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getXml2JsonNs() - Method in class com.sun.jersey.api.json.JSONConfiguration
Returns a map for XML to JSON namespace mapping This property is valid for the JSONConfiguration.Notation.MAPPED notation only.
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLListElementProvider
 
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
Get the XMLStreamReader for unmarshalling.
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetListElementProvider
 
getXMLStreamReader(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider
 
GLASSFISH_DEFAULT_ERROR_PAGE_RESPONSE - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The servlet initialization property whose boolean value determines if GlassFish default error pages will be returned or not.
GlassFishMonitoringInitializer - Class in com.sun.jersey.server.impl.monitoring
 
GlassFishMonitoringInitializer() - Constructor for class com.sun.jersey.server.impl.monitoring.GlassFishMonitoringInitializer
 
GlassfishMonitoringProvider - Interface in com.sun.jersey.spi.monitoring
A GlassFish monitoring provider to register Jersey-based monitoring.
grammars - Variable in class com.sun.research.ws.wadl.Application
 
Grammars - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
 
GZIPContentEncodingFilter - Class in com.sun.jersey.api.client.filter
A GZIP content encoding filter.
GZIPContentEncodingFilter() - Constructor for class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
Create a GZIP Content-Encoding filter that compresses the request entity.
GZIPContentEncodingFilter(boolean) - Constructor for class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
Create a GZIP Content-Encoding filter.
GZIPContentEncodingFilter - Class in com.sun.jersey.api.container.filter
A GZIP content encoding filter.
GZIPContentEncodingFilter() - Constructor for class com.sun.jersey.api.container.filter.GZIPContentEncodingFilter
 

H

handle(ClientRequest, FutureListener<ClientResponse>) - Method in interface com.sun.jersey.api.client.async.AsyncClientHandler
Invoke an asynchronous client request.
handle(ClientRequest, FutureListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
handle(ClientRequest, FutureListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.Client
 
handle(ClientRequest) - Method in interface com.sun.jersey.api.client.ClientHandler
Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.ClientFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.ConnectionListenerFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.CsrfProtectionFilter
Adds X-Requested-By header (if not present) to potentially state changing requests.
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.GZIPContentEncodingFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.HTTPBasicAuthFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.HTTPDigestAuthFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.LoggingFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
ClientRequest handler.
handle(HttpExchange) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
handleRequest(ContainerRequest, ContainerResponseWriter) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
handleRequest(ContainerRequest, ContainerResponse) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
handleRequest(ContainerRequest, ContainerResponseWriter) - Method in interface com.sun.jersey.spi.container.WebApplication
Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response.
handleRequest(ContainerRequest, ContainerResponse) - Method in interface com.sun.jersey.spi.container.WebApplication
Handle an HTTP request by dispatching the request to the appropriate matching Web resource that produces the response or otherwise producing the appropriate HTTP error response.
hasAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasAttributeDocs() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
hasConflict(PathPattern) - Method in class com.sun.jersey.server.impl.model.RulesMap
 
hasDefaultValue() - Method in class com.sun.jersey.api.model.Parameter
 
hasEntity() - Method in class com.sun.jersey.api.client.ClientResponse
Checks if there is an entity available.
hasEntity() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
hasEntity() - Method in class com.sun.jersey.core.provider.EntityHolder
 
hash(K) - Method in interface com.sun.jersey.core.util.KeyComparator
Get the hash code of a key.
hash(String) - Method in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
hashCode() - Method in class com.sun.jersey.api.client.AsyncViewResource
Returns a hash code for this WebResource.
hashCode() - Method in class com.sun.jersey.api.client.AsyncWebResource
Returns a hash code for this WebResource.
hashCode() - Method in class com.sun.jersey.api.client.ViewResource
Returns a hash code for this WebResource.
hashCode() - Method in class com.sun.jersey.api.client.WebResource
Returns a hash code for this WebResource.
hashCode() - Method in class com.sun.jersey.api.uri.UriPattern
 
hashCode() - Method in class com.sun.jersey.api.uri.UriTemplate
Hashcode is calculated from String of the regular expression generated from the template.
hashCode() - Method in class com.sun.jersey.core.header.LanguageTag
 
hashCode() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
hashCode() - Method in class com.sun.jersey.server.linking.impl.FieldDescriptor
 
hashCode() - Method in class com.sun.jersey.spi.inject.Errors.ErrorMessage
 
hasInjectableArtifacts() - Method in class com.sun.jersey.server.spi.component.ResourceComponentInjector
Ascertain if there are any injectable artifacts to be injected.
hasMetaAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasName() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
hasName() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
hasName() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
hasNext() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
hasNext() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
hasNext() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
hasNextSeparator(char, boolean) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
hasNotAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasNotMetaAnnotation(Class<T>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasNumParams(int) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasRepresentations() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
hasReturnType(Class<?>) - Method in class com.sun.jersey.core.reflection.MethodList
 
hasText() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
hasText() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
hasValue() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Tells if there is a value in this node.
head() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the HEAD method.
head(ITypeListener<ClientResponse>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the HEAD method.
head(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
head(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
head(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
head(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
head(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
head(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
head() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
head(ITypeListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
head() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
head(ITypeListener<ClientResponse>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
head() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the HEAD method.
head(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
head(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
head(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
head(T) - Method in class com.sun.jersey.api.client.ViewResource
 
head(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
head(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
head() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
head() - Method in class com.sun.jersey.api.client.WebResource
 
header(String, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
header(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
header(String, Object) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
header(String, Object) - Method in interface com.sun.jersey.api.client.RequestBuilder
Add an HTTP header and value.
header(String, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
header(String, Object) - Method in class com.sun.jersey.api.client.WebResource
 
header(String, Object) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a header.
header(String, Object, boolean) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a header.
header(String, Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
header(String, Object, boolean) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
HeaderDelegateProvider<T> - Interface in com.sun.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
HeaderParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
HeaderParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.HeaderParamInjectableProvider
 
headers - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
The response metadata.
headerSingle(String, Object) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a header or replace an existing header.
headerSingle(String, Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
host(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
href - Variable in class com.sun.research.ws.wadl.Include
 
href - Variable in class com.sun.research.ws.wadl.Method
 
href - Variable in class com.sun.research.ws.wadl.Param
 
href - Variable in class com.sun.research.ws.wadl.Representation
 
HTTP_METHOD_MATCH_RESOURCE - Static variable in class com.sun.jersey.server.impl.application.WebApplicationContext
 
HTTPBasicAuthFilter - Class in com.sun.jersey.api.client.filter
Client filter adding HTTP Basic Authentication header to the HTTP request, if no such header is already present
HTTPBasicAuthFilter(String, String) - Constructor for class com.sun.jersey.api.client.filter.HTTPBasicAuthFilter
Creates a new HTTP Basic Authentication filter using provided username and password credentials
HttpContext - Interface in com.sun.jersey.api.core
A HttpContext makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpContextInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
HttpContextInjectableProvider() - Constructor for class com.sun.jersey.server.impl.model.parameter.HttpContextInjectableProvider
 
HttpDateFormat - Class in com.sun.jersey.core.header
Helper class for HTTP specified date formats.
HTTPDigestAuthFilter - Class in com.sun.jersey.api.client.filter
Client filter adding HTTP Digest authentication headers in the request
HTTPDigestAuthFilter(String, String) - Constructor for class com.sun.jersey.api.client.filter.HTTPDigestAuthFilter
Creates a new HTTP Digest Authentication filter using provided username and password credentials
HttpHandlerContainer - Class in com.sun.jersey.server.impl.container.httpserver
A HttpHandler for a WebApplicationImpl.
HttpHandlerContainer(WebApplication) - Constructor for class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
HttpHandlerContainerProvider - Class in com.sun.jersey.server.impl.container.httpserver
HTTP handler container provider.
HttpHandlerContainerProvider() - Constructor for class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainerProvider
 
HttpHeaderReader - Class in com.sun.jersey.core.header.reader
A pull-based reader of HTTP headers.
HttpHeaderReader() - Constructor for class com.sun.jersey.core.header.reader.HttpHeaderReader
 
HttpHeaderReader.Event - Enum in com.sun.jersey.core.header.reader
 
HttpHeaderReader.ListElementCreator<T> - Interface in com.sun.jersey.core.header.reader
 
HttpHelper - Class in com.sun.jersey.server.impl.model
Helper classes for HTTP.
HttpHelper() - Constructor for class com.sun.jersey.server.impl.model.HttpHelper
 
HttpMethodRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting an HTTP method.
HttpMethodRule(Map<String, List<ResourceMethod>>, DispatchingListener) - Constructor for class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
HttpMethodRule(Map<String, List<ResourceMethod>>, boolean, DispatchingListener) - Constructor for class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
HTTPMethods - Enum in com.sun.research.ws.wadl
Java class for HTTPMethods.
HttpReqResDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
A dispatch provider implementation that answers to methods with a return definition of void, receiving only HttpRequestContext and HttpResponseContext (a service alike method).
HttpReqResDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.HttpReqResDispatchProvider
 
HttpRequestContext - Interface in com.sun.jersey.api.core
An abstraction of a HTTP request.
HttpResponseContext - Interface in com.sun.jersey.api.core
An abstraction of a HTTP response.
HttpServerFactory - Class in com.sun.jersey.api.container.httpserver
Factory for creating HttpServer instances.
HTTPSProperties - Class in com.sun.jersey.client.urlconnection
HTTPS properties for SSL configuration of a HttpsURLConnection.
HTTPSProperties() - Constructor for class com.sun.jersey.client.urlconnection.HTTPSProperties
Construct default properties with no HostnameVerifier and a SSLContext constructed using SSLContext.getInstance("SSL").
HTTPSProperties(HostnameVerifier) - Constructor for class com.sun.jersey.client.urlconnection.HTTPSProperties
Construct with a HostnameVerifier and a SSLContext constructed using SSLContext.getInstance("SSL").
HTTPSProperties(HostnameVerifier, SSLContext) - Constructor for class com.sun.jersey.client.urlconnection.HTTPSProperties
Construct with a HostnameVerifier and a SSLContext.
HttpURLConnectionFactory - Interface in com.sun.jersey.client.urlconnection
A factory for HttpURLConnection instances.
humanize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Capitalize the first word in a lower cased and underscored string, turn underscores into spaces, and string any trailing "_id".
humanReadableFormatting - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
humanReadableFormatting(boolean) - Method in class com.sun.jersey.api.json.JSONConfiguration.NaturalBuilder
If set to true, generated JSON will contain new-line characters and indentation, so that the output is easy to read for people.

I

i - Variable in class com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair
 
id - Variable in class com.sun.research.ws.wadl.Method
 
id - Variable in class com.sun.research.ws.wadl.Param
 
id - Variable in class com.sun.research.ws.wadl.Representation
 
id - Variable in class com.sun.research.ws.wadl.Resource
 
id - Variable in class com.sun.research.ws.wadl.ResourceType
 
ILLEGAL_CONFIG_SYNTAX() - Static method in class com.sun.jersey.impl.ImplMessages
Illegal configuration-file syntax.
ILLEGAL_CONFIG_SYNTAX() - Static method in class com.sun.jersey.impl.SpiMessages
Illegal configuration-file syntax.
ILLEGAL_INITIAL_CAPACITY(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Illegal initial capacity: {0}.
ILLEGAL_LOAD_FACTOR(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Illegal load factor: {0}.
ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Illegal provider-class name: {0}.
ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class com.sun.jersey.impl.SpiMessages
Illegal provider-class name: {0}.
ImplicitProduces - Annotation Type in com.sun.jersey.api.view
Defines the media type(s) that a resource class can produce for implicit views.
ImplMessages - Class in com.sun.jersey.atom.rome.impl
Defines string formatting method for each constant in the resource file
ImplMessages() - Constructor for class com.sun.jersey.atom.rome.impl.ImplMessages
 
ImplMessages - Class in com.sun.jersey.impl
Defines string formatting method for each constant in the resource file
ImplMessages() - Constructor for class com.sun.jersey.impl.ImplMessages
 
ImplMessages - Class in com.sun.jersey.json.impl
Defines string formatting method for each constant in the resource file
ImplMessages() - Constructor for class com.sun.jersey.json.impl.ImplMessages
 
InBoundHeaders - Class in com.sun.jersey.core.header
In-bound HTTP headers.
InBoundHeaders() - Constructor for class com.sun.jersey.core.header.InBoundHeaders
 
InBoundHeaders(InBoundHeaders) - Constructor for class com.sun.jersey.core.header.InBoundHeaders
 
Include - Class in com.sun.jersey.server.impl.container.servlet
Includes a side JSP file for the "resolvingClass" class.
Include() - Constructor for class com.sun.jersey.server.impl.container.servlet.Include
 
include(ServletRequest, ServletResponse) - Method in class com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
 
include - Variable in class com.sun.research.ws.wadl.Grammars
 
Include - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Include() - Constructor for class com.sun.research.ws.wadl.Include
 
Inflector - Class in com.sun.jersey.core.impl.provider.entity
API for performing inflections (pluralization, singularization, and so on) on various strings.
init(Scanner) - Method in class com.sun.jersey.api.core.ScanningResourceConfig
Initialize and scan for root resource and provider classes using a scanner.
init(IoCComponentProcessorFactory) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessorFactoryInitializer
Initialize with the IoCComponentProcessorFactory.
init(ProviderServices, InjectableProviderFactory) - Method in class com.sun.jersey.core.spi.factory.ContextResolverFactory
 
init() - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
init(ProviderServices) - Method in class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
init(ResourceConfig) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
init(ProviderServices) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
init(InjectableProviderFactory, Set<AbstractResource>) - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
 
init(AbstractResource) - Method in interface com.sun.jersey.server.spi.component.ResourceComponentProvider
Initiate the component provider with the resource model.
init() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
init() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
init() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
init() - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
init() - Method in interface com.sun.jersey.server.wadl.WadlGenerator
Invoked before all methods related to wadl-building are invoked.
init() - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
init(WebConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Initiate the Web component.
init() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
init(FilterConfig) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
 
init(WebConfig) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Initiate the Web component.
InitialContextHelper - Class in com.sun.jersey.server.impl
 
InitialContextHelper() - Constructor for class com.sun.jersey.server.impl.InitialContextHelper
 
initialize(ResourceConfig, WebApplication) - Static method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactoryInitializer
 
initialize(ResourceConfig) - Static method in class com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer
 
initialize(ResourceConfig) - Static method in class com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer
 
initialize() - Static method in class com.sun.jersey.server.impl.monitoring.GlassFishMonitoringInitializer
 
InitializedLater - Interface in com.sun.jersey.server.impl.cdi
An interface for objects to be initialized later, when Jersey is ready for use.
initiate(ResourceConfig) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
initiate(ResourceConfig, IoCComponentProviderFactory) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
initiate(ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Initiate the WebApplication.
initiate(ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Initiate the WebApplication.
initiate(ResourceConfig) - Method in interface com.sun.jersey.spi.container.WebApplication
Initiate the Web application.
initiate(ResourceConfig, IoCComponentProviderFactory) - Method in interface com.sun.jersey.spi.container.WebApplication
Initiate the Web application.
inject(Object) - Method in class com.sun.jersey.api.client.Client
Inject client-side bindings on an instance.
inject(T) - Method in class com.sun.jersey.core.spi.component.ComponentInjector
Inject on an instance.
inject(HttpContext, Object) - Method in class com.sun.jersey.server.spi.component.ResourceComponentInjector
Inject onto an instance of a resource class.
Inject - Annotation Type in com.sun.jersey.spi.inject
Deprecated.
Injectable<T> - Interface in com.sun.jersey.spi.inject
The type of something that is injectable.
InjectableProvider<A extends Annotation,C> - Interface in com.sun.jersey.spi.inject
An injectable provider provides an injectable which in turn may be used to obtain the instance to inject onto a field, bean setter method, parameter of a constructor, or parameter of a method.
InjectableProviderContext - Interface in com.sun.jersey.spi.inject
The context to obtain Injectable instances.
InjectableProviderContext.InjectableScopePair - Class in com.sun.jersey.spi.inject
 
InjectableProviderContext.InjectableScopePair(Injectable, ComponentScope) - Constructor for class com.sun.jersey.spi.inject.InjectableProviderContext.InjectableScopePair
 
InjectableProviderFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing InjectableProvider instances.
InjectableProviderFactory() - Constructor for class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
InjectableValuesProvider - Class in com.sun.jersey.server.impl.inject
A hold of a list of injectable that obtains the injectable values from that list.
InjectableValuesProvider(List<Injectable>) - Constructor for class com.sun.jersey.server.impl.inject.InjectableValuesProvider
Create a new instance given a list of injectable.
injectOnAllComponents() - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Inject on all cached components.
injectOnProviderInstance(Object) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Inject on a provider.
injectOnProviderInstances(Collection<?>) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
Inject on a collection of providers.
InjectParam - Annotation Type in com.sun.jersey.api.core
Used to annotate fields, methods or parameters that shall be injected with instances obtained from Jersey or registered IoC component provider factories that provide support for Guice, Spring or CDI.
innerClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
InputStreamProvider - Class in com.sun.jersey.core.impl.provider.entity
 
InputStreamProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
instance() - Method in class com.sun.jersey.core.util.LazyVal
 
INSTANCE_OBJECT - Static variable in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
interfaceClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
intersects(List<? extends MediaType>, List<? extends MediaType>) - Static method in class com.sun.jersey.core.header.MediaTypes
 
IntrospectionModeller - Class in com.sun.jersey.server.impl.modelapi.annotation
 
IntrospectionModeller() - Constructor for class com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
 
invoke(Object, Method, Object[]) - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
invoke(Object, Method, Object[]) - Method in class com.sun.jersey.server.impl.ThreadLocalNamedInvoker
 
invoke(Method, Object, Object...) - Method in interface com.sun.jersey.spi.container.JavaMethodInvoker
 
invoker - Variable in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
IoCComponentProcessor - Interface in com.sun.jersey.core.spi.component.ioc
A component processor capable of performing pre-construction and post-construction initialization.
IoCComponentProcessorFactory - Interface in com.sun.jersey.core.spi.component.ioc
A factory for obtaining IoCComponentProcessor instances.
IoCComponentProcessorFactoryInitializer - Interface in com.sun.jersey.core.spi.component.ioc
An initializer interface to obtain a IoCComponentProcessorFactory instance.
IoCComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-based component provider.
IoCComponentProviderFactory - Interface in com.sun.jersey.core.spi.component.ioc
An IoC component provider factory.
IoCDestroyable - Interface in com.sun.jersey.core.spi.component.ioc
 
IoCFullyManagedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-fully-managed component provider.
IoCInstantiatedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-instantiated component provider.
IoCManagedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-managed component provider.
IoCProviderFactory - Class in com.sun.jersey.core.spi.component.ioc
An extension of ProviderFactory that defers to an IoCComponentProviderFactory.
IoCProviderFactory(InjectableProviderContext, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
 
IoCProviderFactory(InjectableProviderContext, List<IoCComponentProviderFactory>) - Constructor for class com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
 
IoCProxiedComponentProvider - Interface in com.sun.jersey.core.spi.component.ioc
An IoC-proxied component provider.
IoCResourceFactory - Class in com.sun.jersey.server.impl.component
 
IoCResourceFactory(ResourceConfig, ServerInjectableProviderContext, List<IoCComponentProviderFactory>) - Constructor for class com.sun.jersey.server.impl.component.IoCResourceFactory
 
ipc - Variable in class com.sun.jersey.core.spi.component.ComponentInjector
 
isAlternative() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.api.model.AbstractMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.api.model.AbstractResource
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.api.model.Parameter
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedImpl
 
isAnnotationRegistered(Class<? extends Annotation>, Class<?>) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
isAnnotationRegistered(Class<? extends Annotation>, Class<?>) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
Check if an annotation and context type is registered for injection.
isArrayByteBase64(byte[]) - Static method in class com.sun.jersey.core.util.Base64
 
isAttribute() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isAttributeSpecified(int) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
isAttributeSpecified(int) - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isAttributeSpecified(int) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
isBase64(String) - Static method in class com.sun.jersey.core.util.Base64
 
isBase64(byte) - Static method in class com.sun.jersey.core.util.Base64
 
isCancelled() - Method in class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
isCharacters() - Method in class com.sun.jersey.json.impl.reader.CharactersEvent
 
isCharacters() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
isCharacters() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isCharacters() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
isClosed() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
isClosed() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
isClosed() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
isClosed() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
isCommitted() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Ascertain if a response has been committed to the container.
isCommitted() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
isCommitted() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
isCompatible(Locale) - Method in class com.sun.jersey.core.header.LanguageTag
 
isCompatible(String) - Method in class com.sun.jersey.core.header.Token
 
isEmpty() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
isEmpty() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
isEmpty() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
 
isEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
isEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
isEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
isEncoded() - Method in class com.sun.jersey.api.model.Parameter
 
isEncoded() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
isEndDocument() - Method in class com.sun.jersey.json.impl.reader.EndDocumentEvent
 
isEndDocument() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isEndElement() - Method in class com.sun.jersey.json.impl.reader.EndElementEvent
 
isEndElement() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
isEndElement() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isEndElement() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
isEntityReference() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isFatal() - Method in class com.sun.jersey.api.model.ResourceModelIssue
If this returns true, appropriate abstract resource has a fatal issue
isFeatureEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
Deprecated.
isFeatureEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
Deprecated.
isFeatureEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
Deprecated.
isFilterPreset(ClientFilter) - Method in class com.sun.jersey.api.client.filter.Filterable
Check if a filter is present in the chain.
isFormattedOutput() - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
isHumanReadableFormatting() - Method in class com.sun.jersey.api.json.JSONConfiguration
Says if the output JSON will be formatted with new-line characters and indentation so that it is easy to read for people.
isInitiated() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
isInitiated() - Method in interface com.sun.jersey.spi.container.WebApplication
 
isInjectableProviderRegistered(Class<? extends Annotation>, Class<?>, ComponentScope) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
isInjectableProviderRegistered(Class<? extends Annotation>, Class<?>, ComponentScope) - Method in interface com.sun.jersey.spi.inject.InjectableProviderContext
 
isNamespace() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isNotPublic() - Method in class com.sun.jersey.core.reflection.MethodList
 
isNullable() - Method in class com.sun.jersey.server.impl.cdi.AbstractBean
 
isParameterTypeRegistered(Parameter) - Method in interface com.sun.jersey.server.impl.inject.ServerInjectableProviderContext
Check if a parameter type is registered for injection.
isParameterTypeRegistered(Parameter) - Method in class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
isPresentIn(int) - Method in enum com.sun.jersey.api.container.filter.PostReplaceFilter.ConfigFlag
Returns true if the bit corresponding to this flag is set in a given integer value
isProcessingInstruction() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isProducesDeclared() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
isProviderClass(Class<?>) - Static method in class com.sun.jersey.api.core.ResourceConfig
Determine if a class is a provider class.
isQualified() - Method in class com.sun.jersey.api.model.Parameter
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomEntryProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomFeedProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.DocumentProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.EntityHolderReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FileProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FormProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.ReaderProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.DOMSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.SAXSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.StreamSourceReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.StringProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONLowLevelProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONWithPaddingProvider
 
isReadOnly(ELContext, Object, Object) - Method in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
isRepeating() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the repeating property.
isRequired() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the required property.
isResponseSet() - Method in interface com.sun.jersey.api.core.HttpResponseContext
Check if the response has been set using the setReponse methods.
isResponseSet() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
isResponseSet() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
isRootResource() - Method in class com.sun.jersey.api.model.AbstractResource
 
isRootResourceClass(Class<?>) - Static method in class com.sun.jersey.api.core.ResourceConfig
Determine if a class is a root resource class.
isRootUnwrapping() - Method in class com.sun.jersey.api.json.JSONConfiguration
Says if the root element will be stripped off This property is valid for the JSONConfiguration.Notation.MAPPED and JSONConfiguration.Notation.NATURAL notations.
isSecure() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
isSecure() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
isStandalone() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
isStandalone() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
isStartDocument() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isStartDocument() - Method in class com.sun.jersey.json.impl.reader.StartDocumentEvent
 
isStartElement() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
isStartElement() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isStartElement() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
isStartElement() - Method in class com.sun.jersey.json.impl.reader.StartElementEvent
 
isStatic() - Method in class com.sun.jersey.server.impl.cdi.AnnotatedMemberImpl
 
isSubResource() - Method in class com.sun.jersey.api.model.AbstractResource
 
isSupported(MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.XMLListElementProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
isSupported(MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONLowLevelProvider
 
isSupported(MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider.General
 
isSupported(MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider.General
 
isSupported() - Method in class com.sun.jersey.server.impl.wadl.WadlFactory
 
isTemplateNameAbsolute() - Method in class com.sun.jersey.api.view.Viewable
 
isTemplateVariablePresent(String) - Method in class com.sun.jersey.api.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isTracingEnabled() - Method in interface com.sun.jersey.api.core.Traceable
Check if tracing is enabled.
isTracingEnabled() - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
isTracingEnabled() - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
isTracingEnabled() - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
isTracingEnabled() - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
isTracingEnabled() - Method in class com.sun.jersey.spi.container.ContainerRequest
 
isUserInRole(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
isUserInRole(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
isUsingPrefixesAtNaturalAttributes() - Method in class com.sun.jersey.api.json.JSONConfiguration
Says if the JSON names corresponding to XML attributes should use a '@' prefix.
isValidating() - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
isWadlGenerationEnabled() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
isWadlGenerationEnabled() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get WADL generation status.
isWhiteSpace() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
isWhiteSpace() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
isWildcard() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
wildcard getter.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomEntryProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomFeedProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.DocumentProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FileProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.FormProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.ReaderProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.SourceWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.StringProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONLowLevelProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONWithPaddingProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
isXmlRootElementProcessing() - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
iterator() - Method in class com.sun.jersey.core.reflection.MethodList
 
iterator() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered objects incrementally.
ITypeListener<T> - Interface in com.sun.jersey.api.client.async
A listener to be implemented by clients that wish to receive callback notification of the completion of requests invoked asynchronously.

J

Jackson2StaxReader - Class in com.sun.jersey.json.impl.reader
 
Jackson2StaxReader(JsonParser) - Constructor for class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
Jackson2StaxReader(JsonParser, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
JacksonArrayWrapperGenerator - Class in com.sun.jersey.json.impl.writer
 
JacksonProviderProxy - Class in com.sun.jersey.json.impl.provider.entity
 
JacksonProviderProxy() - Constructor for class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
JacksonRootAddingParser - Class in com.sun.jersey.json.impl.reader
 
JacksonRootStrippingGenerator - Class in com.sun.jersey.json.impl.writer
 
JacksonStringMergingGenerator - Class in com.sun.jersey.json.impl.writer
 
JarFileScanner - Class in com.sun.jersey.core.spi.scanning
A utility class that scans entries in jar files.
JarFileScanner() - Constructor for class com.sun.jersey.core.spi.scanning.JarFileScanner
 
JarZipSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
A "jar" and "zip" scheme URI scanner that recursively jar files.
JarZipSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
 
JavaMethodInvoker - Interface in com.sun.jersey.spi.container
 
JavaMethodInvokerFactory - Class in com.sun.jersey.spi.container
 
JavaMethodInvokerFactory() - Constructor for class com.sun.jersey.spi.container.JavaMethodInvokerFactory
 
jaxbMarshaller - Variable in class com.sun.jersey.json.impl.BaseJSONMarshaller
 
JAXBStringReaderProviders - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
JAXBStringReaderProviders(Providers) - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders
 
JAXBStringReaderProviders.RootElementProvider - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
JAXBStringReaderProviders.RootElementProvider(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders.RootElementProvider
 
jaxbUnmarshaller - Variable in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
JerseyServletContainerInitializer - Class in com.sun.jersey.server.impl.container.servlet
 
JerseyServletContainerInitializer() - Constructor for class com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer
 
JResponse<E> - Class in com.sun.jersey.api
Defines the contract between a returned instance and the runtime when an application needs to provide metadata to the runtime.
JResponse(Response.StatusType, OutBoundHeaders, E) - Constructor for class com.sun.jersey.api.JResponse
Construct given a status type, entity and metadata.
JResponse(int, OutBoundHeaders, E) - Constructor for class com.sun.jersey.api.JResponse
Construct given a status, entity and metadata.
JResponse(JResponse<E>) - Constructor for class com.sun.jersey.api.JResponse
Construct a shallow copy.
JResponse(JResponse.AJResponseBuilder<E, ?>) - Constructor for class com.sun.jersey.api.JResponse
Construct from a JResponse.AJResponseBuilder.
JResponse.AJResponseBuilder<E,B extends JResponse.AJResponseBuilder> - Class in com.sun.jersey.api
An abstract response builder that may be utilized to extend response building and the construction of JResponse instances.
JResponse.AJResponseBuilder() - Constructor for class com.sun.jersey.api.JResponse.AJResponseBuilder
Default constructor.
JResponse.AJResponseBuilder(JResponse.AJResponseBuilder<E, ?>) - Constructor for class com.sun.jersey.api.JResponse.AJResponseBuilder
Construct a shallow copy.
JResponse.JResponseBuilder<E> - Class in com.sun.jersey.api
A class used to build JResponse instances that contain metadata instead of or in addition to an entity.
JResponse.JResponseBuilder() - Constructor for class com.sun.jersey.api.JResponse.JResponseBuilder
Default constructor.
JResponse.JResponseBuilder(JResponse.JResponseBuilder<E>) - Constructor for class com.sun.jersey.api.JResponse.JResponseBuilder
Construct a shallow copy.
JResponseAsResponse - Class in com.sun.jersey.api
An adaption of JResponse as a Response.
JSON_ARRAYS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSON_ATTRS_AS_ELEMS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSON_ENABLED - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSON_NON_STRINGS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSON_NOTATION - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSON_ROOT_UNWRAPPING - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSON_XML2JSON_NS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
JSONArrayProvider - Class in com.sun.jersey.json.impl.provider.entity
 
JSONArrayProvider.App - Class in com.sun.jersey.json.impl.provider.entity
 
JSONArrayProvider.App() - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider.App
 
JSONArrayProvider.General - Class in com.sun.jersey.json.impl.provider.entity
 
JSONArrayProvider.General() - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider.General
 
jsonConfig - Variable in class com.sun.jersey.json.impl.BaseJSONMarshaller
 
jsonConfig - Variable in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
JSONConfigurated - Interface in com.sun.jersey.api.json
An interface declaring a JSON configuration is available.
JSONConfiguration - Class in com.sun.jersey.api.json
An immutable configuration of JSON notation and options.
JSONConfiguration.Builder - Class in com.sun.jersey.api.json
Builder class for constructing JSONConfiguration options
JSONConfiguration.MappedBuilder - Class in com.sun.jersey.api.json
Builder class for constructing JSONConfiguration options for the JSONConfiguration.Notation.MAPPED convention.
JSONConfiguration.MappedJettisonBuilder - Class in com.sun.jersey.api.json
Builder class for constructing JSONConfiguration options for the JSONConfiguration.Notation.MAPPED_JETTISON convention.
JSONConfiguration.NaturalBuilder - Class in com.sun.jersey.api.json
Builder class for constructing JSONConfiguration options for the JSONConfiguration.Notation.NATURAL convention.
JSONConfiguration.Notation - Enum in com.sun.jersey.api.json
Enumeration of supported JSON notations.
JsonEncoder - Class in com.sun.jersey.json.impl.writer
 
JsonEncoder() - Constructor for class com.sun.jersey.json.impl.writer.JsonEncoder
 
JSONHelper - Class in com.sun.jersey.json.impl
 
JSONJAXBContext - Class in com.sun.jersey.api.json
An adaption of JAXBContext that supports marshalling and unmarshalling of JAXB beans using the JSON format.
JSONJAXBContext(Class...) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Constructs a new instance with default JSONConfiguration.
JSONJAXBContext(JSONConfiguration, Class...) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Constructs a new instance with given JSONConfiguration.
JSONJAXBContext(Class[], Map<String, Object>) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Constructs a new instance with a custom set of properties.
JSONJAXBContext(JSONConfiguration, Class[], Map<String, Object>) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Constructs a new instance with a custom set of properties.
JSONJAXBContext(String) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Construct a new instance of using context class loader of the thread with default JSONConfiguration.
JSONJAXBContext(JSONConfiguration, String) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Construct a new instance of using context class loader of the thread with given JSONConfiguration.
JSONJAXBContext(String, ClassLoader) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Construct a new instance using a specified class loader with default JSONConfiguration.
JSONJAXBContext(String, ClassLoader, Map<String, Object>) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Construct a new instance using a specified class loader and a custom set of properties.
JSONJAXBContext(JSONConfiguration, String, ClassLoader, Map<String, Object>) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Construct a new instance using a specified class loader, set of properties and JSONConfiguration .
JSONJAXBContext.JSONNotation - Enum in com.sun.jersey.api.json
Deprecated.
JSONJAXBElementProvider - Class in com.sun.jersey.json.impl.provider.entity
 
JSONJAXBElementProvider.App - Class in com.sun.jersey.json.impl.provider.entity
 
JSONJAXBElementProvider.App(Providers) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider.App
 
JSONJAXBElementProvider.General - Class in com.sun.jersey.json.impl.provider.entity
 
JSONJAXBElementProvider.General(Providers) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider.General
 
JSONListElementProvider - Class in com.sun.jersey.json.impl.provider.entity
 
JSONListElementProvider.App - Class in com.sun.jersey.json.impl.provider.entity
 
JSONListElementProvider.App(Providers) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider.App
 
JSONListElementProvider.General - Class in com.sun.jersey.json.impl.provider.entity
 
JSONListElementProvider.General(Providers) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider.General
 
JSONLowLevelProvider<T> - Class in com.sun.jersey.json.impl.provider.entity
 
JSONLowLevelProvider(Class<T>) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONLowLevelProvider
 
JSONMarshaller - Interface in com.sun.jersey.api.json
A JSON marshaller responsible for serializing Java content trees, defined by JAXB, to JSON data.
JSONMarshallerImpl - Class in com.sun.jersey.json.impl
 
JSONMarshallerImpl(JAXBContext, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.JSONMarshallerImpl
 
JsonNamespaceContext - Class in com.sun.jersey.json.impl.reader
 
JsonNamespaceContext() - Constructor for class com.sun.jersey.json.impl.reader.JsonNamespaceContext
 
JSONObjectProvider - Class in com.sun.jersey.json.impl.provider.entity
 
JSONObjectProvider.App - Class in com.sun.jersey.json.impl.provider.entity
 
JSONObjectProvider.App() - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider.App
 
JSONObjectProvider.General - Class in com.sun.jersey.json.impl.provider.entity
 
JSONObjectProvider.General() - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider.General
 
JsonReaderXmlEvent - Class in com.sun.jersey.json.impl.reader
 
JsonReaderXmlEvent() - Constructor for class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
JsonReaderXmlEvent.Attribute - Class in com.sun.jersey.json.impl.reader
 
JsonReaderXmlEvent.Attribute(QName, String) - Constructor for class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent.Attribute
 
JsonRootEatingInputStreamFilter - Class in com.sun.jersey.json.impl
 
JsonRootEatingInputStreamFilter(InputStream) - Constructor for class com.sun.jersey.json.impl.JsonRootEatingInputStreamFilter
 
JSONRootElementProvider - Class in com.sun.jersey.json.impl.provider.entity
 
JSONRootElementProvider.App - Class in com.sun.jersey.json.impl.provider.entity
 
JSONRootElementProvider.App(Providers) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider.App
 
JSONRootElementProvider.General - Class in com.sun.jersey.json.impl.provider.entity
 
JSONRootElementProvider.General(Providers) - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider.General
 
JSONUnmarshaller - Interface in com.sun.jersey.api.json
A JSON unmarshaller responsible for deserializing JSON data to a Java content tree, defined by JAXB.
JSONUnmarshallerImpl - Class in com.sun.jersey.json.impl
 
JSONUnmarshallerImpl(JAXBContext, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
JSONWithPadding - Class in com.sun.jersey.api.json
An entity supporting JSON with Padding (JSONP).
JSONWithPadding(Object) - Constructor for class com.sun.jersey.api.json.JSONWithPadding
Pad JSON using the default function name "callback".
JSONWithPadding(Object, String) - Constructor for class com.sun.jersey.api.json.JSONWithPadding
Pad JSON using a declared callback function name.
JSONWithPaddingProvider - Class in com.sun.jersey.json.impl.provider.entity
 
JSONWithPaddingProvider() - Constructor for class com.sun.jersey.json.impl.provider.entity.JSONWithPaddingProvider
 
jsonXml2JsonNs - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
JsonXmlStreamReader - Class in com.sun.jersey.json.impl.reader
 
JsonXmlStreamReader(Reader, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
JsonXmlStreamReader(Reader, String) - Constructor for class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
JsonXmlStreamReader(Reader, String, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
JsonXmlStreamWriter - Class in com.sun.jersey.json.impl.writer
 
JSP_TEMPLATES_BASE_PATH - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The base path in the Web Pages where JSP templates, associated with viewables of resource classes, are located.
JSP_TEMPLATES_BASE_PATH - Static variable in class com.sun.jersey.spi.container.servlet.WebComponent
The base path in the Web Pages where JSP templates, associated with viewables of resource classes, are located.
JSPTemplateProcessor - Class in com.sun.jersey.server.impl.container.servlet
A JSP template processor.
JSPTemplateProcessor(ResourceConfig) - Constructor for class com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor
 

K

keep(AnnotatedMethod) - Method in interface com.sun.jersey.core.reflection.MethodList.Filter
 
KeyComparator<K> - Interface in com.sun.jersey.core.util
A key comparator.
KeyComparatorHashMap<K,V> - Class in com.sun.jersey.core.util
A implementation similar to HashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorHashMap(int, float, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
KeyComparatorHashMap(int, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
KeyComparatorHashMap(KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
KeyComparatorHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorHashMap
Constructs a new HashMap with the same mappings as the specified Map.
KeyComparatorLinkedHashMap<K,V> - Class in com.sun.jersey.core.util
A implementation similar to LinkedHashMap but supports the comparison of keys using a KeyComparator.
KeyComparatorLinkedHashMap(int, float, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
KeyComparatorLinkedHashMap(int, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
KeyComparatorLinkedHashMap(KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
KeyComparatorLinkedHashMap(Map<? extends K, ? extends V>, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an insertion-ordered LinkedHashMap instance with the same mappings as the specified map.
KeyComparatorLinkedHashMap(int, float, boolean, KeyComparator<K>) - Constructor for class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Constructs an empty LinkedHashMap instance with the specified initial capacity, load factor and ordering mode.
keySet() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
keySet() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 

L

lang - Variable in class com.sun.research.ws.wadl.Doc
 
language(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the language.
language(Locale) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the language.
language(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
language(Locale) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
languages(Locale...) - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
LanguageTag - Class in com.sun.jersey.core.header
A language tag.
LanguageTag() - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LanguageTag(String, String) - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LanguageTag(String) - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LanguageTag(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.LanguageTag
 
LAST_MODIFIED - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
lastModified(Date) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the last modified date.
lastModified(Date) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
later() - Method in interface com.sun.jersey.server.impl.cdi.InitializedLater
 
LazySingletonContextProvider<T> - Class in com.sun.jersey.core.impl.provider.xml
 
LazySingletonContextProvider(Class<T>) - Constructor for class com.sun.jersey.core.impl.provider.xml.LazySingletonContextProvider
 
LazyVal<T> - Class in com.sun.jersey.core.util
 
LazyVal() - Constructor for class com.sun.jersey.core.util.LazyVal
 
length() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Number of characters to be consumed if this arc matches the input.
Link - Annotation Type in com.sun.jersey.server.linking
Used to request the addition of a Ref header in the returned HTTP headers.
Link - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Link() - Constructor for class com.sun.research.ws.wadl.Link
 
link - Variable in class com.sun.research.ws.wadl.Param
 
Link.Extension - Annotation Type in com.sun.jersey.server.linking
 
LinkBuilder - Class in com.sun.jersey.server.linking.el
 
LinkBuilder() - Constructor for class com.sun.jersey.server.linking.el.LinkBuilder
 
LinkDescriptor - Class in com.sun.jersey.server.linking.impl
Utility class for working with Link annotations
LinkELContext - Class in com.sun.jersey.server.linking.el
An ELContext that encapsulates the response information for use by the expression evaluator.
LinkELContext(Object, Object) - Constructor for class com.sun.jersey.server.linking.el.LinkELContext
Convenience constructor for the common case where a context where the entity and instance are the same.
LinkELContext(Object, Object, Object) - Constructor for class com.sun.jersey.server.linking.el.LinkELContext
Construct a new context
LinkFilter - Class in com.sun.jersey.server.linking
Filter that processes Link annotated fields in returned response entities.
LinkFilter() - Constructor for class com.sun.jersey.server.linking.LinkFilter
 
LinkHeader - Class in com.sun.jersey.core.header
A Link header.
LinkHeader(String) - Constructor for class com.sun.jersey.core.header.LinkHeader
 
LinkHeader(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.LinkHeader
 
LinkHeader(LinkHeader.LinkHeaderBuilder) - Constructor for class com.sun.jersey.core.header.LinkHeader
 
LinkHeader.LinkHeaderBuilder<T extends LinkHeader.LinkHeaderBuilder,V extends LinkHeader> - Class in com.sun.jersey.core.header
A Link header builder.
LinkHeaderProvider - Class in com.sun.jersey.core.impl.provider.header
Provider for Link Headers.
LinkHeaderProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.LinkHeaderProvider
 
LinkHeaders - Class in com.sun.jersey.core.header
A map of Link headers where each header can be retrieved using the relationship type as the key.
LinkHeaders(MultivaluedMap<String, String>) - Constructor for class com.sun.jersey.core.header.LinkHeaders
 
LinkProcessor<T> - Class in com.sun.jersey.server.linking.impl
Processes @Link and @LinkHeaders annotations on entity classes and adds appropriate HTTP Link headers.
LinkProcessor(Class<T>) - Constructor for class com.sun.jersey.server.linking.impl.LinkProcessor
 
Links - Annotation Type in com.sun.jersey.server.linking
Used to request the addition of a set of Link headers in the returned HTTP headers.
load() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Load the Web application.
load() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Load the Web application.
loadWadlGeneratorsFromConfig(ResourceConfig) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfigLoader
LocaleProvider - Class in com.sun.jersey.core.impl.provider.header
 
LocaleProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.LocaleProvider
 
Localizable - Interface in com.sun.jersey.localization
Localizable message.
localizableAMBIGUOUS_CTORS(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_PARAMETER(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_RMS_IN(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_RMS_OUT(Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_RR_PATH(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_SRLS(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_SRMS_IN(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableAMBIGUOUS_SRMS_OUT(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_ACCEPT_FIELD(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_CLASS_CONSUMEMIME(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_CLASS_PRODUCEMIME(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_CONSUMEMIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_CONTENT_TYPE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_METHOD_CONSUMEMIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_METHOD_HTTPMETHOD(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_METHOD_PRODUCEMIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_MIME_TYPE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBAD_URITEMPLATE(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableBYTE_ARRAY_CANNOT_BE_NULL() - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableDEFAULT_COULD_NOT_PROCESS_CONSTRUCTOR(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableDEFAULT_COULD_NOT_PROCESS_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
 
localizableERROR_CREATING_ATOM(Object) - Static method in class com.sun.jersey.atom.rome.impl.ImplMessages
 
localizableERROR_GET_CONSUMES_ENTITY(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_GET_RETURNS_VOID(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_JAXB_RI_2_1_10_MISSING() - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_JAXB_RI_2_1_12_MISSING() - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object, Object) - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_MARSHALLING_ATOM(Object) - Static method in class com.sun.jersey.atom.rome.impl.ImplMessages
 
localizableERROR_MARSHALLING_JAXB(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_NO_SUB_RES_METHOD_LOCATOR_FOUND(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_NONGE_JSONP_MSG_BODY_WRITER_NOT_FOUND(Object, Object) - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_NOT_ATOM_FEED(Object) - Static method in class com.sun.jersey.atom.rome.impl.ImplMessages
 
localizableERROR_PARSING_JSON_ARRAY() - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_PARSING_JSON_OBJECT() - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_PROCESSING_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_RES_URI_PATH_INVALID(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_RES_URI_PATH_REQUIRED(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_SUBRES_LOC_RETURNS_VOID(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_SUBRES_METHOD_URI_PATH_INVALID(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_UNMARSHALLING_JAXB(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableERROR_WRITING_JSON_ARRAY() - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableERROR_WRITING_JSON_OBJECT() - Static method in class com.sun.jersey.json.impl.ImplMessages
 
localizableEXCEPTION_INVOKING_RESOURCE_METHOD() - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableFAILED_TO_CREATE_WEB_RESOURCE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableFATAL_ISSUES_FOUND_AT_RES_CLASS(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableGENERIC_TYPE_NOT_SUPPORTED(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableILLEGAL_CONFIG_SYNTAX() - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableILLEGAL_CONFIG_SYNTAX() - Static method in class com.sun.jersey.impl.SpiMessages
 
localizableILLEGAL_INITIAL_CAPACITY(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableILLEGAL_LOAD_FACTOR(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class com.sun.jersey.impl.SpiMessages
 
LocalizableMessage - Class in com.sun.jersey.localization
 
LocalizableMessage(String, String, Object...) - Constructor for class com.sun.jersey.localization.LocalizableMessage
 
LocalizableMessageFactory - Class in com.sun.jersey.localization
 
LocalizableMessageFactory(String) - Constructor for class com.sun.jersey.localization.LocalizableMessageFactory
 
localizableMULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNESTED_ERROR(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNO_ROOT_RES_IN_RES_CFG() - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNO_WEBRESOURCECLASS_IN_WEBXML() - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNON_PUB_RES_METHOD(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNON_PUB_SUB_RES_LOC(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNON_PUB_SUB_RES_METHOD(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNOT_VALID_DYNAMICRESOLVINGMETHOD(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableNOT_VALID_HTTPMETHOD(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableOBJECT_NOT_A_WEB_RESOURCE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
 
localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
 
localizablePROVIDER_NOT_FOUND(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizablePROVIDER_NOT_FOUND(Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
 
localizableQUALITY_GREATER_THAN_ONE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableQUALITY_MORE_THAN_THREE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableRESOURCE_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableRESOURCE_MIMETYPE_NOT_IN_PRODUCE_MIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableRESOURCE_NOT_ACCEPTABLE(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableROOT_RES_NO_PUBLIC_CTOR(Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableSUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableTEMPLATE_NAME_TO_VALUE_NOT_NULL() - Static method in class com.sun.jersey.impl.SpiMessages
 
localizableUNABLE_TO_WRITE_MIMEMULTIPART() - Static method in class com.sun.jersey.impl.ImplMessages
 
localizableURITEMPLATE_CANNOT_BE_NULL() - Static method in class com.sun.jersey.impl.SpiMessages
 
localizableWEB_APP_ALREADY_INITIATED() - Static method in class com.sun.jersey.impl.ImplMessages
 
localize(Localizable) - Method in class com.sun.jersey.localization.Localizer
 
Localizer - Class in com.sun.jersey.localization
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class com.sun.jersey.localization.Localizer
 
Localizer(Locale) - Constructor for class com.sun.jersey.localization.Localizer
 
locate(String) - Static method in class com.sun.jersey.core.osgi.OsgiLocator
 
locateAll(String) - Static method in class com.sun.jersey.core.osgi.OsgiLocator
 
location(URI) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the location.
LOCATION - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
location(URI) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
LOGGER - Static variable in class com.sun.jersey.core.spi.component.ProviderFactory
 
LoggingFilter - Class in com.sun.jersey.api.client.filter
A logging filter.
LoggingFilter() - Constructor for class com.sun.jersey.api.client.filter.LoggingFilter
Create a logging filter logging the request and response to a default JDK logger, named as the fully qualified class name of this class.
LoggingFilter(Logger) - Constructor for class com.sun.jersey.api.client.filter.LoggingFilter
Create a logging filter logging the request and response to a JDK logger.
LoggingFilter(PrintStream) - Constructor for class com.sun.jersey.api.client.filter.LoggingFilter
Create a logging filter logging the request and response to print stream.
LoggingFilter - Class in com.sun.jersey.api.container.filter
A logging filter.
LoggingFilter() - Constructor for class com.sun.jersey.api.container.filter.LoggingFilter
Create a logging filter logging the request and response to a default JDK logger, named as the fully qualified class name of this class.
LoggingFilter(Logger) - Constructor for class com.sun.jersey.api.container.filter.LoggingFilter
Create a logging filter logging the request and response to a JDK logger.
lookupExtensionInBeanManager - Static variable in class com.sun.jersey.server.impl.cdi.CDIExtension
 

M

ManagedBeanComponentProviderFactoryInitilizer - Class in com.sun.jersey.server.impl.managedbeans
 
ManagedBeanComponentProviderFactoryInitilizer() - Constructor for class com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer
 
map - Variable in class com.sun.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
mapException(Throwable) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
mapException(Throwable) - Method in class com.sun.jersey.spi.container.ContainerResponse
Map an exception to a response.
mapMappableContainerException(MappableContainerException) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
mapMappableContainerException(MappableContainerException) - Method in class com.sun.jersey.spi.container.ContainerResponse
Map the cause of a mapable container exception to a response.
MappableContainerException - Exception in com.sun.jersey.api.container
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance.
MappableContainerException(Throwable) - Constructor for exception com.sun.jersey.api.container.MappableContainerException
 
mapped() - Static method in class com.sun.jersey.api.json.JSONConfiguration
A static method for obtaining a builder of JSONConfiguration instance, which will use JSONConfiguration.Notation.MAPPED JSON notation.
mappedJettison() - Static method in class com.sun.jersey.api.json.JSONConfiguration
A static method for obtaining a builder of JSONConfiguration instance, which will use JSONConfiguration.Notation.MAPPED_JETTISON JSON notation.
mapWebApplicationException(WebApplicationException) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
mapWebApplicationException(WebApplicationException) - Method in class com.sun.jersey.spi.container.ContainerResponse
Map a web application exception to a response.
mark(int) - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
mark() - Static method in class com.sun.jersey.spi.inject.Errors
 
markSupported() - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
marshal(Object, Result) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, OutputStream) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, File) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, Writer) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, ContentHandler) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, Node) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
marshallToJSON(Object, OutputStream) - Method in interface com.sun.jersey.api.json.JSONMarshaller
Marshall the content tree rooted at jaxbElement into an output stream.
marshallToJSON(Object, Writer) - Method in interface com.sun.jersey.api.json.JSONMarshaller
Marshall the content tree rooted at jaxbElement into an output stream.
marshallToJSON(Object, OutputStream) - Method in class com.sun.jersey.json.impl.BaseJSONMarshaller
 
marshallToJSON(Object, Writer) - Method in class com.sun.jersey.json.impl.BaseJSONMarshaller
 
match(CharSequence) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class com.sun.jersey.api.uri.UriPattern
Match a URI against the pattern.
match(CharSequence, Map<String, String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class com.sun.jersey.api.uri.UriTemplate
Match a URI against the template.
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.AtomicMatchingPatterns
 
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.automata.AutomataMatchingUriTemplateRules
 
match(CharSequence, int) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Returns length() if this arc matches the input, 0 otherwise.
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.CombiningMatchingPatterns
 
match(CharSequence, UriMatchResultContext) - Method in class com.sun.jersey.server.impl.uri.rules.SequentialMatchingPatterns
 
match(CharSequence, UriMatchResultContext) - Method in interface com.sun.jersey.spi.uri.rules.UriRules
Match a URI path to the collection of rules and iterate over the matching rules.
matchExitArc(CharSequence, int) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Search for a matching escape character in a wildcard sequence.
MatchingEntityTag - Class in com.sun.jersey.core.header
A matching entity tag.
MatchingEntityTag(String) - Constructor for class com.sun.jersey.core.header.MatchingEntityTag
 
MatchingEntityTag(String, boolean) - Constructor for class com.sun.jersey.core.header.MatchingEntityTag
 
matchResource(URI) - Method in interface com.sun.jersey.api.core.ResourceContext
Match a URI to a resource instance.
matchResource(URI, Class<T>) - Method in interface com.sun.jersey.api.core.ResourceContext
Match a URI to a resource instance.
matchUriInfo(URI) - Method in interface com.sun.jersey.api.core.ResourceContext
Match a URI to URI information.
matrixParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
MatrixParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
MatrixParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.MatrixParamInjectableProvider
 
MAXIMUM_QUALITY - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
MEDIA_TYPE_COMPARATOR - Static variable in class com.sun.jersey.core.header.MediaTypes
Comparator for media types.
MEDIA_TYPE_LIST_COMPARATOR - Static variable in class com.sun.jersey.core.header.MediaTypes
Comparator for lists of media types.
mediaEquals(ResourceMethod) - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
mediaType - Variable in class com.sun.research.ws.wadl.Option
 
mediaType - Variable in class com.sun.research.ws.wadl.Representation
 
MediaTypeProvider - Class in com.sun.jersey.core.impl.provider.header
 
MediaTypeProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.MediaTypeProvider
 
MediaTypes - Class in com.sun.jersey.core.header
Common media types and functonality.
mediaTypes(MediaType...) - Method in class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
MessageBodyFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing MessageBodyReader and MessageBodyWriter instances.
MessageBodyFactory(ProviderServices, boolean) - Constructor for class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
MessageBodyWorkers - Interface in com.sun.jersey.spi
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageException - Exception in com.sun.jersey.api
This exception may be used in conjuction with WebApplicationException to include a message.
MessageException(String) - Constructor for exception com.sun.jersey.api.MessageException
 
messages - Variable in exception com.sun.jersey.spi.inject.Errors.ErrorMessagesException
 
metadata - Variable in class com.sun.jersey.api.client.PartialRequestBuilder
 
method(String) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with no request entity or response.
method(String, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with a request entity but no response.
method(String, Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String, GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String, ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String, Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
method(String, T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
method(String, T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
method(String, T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
method(String, T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
method(String, Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
method(String, T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
method(String, Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
method(String, T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
method(String) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String, ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
method(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String, ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
method(String) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with no request entity or response.
method(String, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with a request entity but no response.
method(String, Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with no request entity that returns a response.
method(String, Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String, GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke a HTTP method with a request entity that returns a response.
method(String, Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
method(String, T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
method(String, T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
method(String, T) - Method in class com.sun.jersey.api.client.ViewResource
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
method(String, T, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
method(String, Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
method(String, T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
method(String, Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
method(String, T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
method(String) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String, GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
method(String) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, Object) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
method(String, GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
method - Variable in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
Method - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Method() - Constructor for class com.sun.research.ws.wadl.Method
 
METHOD_NOT_ALLOWED - Static variable in class com.sun.jersey.api.Responses
 
MethodDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for methods.
Created on: Jun 12, 2008
MethodDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
methodInstanceToString(Object, Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Create a string representation of a method and an instance whose class implements the method.
MethodList - Class in com.sun.jersey.core.reflection
 
MethodList(Class) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(Class, boolean) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(List<Method>) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(Method...) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList(AnnotatedMethod...) - Constructor for class com.sun.jersey.core.reflection.MethodList
 
MethodList.Filter - Interface in com.sun.jersey.core.reflection
 
methodNotAllowed() - Static method in class com.sun.jersey.api.Responses
 
methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
 
methodOrResource - Variable in class com.sun.research.ws.wadl.ResourceType
 
MimeMultipartProvider - Class in com.sun.jersey.core.impl.provider.entity
 
MimeMultipartProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
 
MINUMUM_QUALITY - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
missingDependency(Constructor, int) - Static method in class com.sun.jersey.spi.inject.Errors
 
missingDependency(Field) - Static method in class com.sun.jersey.spi.inject.Errors
 
missingDependency(Method, int) - Static method in class com.sun.jersey.spi.inject.Errors
 
modificationDate - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
modificationDate(Date) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "modification-date" parameter.
MonitoringProviderFactory - Class in com.sun.jersey.server.impl.monitoring
 
mostSpecific(MediaType, MediaType) - Static method in class com.sun.jersey.core.header.MediaTypes
Get the most specific media type from a pair of media types.
MultipartFormDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
MultipartFormDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
MULTIPLE_HTTP_METHOD_DESIGNATORS(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A (sub-)resource method, {0}, should have only one HTTP method designator.
MultivaluedMapImpl - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys and values are instances of String.
MultivaluedMapImpl() - Constructor for class com.sun.jersey.core.util.MultivaluedMapImpl
 
MultivaluedMapImpl(MultivaluedMap<String, String>) - Constructor for class com.sun.jersey.core.util.MultivaluedMapImpl
 
MultivaluedParameterExtractor - Interface in com.sun.jersey.server.impl.model.parameter.multivalued
 
MultivaluedParameterExtractorFactory - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
MultivaluedParameterExtractorFactory(StringReaderWorkers) - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.MultivaluedParameterExtractorFactory
 
MultivaluedParameterExtractorProvider - Interface in com.sun.jersey.server.impl.model.parameter.multivalued
 

N

name(String) - Static method in class com.sun.jersey.core.header.FormDataContentDisposition
Start building a form data content disposition.
name - Variable in class com.sun.research.ws.wadl.Method
 
name - Variable in class com.sun.research.ws.wadl.Param
 
NamedValueType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for named values.
Created on: Jun 12, 2008
NamedValueType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
NamedValueType(String, String) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
NAMESPACE - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Deprecated.
namespaceSeparator - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
nameStartsWith(String) - Method in class com.sun.jersey.core.reflection.MethodList
 
natural() - Static method in class com.sun.jersey.api.json.JSONConfiguration
A static method for obtaining a builder of JSONConfiguration instance, which will use JSONConfiguration.Notation.NATURAL JSON notation.
NESTED_ERROR(Object) - Static method in class com.sun.jersey.impl.ImplMessages
NESTED ERROR: {0}.
NEW_AR_CREATED_BY_INTROSPECTION_MODELER(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A new abstract resource created by IntrospectionModeler: {0}
NewCookieProvider - Class in com.sun.jersey.core.impl.provider.header
 
NewCookieProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.NewCookieProvider
 
newInstance(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
newInstance(String, boolean) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
next() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
next(boolean) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
next() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
next() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
next - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Next alternative node if this node does not match.
nextBytes() - Method in class com.sun.jersey.json.impl.BufferingInputOutputStream
 
nextBytes() - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
nextBytes() - Method in class com.sun.jersey.json.impl.JsonRootEatingInputStreamFilter
 
nextQuotedString() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextSeparatedString(char, char) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextSeparator() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextSeparator(char) - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextTag() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
nextTag() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
nextToken() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextToken() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
nextTokenOrQuotedString() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
nextValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
NO_CONTENT - Static variable in class com.sun.jersey.api.Responses
 
NO_ROOT_RES_IN_RES_CFG() - Static method in class com.sun.jersey.impl.ImplMessages
The ResourceConfig instance does not contain any root resource classes.
NO_WEBRESOURCECLASS_IN_WEBXML() - Static method in class com.sun.jersey.impl.ImplMessages
No "webresourceclass" specified in web.xml.
noContent() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for an empty response.
noContent() - Static method in class com.sun.jersey.api.Responses
 
NON_PUB_RES_METHOD(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A resource method, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_LOC(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource locator, {0}, MUST be public scoped otherwise the method is ignored
NON_PUB_SUB_RES_METHOD(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored
nonPublicClass(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
nonPublicConstructor(Class) - Static method in class com.sun.jersey.spi.inject.Errors
 
nonStrings - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
nonStrings(String...) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedBuilder
Adds name(s) JSON non-string values property.
normalize(URI, boolean) - Static method in class com.sun.jersey.server.impl.uri.UriHelper
Normalize the URI provided and return the normalized copy.
NormalizeFilter - Class in com.sun.jersey.server.impl.container.filter
 
NormalizeFilter() - Constructor for class com.sun.jersey.server.impl.container.filter.NormalizeFilter
 
NOT_ACCEPTABLE - Static variable in class com.sun.jersey.api.Responses
 
NOT_FOUND - Static variable in class com.sun.jersey.api.Responses
 
NOT_LOCALIZABLE - Static variable in interface com.sun.jersey.localization.Localizable
Special constant that represents a message that is not localizable.
NOT_MODIFIED - Static variable in class com.sun.jersey.api.Responses
 
NOT_VALID_DYNAMICRESOLVINGMETHOD(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Method, {0}, annotated with URI template {1} of resource, {2}, is not recognized as valid Java method annotated with @Path.
NOT_VALID_HTTPMETHOD(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Method, {0}, annotated with {1} of resource, {2}, is not recognized as valid resource method.
notAcceptable(List<Variant>) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a not acceptable response.
notAcceptable() - Static method in class com.sun.jersey.api.Responses
 
notFound() - Static method in class com.sun.jersey.api.Responses
 
NotFoundException - Exception in com.sun.jersey.api
A HTTP 404 (Not Found) exception.
NotFoundException() - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(URI) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(String) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
NotFoundException(String, URI) - Constructor for exception com.sun.jersey.api.NotFoundException
Create a HTTP 404 (Not Found) exception.
notModified() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with a not-modified status.
notModified(String) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with a not-modified status and a strong entity tag.
notModified() - Static method in class com.sun.jersey.api.Responses
 
nsSeparator(Character) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedBuilder
Setter for XML namespace separator.
numberOfErrors() - Method in class com.sun.jersey.spi.inject.Errors
 

O

OBJECT_NOT_A_WEB_RESOURCE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Object, "{0}": is not a Web resource since it is not annotated with @Path.
ObjectFactory - Class in com.sun.jersey.server.wadl.generators
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.jersey.server.wadl.generators.ObjectFactory
 
ObjectFactory - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ObjectFactory
 
ObjectFactory - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
The object factory for xhtml supporting jaxb bindings.
Created on: Jun 17, 2008
ObjectFactory() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.ObjectFactory
 
ObjectFactory - Class in com.sun.research.ws.wadl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.research.ws.wadl package.
ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.research.ws.wadl
objectNotAWebResource(Class) - Static method in class com.sun.jersey.server.impl.model.ErrorHelper
 
objectToString(Object) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Create a string representation of an object.
ok() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with an OK status.
ok(E) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
ok(E, MediaType) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
ok(E, String) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
ok(E, Variant) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder that contains a representation.
onAccept(String) - Method in interface com.sun.jersey.core.spi.scanning.ScannerListener
Accept a scanned resource.
onAccept(String) - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
 
onAdd(T) - Method in interface com.sun.jersey.core.spi.component.ProviderServices.ProviderListener
 
onComplete(Future<T>) - Method in interface com.sun.jersey.api.client.async.FutureListener
Invoked when a Future has reached the completed termination state.
onComplete(Future<ClientResponse>) - Method in class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
onConflict(PathPattern, PathPattern) - Method in interface com.sun.jersey.server.impl.model.RulesMap.ConflictClosure
 
onError(long, Throwable) - Method in interface com.sun.jersey.spi.monitoring.ResponseListener
Called when exception is thrown during dispatching and not mapped via ExceptionMapper.
onFinish() - Method in class com.sun.jersey.api.client.filter.ContainerListener
Called when last byte of response entity is read or (if entity is not present in response) after sending request.
onGetOutputStream() - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriterListener
Called when the output stream is required to write the request entity.
onHeader(String, String) - Method in interface com.sun.jersey.api.core.TraceInformation.TraceHeaderListener
 
onLoaded(AbstractResourceModelContext) - Method in interface com.sun.jersey.api.model.AbstractResourceModelListener
 
onMappedException(long, Throwable, ExceptionMapper) - Method in interface com.sun.jersey.spi.monitoring.ResponseListener
Called when Jersey has finalized response and handles it back to container.
onProcess(String, InputStream) - Method in interface com.sun.jersey.core.spi.scanning.ScannerListener
Process a scanned resource.
onProcess(String, InputStream) - Method in class com.sun.jersey.spi.scanning.AnnotationScannerListener
 
onReceived(long, long) - Method in class com.sun.jersey.api.client.filter.ContainerListener
Called when any amount of bytes is read from responses entity
onReceiveStart(long) - Method in class com.sun.jersey.api.client.filter.ContainerListener
Called when receive starts.
onReload() - Method in class com.sun.jersey.api.core.ScanningResourceConfig
Perform a new search for resource classes and provider classes.
onReload() - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
onReload() - Method in interface com.sun.jersey.spi.container.ContainerListener
Called when reloading of the container is requested.
onReload() - Method in interface com.sun.jersey.spi.container.ReloadListener
Called when reloading of the container is requested.
onReload() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Reload the Web application.
onRequest(long, ContainerRequest) - Method in interface com.sun.jersey.spi.monitoring.RequestListener
Called when Jersey receives request from lower layer.
onRequestEntitySize(long) - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriterListener
Called when the size of the request entity is obtained.
onResourceMethod(long, AbstractResourceMethod) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListener
Called right before resource method invocation.
onResponse(long, ContainerResponse) - Method in interface com.sun.jersey.spi.monitoring.ResponseListener
Called when Jersey has finalized response and handles it back to container.
onSent(long, long) - Method in class com.sun.jersey.api.client.filter.ContainerListener
Called when any amount of bytes from request entity is sent.
onStart(ClientRequest) - Method in interface com.sun.jersey.api.client.filter.OnStartConnectionListener
Factory method for ContainerListener.
OnStartConnectionListener - Interface in com.sun.jersey.api.client.filter
 
onStartup(Set<Class<?>>, ServletContext) - Method in class com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer
 
onSubResource(long, Class) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListener
Called when Jersey finds suitable sub resource which will be used during request processing.
onSubResourceLocator(long, AbstractSubResourceLocator) - Method in interface com.sun.jersey.spi.monitoring.DispatchingListener
Called right before sub resource locator method is invoked.
onWebApplicationReady() - Method in class com.sun.jersey.server.impl.cdi.CDIComponentProviderFactory
 
onWebApplicationReady() - Method in interface com.sun.jersey.spi.container.WebApplicationListener
 
op(String) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
Option - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Option() - Constructor for class com.sun.research.ws.wadl.Option
 
option - Variable in class com.sun.research.ws.wadl.Param
 
options(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the OPTIONS method.
options(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the OPTIONS method.
options(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the OPTIONS method.
options(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
options(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
options(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
options(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
options(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
options(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
options(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
options(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
options(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
options(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
options(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
options(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
options(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the OPTIONS method.
options(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the OPTIONS method.
options(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
options(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
options(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
options(T) - Method in class com.sun.jersey.api.client.ViewResource
 
options(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
options(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
options(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
options(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
options(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
options(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
 
ordinalize(int) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Turn a number into a corresponding ordinal string used to denote the position in an ordered sequence.
OsgiLocator - Class in com.sun.jersey.core.osgi
 
OutBoundHeaders - Class in com.sun.jersey.core.header
Out-bound HTTP headers.
OutBoundHeaders() - Constructor for class com.sun.jersey.core.header.OutBoundHeaders
 
OutBoundHeaders(OutBoundHeaders) - Constructor for class com.sun.jersey.core.header.OutBoundHeaders
 

P

p - Variable in class com.sun.jersey.server.impl.uri.rules.PatternRulePair
 
pack() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Merge neighbour nodes if they are degenerated trees.
pack() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Pack and optimize the automata.
PackageNamesScanner - Class in com.sun.jersey.core.spi.scanning
A scanner that recursively scans URI-based resources present in a set of package names, and sub-package names of that set.
PackageNamesScanner(String[]) - Constructor for class com.sun.jersey.core.spi.scanning.PackageNamesScanner
Scan from a set of packages using the context class loader.
PackageNamesScanner(ClassLoader, String[]) - Constructor for class com.sun.jersey.core.spi.scanning.PackageNamesScanner
Scan from a set of packages using declared class loader.
PackageNamesScanner.ResourcesProvider - Class in com.sun.jersey.core.spi.scanning
Find resources with a given name and class loader.
PackageNamesScanner.ResourcesProvider() - Constructor for class com.sun.jersey.core.spi.scanning.PackageNamesScanner.ResourcesProvider
 
PackagesResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in a given a set of declared package and in all (if any) sub-packages of those declared packages.
PackagesResourceConfig(String...) - Constructor for class com.sun.jersey.api.core.PackagesResourceConfig
Search for root resource classes declaring the packages as an array of package names.
PackagesResourceConfig(Map<String, Object>) - Constructor for class com.sun.jersey.api.core.PackagesResourceConfig
Search for root resource classes declaring the packages as a property of ResourceConfig.
Param - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Param() - Constructor for class com.sun.research.ws.wadl.Param
 
param - Variable in class com.sun.research.ws.wadl.Representation
 
param - Variable in class com.sun.research.ws.wadl.Request
 
param - Variable in class com.sun.research.ws.wadl.Resource
 
param - Variable in class com.sun.research.ws.wadl.ResourceType
 
param - Variable in class com.sun.research.ws.wadl.Response
 
paramDoc - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
ParamDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
ParamDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
ParamDocType(String, String) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
Parameter - Class in com.sun.jersey.api.model
Abstraction for a method/constructor parameter
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, boolean) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, String) - Constructor for class com.sun.jersey.api.model.Parameter
 
Parameter(Annotation[], Annotation, Parameter.Source, String, Type, Class<?>, boolean, String) - Constructor for class com.sun.jersey.api.model.Parameter
 
parameter(String, String) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
Parameter.Source - Enum in com.sun.jersey.api.model
 
PARAMETER_PATTERN - Static variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
TemplateParameters pattern regexp.
Parameterized - Interface in com.sun.jersey.api.model
Abbstraction for something that has a list of parameters
ParameterizedHeader - Class in com.sun.jersey.core.header
A general parameterized header.
ParameterizedHeader(String) - Constructor for class com.sun.jersey.core.header.ParameterizedHeader
 
ParameterizedHeader(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.ParameterizedHeader
 
parameters - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
ParamException - Exception in com.sun.jersey.api
An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException(Throwable, int, Class<? extends Annotation>, String, String) - Constructor for exception com.sun.jersey.api.ParamException
 
ParamException.CookieParamException - Exception in com.sun.jersey.api
A parameter exception for errors with CookieParam.
ParamException.CookieParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.CookieParamException
 
ParamException.FormParamException - Exception in com.sun.jersey.api
A parameter exception for errors with FormParam.
ParamException.FormParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.FormParamException
 
ParamException.HeaderParamException - Exception in com.sun.jersey.api
A parameter exception for errors with HeaderParam.
ParamException.HeaderParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.HeaderParamException
 
ParamException.MatrixParamException - Exception in com.sun.jersey.api
A URI-parameter-based exception for errors with MatrixParam.
ParamException.MatrixParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.MatrixParamException
 
ParamException.PathParamException - Exception in com.sun.jersey.api
A URI-parameter-based exception for errors with PathParam.
ParamException.PathParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.PathParamException
 
ParamException.QueryParamException - Exception in com.sun.jersey.api
A URI-parameter-based exception for errors with QueryParam.
ParamException.QueryParamException(Throwable, String, String) - Constructor for exception com.sun.jersey.api.ParamException.QueryParamException
 
ParamException.URIParamException - Exception in com.sun.jersey.api
An abstract parameter exception for the class of URI-parameter-based exceptions.
ParamException.URIParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception com.sun.jersey.api.ParamException.URIParamException
 
ParamQualifier - Annotation Type in com.sun.jersey.spi.container
A meta-annotation that identifies an annotation as a parameter-based annotation.
ParamStyle - Enum in com.sun.research.ws.wadl
Java class for ParamStyle.
ParentRef - Annotation Type in com.sun.jersey.api.core
Used to annotate fields or parameters that shall be injected with parent resource class instances or instances obtained from registered IoC component provider factories (if any).
parse(String) - Method in class com.sun.jersey.core.header.LanguageTag
 
PartialRequestBuilder<T extends RequestBuilder> - Class in com.sun.jersey.api.client
A partial implementation of RequestBuilder that implements the methods on RequestBuilder but leaves undefined the build methods for constructing the request.
PartialRequestBuilder() - Constructor for class com.sun.jersey.api.client.PartialRequestBuilder
 
path(String) - Method in class com.sun.jersey.api.client.AsyncViewResource
Create a new WebResource from this web resource with an additional path added to the URI of this web resource.
path(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
Create a new AsyncWebResource from this web resource with an additional path added to the URI of this web resource.
path(String) - Method in class com.sun.jersey.api.client.ViewResource
Create a new WebResource from this web resource with an additional path added to the URI of this web resource.
path(String) - Method in class com.sun.jersey.api.client.WebResource
Create a new WebResource from this web resource with an additional path added to the URI of this web resource.
path(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path(Class) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path(Class, String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path(Method) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
path - Variable in class com.sun.research.ws.wadl.Param
 
path - Variable in class com.sun.research.ws.wadl.Resource
 
PathAnnotated - Interface in com.sun.jersey.api.model
 
PathParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
PathParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.PathParamInjectableProvider
 
PathPattern - Class in com.sun.jersey.server.impl.uri
A URI pattern that is a regular expression generated from a URI path.
PathPattern(UriTemplate) - Constructor for class com.sun.jersey.server.impl.uri.PathPattern
Public constructor.
PathPattern(UriTemplate, String) - Constructor for class com.sun.jersey.server.impl.uri.PathPattern
Public ctor.
PathProviderScannerListener - Class in com.sun.jersey.spi.scanning
An annotation-based scanning listener for classes annotated with Path or Provider.
PathProviderScannerListener() - Constructor for class com.sun.jersey.spi.scanning.PathProviderScannerListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
PathProviderScannerListener(ClassLoader) - Constructor for class com.sun.jersey.spi.scanning.PathProviderScannerListener
Create a scanning listener to check for Java classes in Java class files annotated with Path or Provider.
PathTemplate - Class in com.sun.jersey.server.impl.uri
A URI template for a URI path.
PathTemplate(String) - Constructor for class com.sun.jersey.server.impl.uri.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PathValue - Class in com.sun.jersey.api.model
Abstraction for a Path value
PathValue(String) - Constructor for class com.sun.jersey.api.model.PathValue
 
PatternRulePair<R> - Class in com.sun.jersey.server.impl.uri.rules
A tuple of a UriPattern and a generic rule.
PatternRulePair(UriPattern, R) - Constructor for class com.sun.jersey.server.impl.uri.rules.PatternRulePair
 
PerRequest - Annotation Type in com.sun.jersey.spi.resource
Used to annotate resource classes that require a new instance for each request.
PERREQUEST_UNDEFINED - Static variable in enum com.sun.jersey.core.spi.component.ComponentScope
A immutable list comprising of the scopes PerRequest and Undefined, in that order.
PERREQUEST_UNDEFINED_SINGLETON - Static variable in enum com.sun.jersey.core.spi.component.ComponentScope
A immutable list comprising of the scopes PerRequest, Undefined and Singleton, in that order.
PerRequestFactory - Class in com.sun.jersey.server.impl.resource
 
PerRequestFactory(ServerInjectableProviderContext, HttpContext) - Constructor for class com.sun.jersey.server.impl.resource.PerRequestFactory
 
PerRequestTypeInjectableProvider<A extends Annotation,T> - Class in com.sun.jersey.spi.inject
A utility class that may implemented to support a per-request injectable provider for a specific type T.
PerRequestTypeInjectableProvider(Type) - Constructor for class com.sun.jersey.spi.inject.PerRequestTypeInjectableProvider
Construct a new instance with the Type
PerSession - Annotation Type in com.sun.jersey.spi.container.servlet
Used to annotate resource classes that require a new instance for each HTTP servlet session.
PerSessionFactory - Class in com.sun.jersey.server.impl.container.servlet
A provider that maintains a per session resource class instance
PerSessionFactory(ServerInjectableProviderContext, ServletContext, HttpServletRequest, HttpContext) - Constructor for class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
pluralize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Return a addPlural version of the specified (addSingular) word.
port(int) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
post() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with no request entity or response.
post(Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with a request entity but no response.
post(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with no request entity that returns a response.
post(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with a request entity that returns a response.
post(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method.
post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with a request entity that returns a response.
post(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method with a request entity that returns a response.
post(ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the POST method.
post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
post(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
post(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
post(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
post(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
post(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
post(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
post(T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
post() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post(ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
post() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post(ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
post() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with no request entity or response.
post(Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with a request entity but no response.
post(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with no request entity that returns a response.
post(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with a request entity that returns a response.
post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with a request entity that returns a response.
post(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the POST method with a request entity that returns a response.
post(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
post(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
post(T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
post(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
post(T) - Method in class com.sun.jersey.api.client.ViewResource
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
post(T, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
post(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
post(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
post(Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
post(T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
post() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
post() - Method in class com.sun.jersey.api.client.WebResource
 
post(Object) - Method in class com.sun.jersey.api.client.WebResource
 
post(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
post(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
 
post(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
post(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
postConstruct(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor
Post-construction initialization of a component.
PostReplaceFilter - Class in com.sun.jersey.api.container.filter
A filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
PostReplaceFilter(ResourceConfig) - Constructor for class com.sun.jersey.api.container.filter.PostReplaceFilter
Initializes this filter with PostReplaceFilter.PROPERTY_POST_REPLACE_FILTER_CONFIG property value from the application resource config.
PostReplaceFilter(PostReplaceFilter.ConfigFlag...) - Constructor for class com.sun.jersey.api.container.filter.PostReplaceFilter
Initializes this filter with config flags.
PostReplaceFilter.ConfigFlag - Enum in com.sun.jersey.api.container.filter
Enum representing configuration flags that can be set on the filter.
PRECONDITION_FAILED - Static variable in class com.sun.jersey.api.Responses
 
preconditionFailed() - Static method in class com.sun.jersey.api.Responses
 
preConstruct() - Method in interface com.sun.jersey.core.spi.component.ioc.IoCComponentProcessor
Pre-construction initialization of a component.
primaryTag - Variable in class com.sun.jersey.core.header.LanguageTag
 
processConflicts(RulesMap.ConflictClosure) - Method in class com.sun.jersey.server.impl.model.RulesMap
 
processLinkHeaders(T, UriInfo, MultivaluedMap<String, Object>) - Method in class com.sun.jersey.server.linking.impl.LinkProcessor
Process any Link annotations on the supplied entity.
processLinks(T, UriInfo) - Method in class com.sun.jersey.server.linking.impl.RefProcessor
Inject any Link annotated fields in the supplied entity and recursively process its fields.
processWithErrors(Errors.Closure<T>) - Static method in class com.sun.jersey.spi.inject.Errors
 
produces(MediaType, List<MediaType>) - Static method in class com.sun.jersey.server.impl.model.HttpHelper
Ascertain if an entity of a specific Media type is capable of being produced from a list of Media type.
profile - Variable in class com.sun.research.ws.wadl.Representation
 
prop(String, Object) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
Specify the property value for the current WadlGenerator.
PROPERTY_BUFFER_RESPONSE_ENTITY_ON_EXCEPTION - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
A value of "true" declares that the client will automatically buffer the response entity (if any) and close resources when a UniformInterfaceException is thrown.
PROPERTY_CHUNKED_ENCODING_SIZE - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Chunked encoding property.
PROPERTY_CLASSNAMES - Static variable in class com.sun.jersey.api.core.ClassNamesResourceConfig
The property value MUST be an instance String or String[].
PROPERTY_CLASSPATH - Static variable in class com.sun.jersey.api.core.ClasspathResourceConfig
The property value MUST be an instance String or String[].
PROPERTY_CONNECT_TIMEOUT - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Connect timeout interval property, in milliseconds.
PROPERTY_CONTAINER_NOTIFIER - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the instance of ContainerNotifier to register ContainerListener instances.
PROPERTY_CONTAINER_REQUEST_FILTERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the list of ContainerRequestFilter that are applied to filter the request.
PROPERTY_CONTAINER_RESPONSE_FILTERS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the list of ContainerResponseFilter that are applied to filter the response.
PROPERTY_DEFAULT_RESOURCE_COMPONENT_PROVIDER_FACTORY_CLASS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the default resource component provider factory for the life-cycle of resource classes.
PROPERTY_FILTER_CONTEXT_PATH - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The filter context path.
PROPERTY_FOLLOW_REDIRECTS - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Redirection property.
PROPERTY_HTTP_URL_CONNECTION_SET_METHOD_WORKAROUND - Static variable in class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
A value of "true" declares that the client will try to set unsupported HTTP method to HttpURLConnection via reflection.
PROPERTY_HTTPS_PROPERTIES - Static variable in class com.sun.jersey.client.urlconnection.HTTPSProperties
HTTPS properties property.
PROPERTY_LANGUAGE_MAPPINGS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the map of file extension to langauge mappings that will be added to the map that is returned from ResourceConfig.getLanguageMappings().
PROPERTY_MEDIA_TYPE_MAPPINGS - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the map of file extension to media type mappings that will be added to the map that is returned from ResourceConfig.getMediaTypeMappings().
PROPERTY_PACKAGES - Static variable in class com.sun.jersey.api.core.PackagesResourceConfig
The property value MUST be an instance String or String[].
PROPERTY_POST_REPLACE_FILTER_CONFIG - Static variable in class com.sun.jersey.api.container.filter.PostReplaceFilter
Property that may contain a comma-separated list of the configuration flags to be set on this filter.
PROPERTY_READ_TIMEOUT - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Read timeout interval property, in milliseconds.
PROPERTY_RESOURCE_FILTER_FACTORIES - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the list of ResourceFilterFactory that are applied to resources.
PROPERTY_THREADPOOL_SIZE - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Threadpool size property.
PROPERTY_WADL_GENERATOR_CONFIG - Static variable in class com.sun.jersey.api.core.ResourceConfig
If set the wadl generator configuration that provides a WadlGenerator.
PROPERTY_WEB_PAGE_CONTENT_REGEX - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
If set the regular expression used to match an incoming servlet path URI to some web page content such as static resources or JSPs to be handled by the underlying servlet engine.
PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
The class {0} implementing provider {1} could not be loaded: {2}
PROVIDER_COULD_NOT_BE_CREATED(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Provider {0} could not be instantiated: {1}
PROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
The class {0} implementing provider {1} could not be instantiated: {2}
PROVIDER_NOT_FOUND(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Provider {0} not found.
PROVIDER_NOT_FOUND(Object, Object) - Static method in class com.sun.jersey.impl.SpiMessages
The class {0} implementing the provider {1} is not found.
ProviderBasedBean<T> - Class in com.sun.jersey.server.impl.cdi
A CDI Bean implementation that delegates bean creation to a Provider.
ProviderBasedBean(Class<?>, Provider<T>, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.ProviderBasedBean
 
ProviderBasedBean(Class<?>, Type, Provider<T>, Annotation) - Constructor for class com.sun.jersey.server.impl.cdi.ProviderBasedBean
 
ProviderFactory - Class in com.sun.jersey.core.spi.component
A component provider factory for provider components (which are singletons).
ProviderFactory(InjectableProviderContext) - Constructor for class com.sun.jersey.core.spi.component.ProviderFactory
Create the provider factory.
ProviderFactory.Destroyable - Interface in com.sun.jersey.core.spi.component
 
ProviderServices - Class in com.sun.jersey.core.spi.component
Combines access to provider instances given a set of provider classes, a set of provider instances and providers registered in META-INF/services.
ProviderServices(ProviderFactory, Set<Class<?>>, Set<?>) - Constructor for class com.sun.jersey.core.spi.component.ProviderServices
Create the provider services.
ProviderServices(Class<? extends ConstrainedToType>, ProviderFactory, Set<Class<?>>, Set<?>) - Constructor for class com.sun.jersey.core.spi.component.ProviderServices
Create the provider services.
ProviderServices.ProviderClass - Class in com.sun.jersey.core.spi.component
 
ProviderServices.ProviderListener<T> - Interface in com.sun.jersey.core.spi.component
 
proxy(Client, Class<T>) - Method in interface com.sun.jersey.client.proxy.ViewProxyProvider
 
proxy(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCProxiedComponentProvider
Proxy a component instance.
pushContainerResponseFilters(List<ContainerResponseFilter>) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushContainerResponseFilters(List<ContainerResponseFilter>) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a list of container response filters to apply after the container response has been produced.
pushMatch(UriTemplate, List<String>) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushMatch(UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.BaseRule
Push match to the provided context.
pushMatch(UriTemplate, List<String>) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a match.
pushMethod(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushMethod(AbstractResourceMethod) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push the matching resource method.
pushResource(Object) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushResource(Object) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a matching resource.
pushRightHandPathLength(int) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
pushRightHandPathLength(int) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push the right hand path length to calculate the entry for the list of matching (ancestor) URI paths.
put() - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with no request entity or response.
put(Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with a request entity but no response.
put(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with no request entity that returns a response.
put(GenericType<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with a request entity that returns a response.
put(ITypeListener<T>) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method.
put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with a request entity that returns a response.
put(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method with a request entity that returns a response.
put(ITypeListener<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncUniformInterface
Invoke the PUT method.
put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
put(T) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
put(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource.Builder
 
put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
put(T) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
put(T, Object) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
put(Class<T>) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
put(T) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
put(T, Object) - Method in interface com.sun.jersey.api.client.AsyncViewUniformInterface
 
put() - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put(ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource.Builder
 
put() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(Class<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(GenericType<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(ITypeListener<T>) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put(ITypeListener<T>, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
put() - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with no request entity or response.
put(Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with a request entity but no response.
put(Class<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with no request entity that returns a response.
put(GenericType<T>) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with a request entity that returns a response.
put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with a request entity that returns a response.
put(GenericType<T>, Object) - Method in interface com.sun.jersey.api.client.UniformInterface
Invoke the PUT method with a request entity that returns a response.
put(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
put(T) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
put(T, Object) - Method in class com.sun.jersey.api.client.ViewResource.Builder
 
put(Class<T>) - Method in class com.sun.jersey.api.client.ViewResource
 
put(T) - Method in class com.sun.jersey.api.client.ViewResource
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
put(T, Object) - Method in class com.sun.jersey.api.client.ViewResource
 
put(Class<T>) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
put(T) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
put(Class<T>, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
put(T, Object) - Method in interface com.sun.jersey.api.client.ViewUniformInterface
 
put() - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(Class<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource.Builder
 
put() - Method in class com.sun.jersey.api.client.WebResource
 
put(Object) - Method in class com.sun.jersey.api.client.WebResource
 
put(Class<T>) - Method in class com.sun.jersey.api.client.WebResource
 
put(GenericType<T>) - Method in class com.sun.jersey.api.client.WebResource
 
put(Class<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
put(GenericType<T>, Object) - Method in class com.sun.jersey.api.client.WebResource
 
put(K, V) - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
put(K, V) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Associates the specified value with the specified key in this map.
put(K, List<V>) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map<? extends K, ? extends List<V>>) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
putSingle(String, String) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
putSingle(String, Object) - Method in class com.sun.jersey.core.util.MultivaluedMapImpl
 
putSingle(String, V) - Method in class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
putSingle(K, V) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
putSingleObject(String, Object) - Method in class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 

Q

quality - Variable in class com.sun.jersey.core.header.AcceptableLanguageTag
 
quality - Variable in class com.sun.jersey.core.header.AcceptableToken
 
QUALITY_FACTOR - Static variable in interface com.sun.jersey.core.header.QualityFactor
 
QUALITY_GREATER_THAN_ONE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Quality value "{0}" is greater than 1.
QUALITY_MORE_THAN_THREE(Object) - Static method in class com.sun.jersey.impl.ImplMessages
Quality value "{0}" has more than 3 digits after the decimal point.
QUALITY_SOURCE_FACTOR - Static variable in class com.sun.jersey.core.header.QualitySourceMediaType
 
QUALITY_SOURCE_MEDIA_TYPE_COMPARATOR - Static variable in class com.sun.jersey.core.header.MediaTypes
Comparator for lists of quality source media types.
QualityFactor - Interface in com.sun.jersey.core.header
Quality factor for acceptable header types.
QualitySourceMediaType - Class in com.sun.jersey.core.header
An quality source media type.
QualitySourceMediaType(String, String) - Constructor for class com.sun.jersey.core.header.QualitySourceMediaType
 
QualitySourceMediaType(String, String, int, Map<String, String>) - Constructor for class com.sun.jersey.core.header.QualitySourceMediaType
 
QualitySourceMediaType(MediaType) - Constructor for class com.sun.jersey.core.header.QualitySourceMediaType
 
queryParam(String, String) - Method in class com.sun.jersey.api.client.AsyncViewResource
Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
queryParam(String, String) - Method in class com.sun.jersey.api.client.AsyncWebResource
Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
queryParam(String, String) - Method in class com.sun.jersey.api.client.ViewResource
Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
queryParam(String, String) - Method in class com.sun.jersey.api.client.WebResource
Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
queryParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
QueryParamInjectableProvider - Class in com.sun.jersey.server.impl.model.parameter
 
QueryParamInjectableProvider(MultivaluedParameterExtractorProvider) - Constructor for class com.sun.jersey.server.impl.model.parameter.QueryParamInjectableProvider
 
queryParams(MultivaluedMap<String, String>) - Method in class com.sun.jersey.api.client.AsyncViewResource
Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
queryParams(MultivaluedMap<String, String>) - Method in class com.sun.jersey.api.client.AsyncWebResource
Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
queryParams(MultivaluedMap<String, String>) - Method in class com.sun.jersey.api.client.ViewResource
Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
queryParams(MultivaluedMap<String, String>) - Method in class com.sun.jersey.api.client.WebResource
Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
queryType - Variable in class com.sun.research.ws.wadl.Resource
 

R

r - Variable in class com.sun.jersey.server.impl.uri.rules.PatternRulePair
 
read() - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
read(byte[]) - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
read(byte[], int, int) - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
readAcceptableList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptableList(Comparator<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptLanguage(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptMediaType(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readAcceptToken(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readCookie(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readCookies(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readDate - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
readDate(Date) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "read-date" parameter.
readDate(String) - Static method in class com.sun.jersey.core.header.HttpDateFormat
Read a date.
readDate(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
ReaderProvider - Class in com.sun.jersey.core.impl.provider.entity
 
ReaderProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.ReaderProvider
 
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Convert a map media type to list of message body readers to a string.
ReaderWriter - Class in com.sun.jersey.core.util
A utility class for reading and writing using byte and character streams.
ReaderWriter() - Constructor for class com.sun.jersey.core.util.ReaderWriter
 
readFrom(Class<Entry>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomEntryProvider
 
readFrom(Class<Feed>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomFeedProvider
 
readFrom(T, MediaType, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.BaseFormProvider
 
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider
 
readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.DocumentProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.EntityHolderReader
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.FileProvider
 
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
 
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.FormProvider
 
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
readFrom(Class<MimeMultipart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
 
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.ReaderProvider
 
readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
 
readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.DOMSourceReader
 
readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.SAXSourceReader
 
readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.StreamSourceReader
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.StringProvider
 
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
Unmarshal a JAXB type.
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetJAXBElementProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetRootElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
readFrom(Class<JSONArray>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider
 
readFrom(Class<?>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider
 
readFrom(Class<JSONObject>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider
 
readFrom(Class<Object>, MediaType, Unmarshaller, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider
 
readFrom(Class<JSONWithPadding>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONWithPaddingProvider
 
readFromAsString(InputStream, MediaType) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Read the bytes of an input stream and convert to a string.
readFromAsString(InputStream, MediaType) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read the bytes of an input stream and convert to a string.
readFromAsString(Reader) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read the characters of a reader and convert to a string.
readList(HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readList(List<T>, HttpHeaderReader.ListElementCreator<T>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readMatchingEntityTag(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readMediaTypes(List<MediaType>, String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readNewCookie(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readParameters(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualityFactor(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualityFactorParameter(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualitySourceMediaType(String) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readQualitySourceMediaType(String[]) - Static method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
readValueAs(Class<T>) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
readValueAs(TypeReference<?>) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
readValueAsTree() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
Ref - Annotation Type in com.sun.jersey.server.linking
Specifies a link injection target in a returned representation bean.
Ref.Style - Enum in com.sun.jersey.server.linking
Styles of URI supported
RefDescriptor - Interface in com.sun.jersey.server.linking.impl
Utility for working with @Ref annotations
RefFieldDescriptor - Class in com.sun.jersey.server.linking.impl
Utility class for working with Ref annotated fields
RefFieldDescriptor(Field, Ref, Class<?>) - Constructor for class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
ReflectionHelper - Class in com.sun.jersey.core.reflection
Utility methods for Java reflection.
ReflectionHelper() - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper
 
ReflectionHelper.ClassTypePair - Class in com.sun.jersey.core.reflection
A tuple consisting of a class and type of the class.
ReflectionHelper.ClassTypePair(Class) - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
 
ReflectionHelper.ClassTypePair(Class, Type) - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
 
ReflectionHelper.DeclaringClassInterfacePair - Class in com.sun.jersey.core.reflection
A tuple consisting of a concrete class, declaring class that declares a generic interface type.
ReflectionHelper.TypeClassPair - Class in com.sun.jersey.core.reflection
 
ReflectionHelper.TypeClassPair(Type, Class) - Constructor for class com.sun.jersey.core.reflection.ReflectionHelper.TypeClassPair
 
RefProcessor<T> - Class in com.sun.jersey.server.linking.impl
Utility class that can inject links into Link annotated fields in an entity.
RefProcessor(Class<T>) - Constructor for class com.sun.jersey.server.linking.impl.RefProcessor
 
register(Bundle) - Method in class com.sun.jersey.core.osgi.Activator
 
register(String, Callable<List<Class>>) - Static method in class com.sun.jersey.core.osgi.OsgiLocator
 
register() - Method in interface com.sun.jersey.spi.monitoring.GlassfishMonitoringProvider
Register Jersey-based monitoring with the GlassFish monitoring framework.
rel(String) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
rel - Variable in class com.sun.research.ws.wadl.Link
 
reload() - Method in class com.sun.jersey.api.core.ScanningResourceConfig
Deprecated.
reload() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Reload the Web application.
ReloadListener - Interface in com.sun.jersey.spi.container
 
rels - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
remove(Object) - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
remove(Object) - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
removeAllFilters() - Method in class com.sun.jersey.api.client.filter.Filterable
Remove all filters from the filter chain.
removeDotSegments(String, boolean) - Static method in class com.sun.jersey.server.impl.uri.UriHelper
Remove dots from path.
removeEldestEntry(Map.Entry<K, V>) - Method in class com.sun.jersey.core.util.KeyComparatorLinkedHashMap
Returns true if this map should remove its eldest entry.
removeFilter(ClientFilter) - Method in class com.sun.jersey.api.client.filter.Filterable
Remove a filter from the chain.
RenderedImageProvider - Class in com.sun.jersey.core.impl.provider.entity
 
RenderedImageProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
 
repeating - Variable in class com.sun.research.ws.wadl.Param
 
replaceMatrix(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replaceMatrixParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replacePath(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replaceQuery(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
replaceQueryParam(String, Object...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
representation - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
Representation - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Representation() - Constructor for class com.sun.research.ws.wadl.Representation
 
representation - Variable in class com.sun.research.ws.wadl.Request
 
representation - Variable in class com.sun.research.ws.wadl.Response
 
RepresentationDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for representations.
Created on: Jun 16, 2008
RepresentationDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
request - Variable in class com.sun.research.ws.wadl.Method
 
Request - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Request() - Constructor for class com.sun.research.ws.wadl.Request
 
RequestBuilder<T extends RequestBuilder> - Interface in com.sun.jersey.api.client
An interface for building requests.
RequestDispatcher - Interface in com.sun.jersey.spi.dispatch
A resource method dispatcher.
RequestDispatcherWrapper - Class in com.sun.jersey.server.impl.container.servlet
 
RequestDispatcherWrapper(RequestDispatcher, String, HttpContext, Viewable) - Constructor for class com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
 
RequestDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for requests.
Created on: Jun 16, 2008
RequestDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
requestEnd() - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when matching ends.
RequestListener - Interface in com.sun.jersey.spi.monitoring
 
RequestListenerAdapter - Interface in com.sun.jersey.spi.monitoring
 
requestStart(URI) - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when matching starts.
RequestWriter - Class in com.sun.jersey.api.client
A request writer for writing header values and a request entity.
RequestWriter() - Constructor for class com.sun.jersey.api.client.RequestWriter
 
RequestWriter(MessageBodyWorkers) - Constructor for class com.sun.jersey.api.client.RequestWriter
 
RequestWriter.RequestEntityWriter - Interface in com.sun.jersey.api.client
A writer for writing a request entity.
RequestWriter.RequestEntityWriterListener - Interface in com.sun.jersey.api.client
A lister for listening to events when writing a request entity.
require(int, String, String) - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
require(int, String, String) - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
required - Variable in class com.sun.research.ws.wadl.Param
 
reset() - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Reset to the default state.
reset() - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
reset() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
reset() - Method in class com.sun.jersey.spi.container.ContainerResponse
Reset the response to 204 (No content) with no headers.
reset() - Static method in class com.sun.jersey.spi.inject.Errors
 
resolve(Type, MediaType) - Method in class com.sun.jersey.core.spi.factory.ContextResolverFactory
 
resolve(String) - Method in class com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor
 
resolve(String) - Method in class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
resolve(Class) - Method in class com.sun.jersey.server.wadl.ApplicationDescription
 
resolve(Class) - Method in class com.sun.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
resolve(Class) - Method in interface com.sun.jersey.server.wadl.WadlGenerator.Resolver
 
resolve(String) - Method in interface com.sun.jersey.spi.template.TemplateProcessor
Deprecated.
resolve(String) - Method in interface com.sun.jersey.spi.template.ViewProcessor
Resolve a template name to a template reference.
ResolvedViewable<T> - Class in com.sun.jersey.spi.template
A resolved Viewable.
ResolvedViewable(ViewProcessor<T>, T, Viewable) - Constructor for class com.sun.jersey.spi.template.ResolvedViewable
Create a resolved viewable.
ResolvedViewable(ViewProcessor<T>, T, Viewable, Class<?>) - Constructor for class com.sun.jersey.spi.template.ResolvedViewable
Create a resolved viewable.
resolveTypeVariable(Class, Class, TypeVariable) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Given a type variable resolve the Java class of that variable.
resolveViewable(Viewable) - Method in class com.sun.jersey.server.impl.template.TemplateFactory
 
resolveViewable(Viewable, UriInfo) - Method in class com.sun.jersey.server.impl.template.TemplateFactory
 
resolveViewable(Viewable, Class<?>) - Method in class com.sun.jersey.server.impl.template.TemplateFactory
 
resolveViewable(Viewable) - Method in interface com.sun.jersey.spi.template.TemplateContext
Resolve a Viewable.
resolveViewable(Viewable, UriInfo) - Method in interface com.sun.jersey.spi.template.TemplateContext
Resolve a Viewable.
resolveViewable(Viewable, Class<?>) - Method in interface com.sun.jersey.spi.template.TemplateContext
Resolve a Viewable given a resolving class.
resource(String) - Method in class com.sun.jersey.api.client.Client
Create a Web resource from the client.
resource(URI) - Method in class com.sun.jersey.api.client.Client
Create a Web resource from the client.
resource(String) - Method in class com.sun.jersey.api.client.WebResourceLinkHeaders
 
Resource - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resource() - Constructor for class com.sun.research.ws.wadl.Resource
 
resource - Variable in class com.sun.research.ws.wadl.Resources
 
RESOURCE_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.ServletContainer
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
RESOURCE_CONFIG_CLASS - Static variable in class com.sun.jersey.spi.container.servlet.WebComponent
The servlet initialization property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
RESOURCE_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
Resource, {0}, with method, {1}
RESOURCE_MIMETYPE_NOT_IN_PRODUCE_MIME(Object, Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
{0}, is returning a MIME type, "{1}", that is acceptable but not a member of @ProduceMime, {2}.
RESOURCE_NOT_ACCEPTABLE(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
{0}, is returning a MIME type, "{1}", that is not acceptable.
RESOURCE_OBJECT - Static variable in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
ResourceClassRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting a resource class.
ResourceClassRule(UriTemplate, Class) - Constructor for class com.sun.jersey.server.impl.uri.rules.ResourceClassRule
Public constructor.
ResourceComponentConstructor - Class in com.sun.jersey.server.spi.component
A constructor of a resource class.
ResourceComponentConstructor(ServerInjectableProviderContext, ComponentScope, AbstractResource) - Constructor for class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
ResourceComponentDestructor - Class in com.sun.jersey.server.spi.component
A destructor of a resource class instance.
ResourceComponentDestructor(AbstractResource) - Constructor for class com.sun.jersey.server.spi.component.ResourceComponentDestructor
 
ResourceComponentInjector - Class in com.sun.jersey.server.spi.component
An injector that injects onto properties of a resource.
ResourceComponentInjector(ServerInjectableProviderContext, ComponentScope, AbstractResource) - Constructor for class com.sun.jersey.server.spi.component.ResourceComponentInjector
Create a new resource component injector.
ResourceComponentProvider - Interface in com.sun.jersey.server.spi.component
A resource class component provider.
ResourceComponentProviderFactory - Interface in com.sun.jersey.server.spi.component
A resource class component provider factory.
ResourceComponentProviderFactoryClass - Annotation Type in com.sun.jersey.server.spi.component
Specifies the resource component provider that is used to obtain an instance of the resource class.
ResourceConfig - Class in com.sun.jersey.api.core
The resource configuration for configuring a web application.
ResourceConfig() - Constructor for class com.sun.jersey.api.core.ResourceConfig
 
ResourceConfigurator - Interface in com.sun.jersey.api.core
A provider to be utilized when configuration of ResourceConfig is required.
ResourceContext - Interface in com.sun.jersey.api.core
The resource context provides access to instances of resource classes.
ResourceDebuggingFilterFactory - Class in com.sun.jersey.api.container.filter
A ResourceFilterFactory provides tracking of resource matching.
ResourceDebuggingFilterFactory(HttpContext) - Constructor for class com.sun.jersey.api.container.filter.ResourceDebuggingFilterFactory
 
ResourceDocAccessor - Class in com.sun.jersey.server.wadl.generators.resourcedoc
A class providing access to information stored in a ResourceDocType.
Created on: Jun 16, 2008
ResourceDocAccessor(ResourceDocType) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.ResourceDocAccessor
 
ResourceDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for resources.
Created on: Jun 11, 2008
ResourceDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResourceDocType
 
ResourceFactory - Class in com.sun.jersey.server.impl.component
 
ResourceFactory(ResourceConfig, ServerInjectableProviderContext) - Constructor for class com.sun.jersey.server.impl.component.ResourceFactory
 
ResourceFilter - Interface in com.sun.jersey.spi.container
A resource filter to be used to filter a resource method, a sub-resource method, or a sub-resource locator.
ResourceFilterFactory - Interface in com.sun.jersey.spi.container
A resource filter factory responsible for creating ResourceFilter instances that match methods of the abstract resource model.
ResourceFilters - Annotation Type in com.sun.jersey.spi.container
Defines the list of application-declared ResourceFilter classes associated with a resource method, a sub-resource method, or a sub-resource locator.
ResourceHeadWrapperMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceHeadWrapperMethod(ResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHeadWrapperMethod
 
ResourceHttpMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceHttpMethod(ResourceMethodDispatchProvider, FilterFactory, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpMethod(ResourceMethodDispatchProvider, FilterFactory, UriTemplate, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpMethod(ResourceMethodDispatchProvider, FilterFactory, List<ResourceFilter>, UriTemplate, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpOptionsMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceHttpOptionsMethod(Map<String, List<ResourceMethod>>) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod
 
ResourceHttpOptionsMethod.OptionsRequestDispatcher - Class in com.sun.jersey.server.impl.model.method
 
ResourceHttpOptionsMethod.OptionsRequestDispatcher(Map<String, List<ResourceMethod>>) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod.OptionsRequestDispatcher
 
ResourceJavaMethodDispatcher - Class in com.sun.jersey.server.impl.model.method.dispatch
 
ResourceJavaMethodDispatcher(AbstractResourceMethod, JavaMethodInvoker) - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
ResourceMethod - Class in com.sun.jersey.server.impl.model.method
 
ResourceMethod(String, UriTemplate, List<? extends MediaType>, List<? extends MediaType>, boolean, RequestDispatcher) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceMethod
 
ResourceMethod(String, UriTemplate, List<? extends MediaType>, List<? extends MediaType>, boolean, RequestDispatcher, List<ContainerRequestFilter>, List<ContainerResponseFilter>) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceMethod
 
ResourceMethodCustomInvokerDispatchFactory - Class in com.sun.jersey.spi.container
 
ResourceMethodCustomInvokerDispatchFactory(ProviderServices) - Constructor for class com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchFactory
 
ResourceMethodCustomInvokerDispatchProvider - Interface in com.sun.jersey.spi.container
Service-provider interface for creating RequestDispatcher instances.
ResourceMethodDispatchAdapter - Interface in com.sun.jersey.spi.container
A provider that can adapt a @{link ResourceMethodDispatchProvider}.
ResourceMethodDispatcherFactory - Class in com.sun.jersey.server.impl.application
 
ResourceMethodDispatchProvider - Interface in com.sun.jersey.spi.container
Service-provider interface for creating RequestDispatcher instances.
ResourceModelIssue - Class in com.sun.jersey.api.model
Abstraction for various issues of a resource model validity like: no resources, duplicated uri templates, etc.
ResourceModelIssue(Object, String) - Constructor for class com.sun.jersey.api.model.ResourceModelIssue
 
ResourceModelIssue(Object, String, boolean) - Constructor for class com.sun.jersey.api.model.ResourceModelIssue
 
ResourceObjectRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting a resource object.
ResourceObjectRule(UriTemplate, Object) - Constructor for class com.sun.jersey.server.impl.uri.rules.ResourceObjectRule
Public ctor.
resources - Variable in class com.sun.research.ws.wadl.Application
 
Resources - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resources() - Constructor for class com.sun.research.ws.wadl.Resources
 
resourceType - Variable in class com.sun.research.ws.wadl.Link
 
ResourceType - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
 
ResourceUriRules - Class in com.sun.jersey.server.impl.model
 
ResourceUriRules(ResourceConfig, ResourceMethodDispatchProvider, ServerInjectableProviderContext, FilterFactory, WadlFactory, DispatchingListener, AbstractResource) - Constructor for class com.sun.jersey.server.impl.model.ResourceUriRules
 
response - Variable in class com.sun.research.ws.wadl.Method
 
Response - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Response() - Constructor for class com.sun.research.ws.wadl.Response
 
ResponseBuilderHeaders - Class in com.sun.jersey.core.spi.factory
HTTP header constants for use with ResponseBuilderImpl and ResponseImpl.
ResponseBuilderHeaders() - Constructor for class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
ResponseBuilderImpl - Class in com.sun.jersey.core.spi.factory
An implementation of Response.ResponseBuilder.
ResponseBuilderImpl() - Constructor for class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ResponseContextResolver - Class in com.sun.jersey.server.linking.el
The initial context resolver that resolves the entity and resource objects used at the start of an EL expression.
ResponseContextResolver(Object, Object, Object) - Constructor for class com.sun.jersey.server.linking.el.ResponseContextResolver
 
ResponseDocType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for a response.
Created on: Jun 16, 2008
ResponseDocType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
ResponseImpl - Class in com.sun.jersey.core.spi.factory
An implementation of Response.
ResponseImpl(Response.StatusType, OutBoundHeaders, Object, Type) - Constructor for class com.sun.jersey.core.spi.factory.ResponseImpl
Construct given a status type, entity and metadata.
ResponseImpl(int, OutBoundHeaders, Object, Type) - Constructor for class com.sun.jersey.core.spi.factory.ResponseImpl
Construct given a status, entity and metadata.
ResponseListener - Interface in com.sun.jersey.spi.monitoring
 
ResponseListenerAdapter - Interface in com.sun.jersey.spi.monitoring
 
Responses - Class in com.sun.jersey.api
Common status codes and responses.
Responses() - Constructor for class com.sun.jersey.api.Responses
 
rev - Variable in class com.sun.research.ws.wadl.Link
 
RightHandPathRule - Class in com.sun.jersey.server.impl.uri.rules
Adapter to an existing rule that accepts the rule using the last capturing group value as the URI path.
RightHandPathRule(boolean, boolean, UriRule) - Constructor for class com.sun.jersey.server.impl.uri.rules.RightHandPathRule
Public constructor.
RolesAllowedResourceFilterFactory - Class in com.sun.jersey.api.container.filter
A ResourceFilterFactory supporting the RolesAllowed, PermitAll and DenyAll on resource methods sub-resource methods, and sub-resource locators.
RolesAllowedResourceFilterFactory() - Constructor for class com.sun.jersey.api.container.filter.RolesAllowedResourceFilterFactory
 
ROOT_RES_NO_PUBLIC_CTOR(Object) - Static method in class com.sun.jersey.impl.ImplMessages
A root resource, {0}, MUST have a public constructor
RootElementWrapper - Class in com.sun.jersey.json.impl
 
RootElementWrapper() - Constructor for class com.sun.jersey.json.impl.RootElementWrapper
 
RootResourceClassesRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting the root resource classes.
RootResourceClassesRule(Map<PathPattern, UriRule>) - Constructor for class com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule
Public constructor
RootResourceUriRules - Class in com.sun.jersey.server.impl.application
A class that creates a rules map for root resources.
RootResourceUriRules(WebApplicationImpl, ResourceConfig, WadlFactory, InjectableProviderFactory) - Constructor for class com.sun.jersey.server.impl.application.RootResourceUriRules
 
rootUnwrapping - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
rootUnwrapping(boolean) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedBuilder
Setter for XML root element unwrapping.
rootUnwrapping(boolean) - Method in class com.sun.jersey.api.json.JSONConfiguration.NaturalBuilder
Setter for XML root element unwrapping.
ruleAccept(String, CharSequence, Object) - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when a UriRule is matched.
RulesMap<R> - Class in com.sun.jersey.server.impl.model
 
RulesMap() - Constructor for class com.sun.jersey.server.impl.model.RulesMap
 
RulesMap.ConflictClosure - Interface in com.sun.jersey.server.impl.model
 
RuntimeDelegateImpl - Class in com.sun.jersey.server.impl.provider
 
RuntimeDelegateImpl() - Constructor for class com.sun.jersey.server.impl.provider.RuntimeDelegateImpl
 
RuntimeDelegateImpl - Class in com.sun.ws.rs.ext
A default client-based and hardcoded implementation of RuntimeDelegate that will be instantiated if all look up mechanisms fail to find an instance.
RuntimeDelegateImpl() - Constructor for class com.sun.ws.rs.ext.RuntimeDelegateImpl
 

S

SAXParserContextProvider - Class in com.sun.jersey.core.impl.provider.xml
 
SAXParserContextProvider(FeaturesAndProperties) - Constructor for class com.sun.jersey.core.impl.provider.xml.SAXParserContextProvider
 
scan(ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.FilesScanner
 
scan(File, String, ScannerListener) - Static method in class com.sun.jersey.core.spi.scanning.JarFileScanner
Scan entries in a jar file.
scan(InputStream, String, ScannerListener) - Static method in class com.sun.jersey.core.spi.scanning.JarFileScanner
Scan entries in a jar file.
scan(ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.PackageNamesScanner
 
scan(ScannerListener) - Method in interface com.sun.jersey.core.spi.scanning.Scanner
Perform a scan and report resources to a scanning listener.
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.BundleSchemeScanner
 
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.FileSchemeScanner
 
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.JarZipSchemeScanner
 
scan(URI, ScannerListener) - Method in interface com.sun.jersey.core.spi.scanning.uri.UriSchemeScanner
Perform a scan and report resources to a scanning listener.
scan(URI, ScannerListener) - Method in class com.sun.jersey.core.spi.scanning.uri.VfsSchemeScanner
 
scan(ScannerListener) - Method in class com.sun.jersey.spi.scanning.WebAppResourcesScanner
 
Scanner - Interface in com.sun.jersey.core.spi.scanning
An interface for scanning resources and reporting those resources to a scanning listener.
ScannerException - Exception in com.sun.jersey.core.spi.scanning
An runtime exception that may be thrown when scanning.
ScannerException() - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied message
ScannerException(String) - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied message
ScannerException(String, Throwable) - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied message and cause
ScannerException(Throwable) - Constructor for exception com.sun.jersey.core.spi.scanning.ScannerException
Construct a new instance with the supplied cause
ScannerListener - Interface in com.sun.jersey.core.spi.scanning
A listener for recieving events on resources from a Scanner.
ScanningResourceConfig - Class in com.sun.jersey.api.core
A resource configuration that performs scanning to find root resource and provider classes.
ScanningResourceConfig() - Constructor for class com.sun.jersey.api.core.ScanningResourceConfig
 
scheme(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
schemeSpecificPart(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
seeOther(URI) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a redirection.
segment(String...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
selectVariant(ContainerRequest, List<Variant>) - Static method in class com.sun.jersey.server.impl.VariantSelector
 
selectVariant(List<Variant>) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
selectVariant(List<Variant>) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
SequentialMatchingPatterns<R> - Class in com.sun.jersey.server.impl.uri.rules
Rules associated with instances of {@link UriPattern) and matched in order.
SequentialMatchingPatterns(List<PatternRulePair<R>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.SequentialMatchingPatterns
 
serialize(JsonGenerator, SerializerProvider) - Method in class com.sun.jersey.api.json.JSONWithPadding
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.sun.jersey.api.json.JSONWithPadding
 
serverError() - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with an server error status.
ServerInjectableProviderContext - Interface in com.sun.jersey.server.impl.inject
The server context to obtain Injectable instances.
ServerInjectableProviderFactory - Class in com.sun.jersey.server.impl.inject
 
ServerInjectableProviderFactory() - Constructor for class com.sun.jersey.server.impl.inject.ServerInjectableProviderFactory
 
ServerSide - Class in com.sun.jersey.spi.inject
 
ServerSide() - Constructor for class com.sun.jersey.spi.inject.ServerSide
 
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Dispatch client requests to a resource class.
service(HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Dispatch client requests to a resource class.
ServiceConfigurationError - Error in com.sun.jersey.spi.service
Error thrown when something goes wrong while looking up service providers.
ServiceConfigurationError(String) - Constructor for error com.sun.jersey.spi.service.ServiceConfigurationError
Constructs a new instance with the specified detail string.
ServiceConfigurationError(Throwable) - Constructor for error com.sun.jersey.spi.service.ServiceConfigurationError
Constructs a new instance that wraps the specified throwable.
ServiceFinder<T> - Class in com.sun.jersey.spi.service
A simple service-provider lookup mechanism.
ServiceFinder.DefaultServiceIteratorProvider<T> - Class in com.sun.jersey.spi.service
The default service iterator provider that looks up provider classes in META-INF/services files.
ServiceFinder.DefaultServiceIteratorProvider() - Constructor for class com.sun.jersey.spi.service.ServiceFinder.DefaultServiceIteratorProvider
 
ServiceFinder.ServiceIteratorProvider<T> - Class in com.sun.jersey.spi.service
Supports iteration of provider instances or classes.
ServiceFinder.ServiceIteratorProvider() - Constructor for class com.sun.jersey.spi.service.ServiceFinder.ServiceIteratorProvider
 
ServletAdaptor - Class in com.sun.jersey.server.impl.container.servlet
A servlet container for deploying root resource classes with support for injecting persistence units.
ServletAdaptor() - Constructor for class com.sun.jersey.server.impl.container.servlet.ServletAdaptor
 
ServletContainer - Class in com.sun.jersey.spi.container.servlet
A Servlet or Filter for deploying root resource classes.
ServletContainer() - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
 
ServletContainer(Class<? extends Application>) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
 
ServletContainer(Application) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer
 
ServletContainer.ContextInjectableProvider<T> - Class in com.sun.jersey.spi.container.servlet
A helper class for creating an injectable provider that supports Context with a type and constant value.
ServletContainer.ContextInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.container.servlet.ServletContainer.ContextInjectableProvider
Create a new instance.
set(T) - Method in class com.sun.jersey.core.util.LazyVal
 
set(HttpContext) - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
Set the HttpContext for the current thread.
set(T) - Method in class com.sun.jersey.server.impl.ThreadLocalInvoker
 
set(T) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
 
setAccessibleField(Field) - Static method in class com.sun.jersey.server.linking.impl.FieldDescriptor
 
setAccessibleMethod(Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Set a method to be accessible.
setAccessibleObject(AccessibleObject) - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
setAdapter(ClientRequestAdapter) - Method in class com.sun.jersey.api.client.ClientRequest
Set the client request adapter.
setAdapter(ClientRequestAdapter) - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
setAdapter(XmlAdapter) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setAdapter(Class<A>, A) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setAdapter(XmlAdapter) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setAdapter(Class<A>, A) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setAnnotations(Annotation[]) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the annotations associated with the response entity (if any).
setAnnotations(Annotation[]) - Method in class com.sun.jersey.core.spi.component.AnnotatedContext
 
setAnnotations(Annotation[]) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setAnnotations(Annotation[]) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setAnnotationTypeName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.AnnotationDocType
 
setApplicationDocsFile(File) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
setApplicationDocsStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
setAreInputTypesDeclared(boolean) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
setAreOutputTypesDeclared(boolean) - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setBase(String) - Method in class com.sun.research.ws.wadl.Resources
Sets the value of the base property.
setBaseUri(String) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setCancelableFuture(Future<ClientResponse>) - Method in class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
setChunkedEncodingSize(Integer) - Method in class com.sun.jersey.api.client.Client
Set the client to send request entities using chunked encoding with a particular chunk size.
setClassName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
setClasspath(Path) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setClasspathRef(Reference) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setCodec(ObjectCodec) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
setCodec(ObjectCodec) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
setCodec(ObjectCodec) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
setCodec(ObjectCodec) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
Sets the value of the commentText property.
setCommentText(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
setConfiguration(FeaturesAndProperties) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
setConfiguration(FeaturesAndProperties) - Method in class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider
 
setConfiguration(FeaturesAndProperties) - Method in class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider
 
setConfiguration(FeaturesAndProperties) - Method in class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider
 
setConnection(HttpsURLConnection) - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
Set the HttpsURLConnection with the HTTPS properties.
setConnectTimeout(Integer) - Method in class com.sun.jersey.api.client.Client
Set the connect timeout interval, in milliseconds.
setConstructors(Set<AnnotatedConstructor<T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setContainerRequest(ContainerRequest) - Method in class com.sun.jersey.spi.container.ContainerResponse
Set the container request.
setContainerRequest(ContainerRequest) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Set the container request.
setContainerResponse(ContainerResponse) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
setContainerResponse(ContainerResponse) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Set the container response.
setContainerResponseWriter(ContainerResponseWriter) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setContainerResponseWriter(ContainerResponseWriter) - Method in class com.sun.jersey.spi.container.ContainerResponse
Set the container response writer.
setDefault(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the default property.
setDefaultNamespace(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
setDefaultNamespace(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
setDefaultNamespace(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
setDestfile(File) - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
setDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setElement(QName) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the element property.
setEntity(Object) - Method in class com.sun.jersey.api.client.ClientRequest
Set the entity of the request.
setEntity(Object) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the entity of the response.
setEntity(Object) - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
setEntity(Object) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setEntity(Object, Type) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setEntity(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, T) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the request entity.
setEntity(Object) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setEntity(Object, Type) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setEntityInputStream(InputStream) - Method in class com.sun.jersey.api.client.ClientResponse
Set the input stream of the response.
setEntityInputStream(InputStream) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setEntityInputStream(InputStream) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the input stream of the entity.
setEventHandler(ValidationEventHandler) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setEventHandler(ValidationEventHandler) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setExample(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setExecutorService(ExecutorService) - Method in class com.sun.jersey.api.client.Client
Set the ExecutorService for sending asynchronous HTTP requests when no underlying asynchronous HTTP implementation is utilized.
setFeature(JsonParser.Feature, boolean) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
setFeature(JsonGenerator.Feature, boolean) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
setFeature(JsonGenerator.Feature, boolean) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
setFeature(JsonGenerator.Feature, boolean) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
setFeaturesAndProperties(FeaturesAndProperties) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
setFields(Set<AnnotatedField<? super T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
setFixed(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the fixed property.
setFollowRedirects(Boolean) - Method in class com.sun.jersey.api.client.Client
Set if redirection should be performed or not.
setGeneratorClass(Class<? extends WadlGenerator>) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the grammars property.
setGrammarsFile(File) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
setGrammarsStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
setHeader(Marshaller, Annotation[]) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
setHeaders(InBoundHeaders) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setHeaders(InBoundHeaders) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the request headers.
setHref(String) - Method in class com.sun.research.ws.wadl.Include
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the href property.
setId(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
Sets the value of the id property.
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class com.sun.jersey.spi.service.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLink(Link) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the link property.
setListener(Marshaller.Listener) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setListener(Unmarshaller.Listener) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setMatchResult(MatchResult) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
setMatchResult(MatchResult) - Method in interface com.sun.jersey.spi.uri.rules.UriMatchResultContext
Set the match result
setMediaType(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setMediaType(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the mediaType property.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the mediaType property.
setMessageBodyWorkers(MessageBodyWorkers) - Method in class com.sun.jersey.api.client.RequestWriter
 
setMethod(String) - Method in class com.sun.jersey.api.client.ClientRequest
Set the HTTP method of the request.
setMethod(String) - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
setMethod(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setMethod(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the HTTP method.
setMethodName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setMethods(Set<AnnotatedMethod<? super T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedTypeImpl
 
setName(String) - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
setName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
setName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setName(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the name property.
setName(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the name property.
setNamespaceContext(NamespaceContext) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
setNamespaceContext(NamespaceContext) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
setNamespaceContext(NamespaceContext) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
setPage(String) - Method in class com.sun.jersey.server.impl.container.servlet.Include
Specifies the name of the JSP to be included.
setParameters(List<AnnotatedParameter<T>>) - Method in class com.sun.jersey.server.impl.cdi.AnnotatedCallableImpl
 
setParamName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
setPath(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the path property.
setPath(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the path property.
setPrefix(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
setPrefix(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
setPrefix(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
setProperties(Map<String, Object>) - Method in class com.sun.jersey.api.client.ClientRequest
Sets properties (replaces everything previously set).
setProperties(Properties) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
setProperties(Map<String, Object>) - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
setPropertiesAndFeatures(Map<String, Object>) - Method in class com.sun.jersey.api.core.ResourceConfig
Set the properties and features given a map of entries.
setProperty(String, Object) - Method in class com.sun.jersey.api.client.AsyncWebResource
Sets WebResource related property.
setProperty(String, Object) - Method in class com.sun.jersey.api.client.WebResource
Sets WebResource related property.
setProperty(String, Object) - Method in interface com.sun.jersey.api.json.JSONMarshaller
Set the particular property in the underlying implementation of JSONMarshaller.
setProperty(String, Object) - Method in class com.sun.jersey.json.impl.BaseJSONMarshaller
 
setProperty(String, Object) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setProperty(String, Object) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setPropertyValue(Object, URI) - Method in class com.sun.jersey.server.linking.impl.RefFieldDescriptor
 
setProviders(Providers) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the queryType property.
setReadTimeout(Integer) - Method in class com.sun.jersey.api.client.Client
Set the read timeout interval, in milliseconds.
setRel(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rel property.
setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the repeating property.
setReportMissingDependentFieldOrMethod(boolean) - Static method in class com.sun.jersey.spi.inject.Errors
 
setRepresentationDoc(RepresentationDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the request property.
setRequestDoc(RequestDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the required property.
setResolvingClass(Class<?>) - Method in class com.sun.jersey.server.impl.container.servlet.Include
Specifies the resolving class for which JSP will be included.
setResourceDocFile(File) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocFile to the given file.
setResourceDocStream(InputStream) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
Set the resourceDocStream to the given file.
setResourcesProvider(PackageNamesScanner.ResourcesProvider) - Static method in class com.sun.jersey.core.spi.scanning.PackageNamesScanner
Set the PackageNamesScanner.ResourcesProvider implementation to find resources.
setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the resourceType property.
setResponse(Response) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the response state from a Response instance.
setResponse(Response) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setResponse(Response) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setResponseDoc(ResponseDocType) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setResponseStatus(Response.StatusType) - Method in class com.sun.jersey.api.client.ClientResponse
setReturnDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setReturnDoc(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
setReturnTypeExample(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
 
setRev(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rev property.
setSchema(Schema) - Method in class com.sun.jersey.json.impl.JSONMarshallerImpl
 
setSchema(Schema) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setSecurityContext(SecurityContext) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setSecurityContext(SecurityContext) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the security context.
setStatus(int) - Method in class com.sun.jersey.api.client.ClientResponse
Set the status code.
setStatus(Response.StatusType) - Method in class com.sun.jersey.api.client.ClientResponse
Set the status code.
setStatus(int) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the status of the response.
setStatus(Long) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setStatus(int) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setStatus(int) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setStatusType(Response.StatusType) - Method in interface com.sun.jersey.api.core.HttpResponseContext
Set the status type of the response.
setStatusType(Response.StatusType) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setStatusType(Response.StatusType) - Method in class com.sun.jersey.spi.container.ContainerResponse
 
setStyle(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the style property.
setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the title property.
setType(QName) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
setType(QName) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the type property.
setURI(URI) - Method in class com.sun.jersey.api.client.ClientRequest
Set the URI of the request.
setURI(URI) - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
setUris(URI, URI) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
setUris(URI, URI) - Method in class com.sun.jersey.spi.container.ContainerRequest
Set the base and request URI.
setValidating(boolean) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
setValue(T, UriPattern) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
value setter.
setValue(ELContext, Object, Object, Object) - Method in class com.sun.jersey.server.linking.el.ResponseContextResolver
 
setValue(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.NamedValueType
 
setValue(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the value property.
setWadlGenerationEnabled(boolean) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
setWadlGenerationEnabled(boolean) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Enable/disable WADL generation.
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
setWadlGeneratorDelegate(WadlGenerator) - Method in interface com.sun.jersey.server.wadl.WadlGenerator
Sets the delegate that is decorated by this wadl generator.
setWadlGeneratorDelegate(WadlGenerator) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
setWildcard(boolean) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
wildcard setter.
SINGLETON - Static variable in class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
Singleton - Annotation Type in com.sun.jersey.spi.resource
Used to annotate resources that require one instance per web application.
SingletonFactory - Class in com.sun.jersey.server.impl.resource
A simple provider that maintains a singleton resource class instance
SingletonFactory(ServerInjectableProviderContext) - Constructor for class com.sun.jersey.server.impl.resource.SingletonFactory
 
SingletonTypeInjectableProvider<A extends Annotation,T> - Class in com.sun.jersey.spi.inject
A utility class that may implemented to support a singleton injectable provider for a specific type T, and an instance of type T, that is to be injected.
SingletonTypeInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.inject.SingletonTypeInjectableProvider
Construct a new instance with the Type and the instance.
singularize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Return a addSingular version of the specified (addPlural) word.
size() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
size - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
size(long) - Method in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
Add the "size" parameter.
size() - Method in class com.sun.jersey.core.util.KeyComparatorHashMap
Returns the number of key-value mappings in this map.
size() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
skip(long) - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
skipChildren() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
SourceProvider - Class in com.sun.jersey.core.impl.provider.entity
 
SourceProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.SourceProvider
 
SourceProvider.DOMSourceReader - Class in com.sun.jersey.core.impl.provider.entity
 
SourceProvider.DOMSourceReader(Injectable<DocumentBuilderFactory>) - Constructor for class com.sun.jersey.core.impl.provider.entity.SourceProvider.DOMSourceReader
 
SourceProvider.SAXSourceReader - Class in com.sun.jersey.core.impl.provider.entity
 
SourceProvider.SAXSourceReader(Injectable<SAXParserFactory>) - Constructor for class com.sun.jersey.core.impl.provider.entity.SourceProvider.SAXSourceReader
 
SourceProvider.SourceWriter - Class in com.sun.jersey.core.impl.provider.entity
 
SourceProvider.SourceWriter(Injectable<SAXParserFactory>, Injectable<TransformerFactory>) - Constructor for class com.sun.jersey.core.impl.provider.entity.SourceProvider.SourceWriter
 
SourceProvider.StreamSourceReader - Class in com.sun.jersey.core.impl.provider.entity
 
SourceProvider.StreamSourceReader() - Constructor for class com.sun.jersey.core.impl.provider.entity.SourceProvider.StreamSourceReader
 
SpiMessages - Class in com.sun.jersey.impl
Defines string formatting method for each constant in the resource file
SpiMessages() - Constructor for class com.sun.jersey.impl.SpiMessages
 
standaloneSet() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
standaloneSet() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
start(BundleContext) - Method in class com.sun.jersey.client.osgi.Activator
 
start(BundleContext) - Method in class com.sun.jersey.core.osgi.Activator
 
start(BundleContext) - Method in class com.sun.jersey.server.osgi.Activator
 
StartDocumentEvent - Class in com.sun.jersey.json.impl.reader
 
StartDocumentEvent(Location) - Constructor for class com.sun.jersey.json.impl.reader.StartDocumentEvent
 
StartElementEvent - Class in com.sun.jersey.json.impl.reader
 
StartElementEvent(QName, Location) - Constructor for class com.sun.jersey.json.impl.reader.StartElementEvent
 
status(int) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the status.
status(Response.StatusType) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the status.
status(Response.Status) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the status.
status(Response.StatusType) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with the supplied status.
status(Response.Status) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with the supplied status.
status(int) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder with the supplied status.
status(Response.StatusType) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
status(int) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
status - Variable in class com.sun.research.ws.wadl.Response
 
statusType - Variable in class com.sun.jersey.api.JResponse.AJResponseBuilder
The status type.
Stax2JacksonWriter - Class in com.sun.jersey.json.impl.writer
 
Stax2JacksonWriter(JsonGenerator) - Constructor for class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
Stax2JacksonWriter(JsonGenerator, JSONConfiguration) - Constructor for class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
Stax2JsonFactory - Class in com.sun.jersey.json.impl
 
stop(BundleContext) - Method in class com.sun.jersey.client.osgi.Activator
 
stop(BundleContext) - Method in class com.sun.jersey.core.osgi.Activator
 
stop(BundleContext) - Method in class com.sun.jersey.server.osgi.Activator
 
StreamingOutputProvider - Class in com.sun.jersey.core.impl.provider.entity
 
StreamingOutputProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider
 
StringIgnoreCaseKeyComparator - Class in com.sun.jersey.core.util
Case insensitive String key comparator.
StringIgnoreCaseKeyComparator() - Constructor for class com.sun.jersey.core.util.StringIgnoreCaseKeyComparator
 
StringKeyIgnoreCaseMultivaluedMap<V> - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case.
StringKeyIgnoreCaseMultivaluedMap() - Constructor for class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
StringKeyIgnoreCaseMultivaluedMap(StringKeyIgnoreCaseMultivaluedMap<V>) - Constructor for class com.sun.jersey.core.util.StringKeyIgnoreCaseMultivaluedMap
 
StringKeyObjectValueIgnoreCaseMultivaluedMap - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of Object.
StringKeyObjectValueIgnoreCaseMultivaluedMap() - Constructor for class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap) - Constructor for class com.sun.jersey.core.util.StringKeyObjectValueIgnoreCaseMultivaluedMap
 
StringKeyStringValueIgnoreCaseMultivaluedMap - Class in com.sun.jersey.core.util
An implementation of MultivaluedMap where keys are instances of String and are compared ignoring case and values are instances of String.
StringKeyStringValueIgnoreCaseMultivaluedMap() - Constructor for class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
StringKeyStringValueIgnoreCaseMultivaluedMap(StringKeyStringValueIgnoreCaseMultivaluedMap) - Constructor for class com.sun.jersey.core.util.StringKeyStringValueIgnoreCaseMultivaluedMap
 
StringProvider - Class in com.sun.jersey.core.impl.provider.entity
 
StringProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.StringProvider
 
StringProvider - Class in com.sun.jersey.core.impl.provider.header
 
StringProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.StringProvider
 
StringReader<T> - Interface in com.sun.jersey.spi
Read a string value and convert to a Java type.
StringReader.ValidateDefaultValue - Annotation Type in com.sun.jersey.spi
Declares whether validation of a default value should occur before any value, default or otherwise, is actually required.
StringReaderFactory - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderFactory() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
StringReaderProvider<T> - Interface in com.sun.jersey.spi
Contract for a provider that supports the conversion of a string to a Java type.
StringReaderProviders - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders
 
StringReaderProviders.DateProvider - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.DateProvider() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.DateProvider
 
StringReaderProviders.StringConstructor - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.StringConstructor() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.StringConstructor
 
StringReaderProviders.TypeFromString - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.TypeFromString() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromString
 
StringReaderProviders.TypeFromStringEnum - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.TypeFromStringEnum() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeFromStringEnum
 
StringReaderProviders.TypeValueOf - Class in com.sun.jersey.server.impl.model.parameter.multivalued
 
StringReaderProviders.TypeValueOf() - Constructor for class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders.TypeValueOf
 
StringReaderWorkers - Interface in com.sun.jersey.spi
An injectable interface providing lookup of StringReader instances.
style - Variable in class com.sun.research.ws.wadl.Param
 
SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class com.sun.jersey.impl.ImplMessages
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
SubLocatorRule - Class in com.sun.jersey.server.impl.uri.rules
The rule for accepting a sub-locator method.
SubLocatorRule(UriTemplate, List<Injectable>, List<ContainerRequestFilter>, List<ContainerResponseFilter>, DispatchingListener, AbstractSubResourceLocator) - Constructor for class com.sun.jersey.server.impl.uri.rules.SubLocatorRule
 
subTags - Variable in class com.sun.jersey.core.header.LanguageTag
 
supports(Class) - Method in class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.CacheControlProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.CookieProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.DateProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.EntityTagProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.LinkHeaderProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.LocaleProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.MediaTypeProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.NewCookieProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.StringProvider
 
supports(Class<?>) - Method in class com.sun.jersey.core.impl.provider.header.URIProvider
 
supports(Class<?>) - Method in interface com.sun.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
SyntheticQualifier - Annotation Type in com.sun.jersey.server.impl.cdi
A CDI qualifier introduced by Jersey to make an injection point unique.

T

t - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
The type of the class.
t - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.TypeClassPair
 
tableize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Convert the simple name of a model class into the corresponding name of a database table, by uncamelizing, inserting underscores, and pluralizing the last word.
tag(EntityTag) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set an entity tag.
tag(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set a strong entity tag.
tag - Variable in class com.sun.jersey.core.header.LanguageTag
 
tag(EntityTag) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
tag(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
target - Variable in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Target node at the end of this arc.
TEMPLATE_NAME_TO_VALUE_NOT_NULL() - Static method in class com.sun.jersey.impl.SpiMessages
Template name to value map cannot be null.
TemplateContext - Interface in com.sun.jersey.spi.template
The context for resolving an instance of Viewable to an instance of ResolvedViewable.
TemplateContextException - Exception in com.sun.jersey.spi.template
A rutime expception associated with errors when resolving a Viewable to a ResolvedViewable by methods on TemplateContext.
TemplateContextException() - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied message
TemplateContextException(String) - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied message
TemplateContextException(String, Throwable) - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied message and cause
TemplateContextException(Throwable) - Constructor for exception com.sun.jersey.spi.template.TemplateContextException
Construct a new instance with the supplied cause
TemplateFactory - Class in com.sun.jersey.server.impl.template
 
TemplateFactory(ProviderServices) - Constructor for class com.sun.jersey.server.impl.template.TemplateFactory
 
TemplateProcessor - Interface in com.sun.jersey.spi.template
Deprecated.
TemplateViewProcessor - Class in com.sun.jersey.server.impl.template
 
TemplateViewProcessor(TemplateProcessor) - Constructor for class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
temporaryRedirect(URI) - Static method in class com.sun.jersey.api.JResponse
Create a new JResponse.JResponseBuilder for a temporary redirection.
TerminatingClientHandler - Class in com.sun.jersey.api.client
A terminating client handler that is invoked to produce an HTTP request to send to a resource and process the HTTP response received from the resource.
TerminatingClientHandler() - Constructor for class com.sun.jersey.api.client.TerminatingClientHandler
 
TerminatingRule - Class in com.sun.jersey.server.impl.uri.rules
A terminating rule that checks to see if the response has been set by the runtime.
TerminatingRule() - Constructor for class com.sun.jersey.server.impl.uri.rules.TerminatingRule
 
ThreadLocalHttpContext - Class in com.sun.jersey.server.impl
Implementation of HttpContext using ThreadLocal to store HttpRequestContext and HttpResponseContext instances associated with threads.
ThreadLocalHttpContext() - Constructor for class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
ThreadLocalInvoker<T> - Class in com.sun.jersey.server.impl
A proxy invocation handler that delegates all methods to a thread local instance
ThreadLocalInvoker() - Constructor for class com.sun.jersey.server.impl.ThreadLocalInvoker
 
ThreadLocalNamedInvoker<T> - Class in com.sun.jersey.server.impl
A proxy invocation handler that delegates all methods to a thread local instance
ThreadLocalNamedInvoker(String) - Constructor for class com.sun.jersey.server.impl.ThreadLocalNamedInvoker
 
ThreadLocalSingletonContextProvider<T> - Class in com.sun.jersey.core.impl.provider.xml
 
ThreadLocalSingletonContextProvider(Class<T>) - Constructor for class com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider
 
ThrowHelper - Class in com.sun.jersey.core.util
Help functionality when throwing exceptions.
ThrowHelper() - Constructor for class com.sun.jersey.core.util.ThrowHelper
 
title - Variable in class com.sun.research.ws.wadl.Doc
 
titleize(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
Capitalize all the words, and replace some characters in the string to create a nicer looking title.
toArray() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered objects all at once.
toClassArray() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered classes all at once.
toFamilyCode(int) - Static method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
Token - Class in com.sun.jersey.core.header
A token.
Token() - Constructor for class com.sun.jersey.core.header.Token
 
Token(String) - Constructor for class com.sun.jersey.core.header.Token
 
Token(HttpHeaderReader) - Constructor for class com.sun.jersey.core.header.Token
 
token - Variable in class com.sun.jersey.core.header.Token
 
toResponse() - Method in class com.sun.jersey.api.JResponse
Convert to a Response compatible instance.
toResponse(Type) - Method in class com.sun.jersey.api.JResponse
Convert to a Response compatible instance.
toResponse(EJBException) - Method in class com.sun.jersey.server.impl.ejb.EJBExceptionMapper
 
toStatusType(int) - Static method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
toString() - Method in class com.sun.jersey.api.client.AsyncViewResource
 
toString() - Method in class com.sun.jersey.api.client.AsyncWebResource
 
toString() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
Get the reason phrase.
toString() - Method in class com.sun.jersey.api.client.ClientResponse
 
toString() - Method in class com.sun.jersey.api.client.ViewResource
 
toString() - Method in class com.sun.jersey.api.client.WebResource
 
toString() - Method in class com.sun.jersey.api.json.JSONConfiguration
 
toString() - Method in class com.sun.jersey.api.model.AbstractField
 
toString() - Method in class com.sun.jersey.api.model.AbstractImplicitViewMethod
 
toString() - Method in class com.sun.jersey.api.model.AbstractResource
 
toString() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
toString() - Method in class com.sun.jersey.api.model.AbstractSetterMethod
 
toString() - Method in class com.sun.jersey.api.model.AbstractSubResourceLocator
 
toString() - Method in class com.sun.jersey.api.model.AbstractSubResourceMethod
 
toString() - Method in class com.sun.jersey.api.model.PathValue
 
toString() - Method in class com.sun.jersey.api.uri.UriPattern
 
toString() - Method in class com.sun.jersey.api.uri.UriTemplate
 
toString() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
toString() - Method in class com.sun.jersey.core.header.ContentDisposition
Convert the disposition to a "Content-Disposition" header value.
toString() - Method in class com.sun.jersey.core.header.LanguageTag
 
toString() - Method in class com.sun.jersey.core.header.LinkHeader
 
toString(CacheControl) - Method in class com.sun.jersey.core.impl.provider.header.CacheControlProvider
 
toString(Cookie) - Method in class com.sun.jersey.core.impl.provider.header.CookieProvider
 
toString(Date) - Method in class com.sun.jersey.core.impl.provider.header.DateProvider
 
toString(EntityTag) - Method in class com.sun.jersey.core.impl.provider.header.EntityTagProvider
 
toString(LinkHeader) - Method in class com.sun.jersey.core.impl.provider.header.LinkHeaderProvider
 
toString(Locale) - Method in class com.sun.jersey.core.impl.provider.header.LocaleProvider
 
toString(MediaType) - Method in class com.sun.jersey.core.impl.provider.header.MediaTypeProvider
 
toString(NewCookie) - Method in class com.sun.jersey.core.impl.provider.header.NewCookieProvider
 
toString(String) - Method in class com.sun.jersey.core.impl.provider.header.StringProvider
 
toString(URI) - Method in class com.sun.jersey.core.impl.provider.header.URIProvider
 
toString() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
toString() - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
toString() - Method in class com.sun.jersey.json.impl.reader.CharactersEvent
 
toString() - Method in class com.sun.jersey.json.impl.reader.EndDocumentEvent
 
toString() - Method in class com.sun.jersey.json.impl.reader.EndElementEvent
 
toString() - Method in class com.sun.jersey.json.impl.reader.StartDocumentEvent
 
toString() - Method in class com.sun.jersey.json.impl.reader.StartElementEvent
 
toString() - Method in class com.sun.jersey.server.impl.cdi.DiscoveredParameter
 
toString() - Method in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
toString() - Method in class com.sun.jersey.server.impl.model.method.ResourceHeadWrapperMethod
 
toString() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
toString() - Method in class com.sun.jersey.server.impl.model.method.ResourceHttpOptionsMethod
 
toString() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
 
toString() - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
 
toStringBuffer() - Method in class com.sun.jersey.core.header.ContentDisposition
 
toStringBuffer() - Method in class com.sun.jersey.core.header.FormDataContentDisposition
 
trace(String) - Method in interface com.sun.jersey.api.core.Traceable
Add a trace message.
trace(String) - Method in class com.sun.jersey.api.core.TraceInformation
 
trace(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
trace(String) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
trace(String) - Method in class com.sun.jersey.server.impl.ThreadLocalHttpContext
 
trace(String) - Method in class com.sun.jersey.spi.container.AdaptingContainerRequest
 
trace(String) - Method in class com.sun.jersey.spi.container.ContainerRequest
 
Traceable - Interface in com.sun.jersey.api.core
Traceable support for checking if tracing is enabled and to add trace messages.
TraceInformation - Class in com.sun.jersey.api.core
 
TraceInformation(WebApplicationContext) - Constructor for class com.sun.jersey.api.core.TraceInformation
 
TraceInformation.TraceHeaderListener - Interface in com.sun.jersey.api.core
 
transform(List<Injectable>) - Static method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
Transform a list of Injectable into a list of this class.
transform(Injectable) - Static method in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
Transform a Injectable into an instance of this class.
TransformerFactoryProvider - Class in com.sun.jersey.core.impl.provider.xml
 
TransformerFactoryProvider(FeaturesAndProperties) - Constructor for class com.sun.jersey.core.impl.provider.xml.TransformerFactoryProvider
 
TrieArc<T> - Class in com.sun.jersey.server.impl.uri.rules.automata
Represents an arc (transition) between trie nodes.
TrieArc(TrieNode<T>, char) - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieArc
Creates a new instance of TrieArc.
TrieNode<T> - Class in com.sun.jersey.server.impl.uri.rules.automata
Represents a trie automata node.
TrieNode() - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Creates a new instance of TrieNode
TrieNode(T) - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
Creates a new instance of TrieNode
TrieNodeValue<T> - Class in com.sun.jersey.server.impl.uri.rules.automata
 
TrieNodeValue() - Constructor for class com.sun.jersey.server.impl.uri.rules.automata.TrieNodeValue
Creates a new instance of TrieNodeValue
type(MediaType) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
type(String) - Method in class com.sun.jersey.api.client.AsyncViewResource
 
type(MediaType) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
type(String) - Method in class com.sun.jersey.api.client.AsyncWebResource
 
type(MediaType) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
type(String) - Method in class com.sun.jersey.api.client.PartialRequestBuilder
 
type(MediaType) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the media type.
type(String) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the media type.
type(MediaType) - Method in class com.sun.jersey.api.client.ViewResource
 
type(String) - Method in class com.sun.jersey.api.client.ViewResource
 
type(MediaType) - Method in class com.sun.jersey.api.client.WebResource
 
type(String) - Method in class com.sun.jersey.api.client.WebResource
 
type(MediaType) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the response media type.
type(String) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set the response media type.
type - Variable in class com.sun.jersey.core.header.ContentDisposition.ContentDispositionBuilder
 
type(String) - Static method in class com.sun.jersey.core.header.ContentDisposition
Start building content disposition.
type - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
type(MediaType) - Method in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
type(MediaType) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
type(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
type - Variable in class com.sun.research.ws.wadl.Param
 
type - Variable in class com.sun.research.ws.wadl.Resource
 
typeEquals(MediaType, MediaType) - Static method in class com.sun.jersey.core.header.MediaTypes
 
TypeListener<T> - Class in com.sun.jersey.api.client.async
A listener to be implemented by clients that wish to receive callback notification of the completion of requests invoked asynchronously.
TypeListener(Class<T>) - Constructor for class com.sun.jersey.api.client.async.TypeListener
Construct a new listener defining the class of the response to receive.
TypeListener(GenericType<T>) - Constructor for class com.sun.jersey.api.client.async.TypeListener
Construct a new listener defining the generic type of the response to receive.

U

UNABLE_TO_WRITE_MIMEMULTIPART() - Static method in class com.sun.jersey.impl.ImplMessages
Unable to write MimeMultipart content.
UNDEFINED_SINGLETON - Static variable in enum com.sun.jersey.core.spi.component.ComponentScope
A immutable list comprising of the scopes Undefined and Singleton, in that order.
underscore(String) - Method in class com.sun.jersey.core.impl.provider.entity.Inflector
The reverse of camelize(), makes an underscored form from the expression in the string.
UniformInterface - Interface in com.sun.jersey.api.client
A uniform interface for invoking HTTP requests.
UniformInterfaceException - Exception in com.sun.jersey.api.client
A runtime exception thrown by a method on the UniformInterface or ClientResponse when the status code of the HTTP response indicates a response that is not expected.
UniformInterfaceException(ClientResponse) - Constructor for exception com.sun.jersey.api.client.UniformInterfaceException
Construct a uniform interface exception.
UniformInterfaceException(ClientResponse, boolean) - Constructor for exception com.sun.jersey.api.client.UniformInterfaceException
Construct a uniform interface exception.
UniformInterfaceException(String, ClientResponse) - Constructor for exception com.sun.jersey.api.client.UniformInterfaceException
Construct a uniform interface exception.
UniformInterfaceException(String, ClientResponse, boolean) - Constructor for exception com.sun.jersey.api.client.UniformInterfaceException
Construct a uniform interface exception.
unmark() - Static method in class com.sun.jersey.spi.inject.Errors
 
unmarshal(File) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(InputStream) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(Reader) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(URL) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(InputSource) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(Node) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(Node, Class<T>) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(Source) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(Source, Class<T>) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(XMLStreamReader) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(XMLStreamReader, Class<T>) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(XMLEventReader) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshal(XMLEventReader, Class<T>) - Method in class com.sun.jersey.json.impl.JSONUnmarshallerImpl
 
unmarshalFromJSON(InputStream, Class<T>) - Method in interface com.sun.jersey.api.json.JSONUnmarshaller
Unmarshal JSON data from the specified InputStream and return the resulting Java content tree.
unmarshalFromJSON(Reader, Class<T>) - Method in interface com.sun.jersey.api.json.JSONUnmarshaller
Unmarshal JSON data from the specified Reader and return the resulting Java content tree.
unmarshalFromJSON(InputStream, Class<T>) - Method in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
unmarshalFromJSON(Reader, Class<T>) - Method in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
unmarshalJAXBElementFromJSON(InputStream, Class<T>) - Method in interface com.sun.jersey.api.json.JSONUnmarshaller
Unmarshal JSON data from the InputStream by declaredType and return the resulting content tree.
unmarshalJAXBElementFromJSON(Reader, Class<T>) - Method in interface com.sun.jersey.api.json.JSONUnmarshaller
Unmarshal JSON data from the Reader by declaredType and return the resulting content tree.
unmarshalJAXBElementFromJSON(InputStream, Class<T>) - Method in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
unmarshalJAXBElementFromJSON(Reader, Class<T>) - Method in class com.sun.jersey.json.impl.BaseJSONUnmarshaller
 
UnmodifiableMultivaluedMap<K,V> - Class in com.sun.jersey.core.util
An unmodifiable view of a MultivaluedMap.
UnmodifiableMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
Creates a new ImmutableMultivaluedMap.
unregister(long) - Method in class com.sun.jersey.core.osgi.Activator
 
unregister(String, Callable<List<Class>>) - Static method in class com.sun.jersey.core.osgi.OsgiLocator
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class com.sun.jersey.api.Responses
 
unsupportedMediaType() - Static method in class com.sun.jersey.api.Responses
 
unwrapInput(InputStream) - Static method in class com.sun.jersey.json.impl.RootElementWrapper
 
unwrapOutput(OutputStream) - Static method in class com.sun.jersey.json.impl.RootElementWrapper
 
update(Set<Class<?>>, Set<?>, InjectableProviderFactory) - Method in class com.sun.jersey.core.spi.component.ProviderServices
 
update(InjectableProviderFactory) - Method in class com.sun.jersey.core.spi.factory.InjectableProviderFactory
 
uri(URI) - Method in class com.sun.jersey.api.client.AsyncViewResource
Create a new WebResource from this web resource.
uri(URI) - Method in class com.sun.jersey.api.client.AsyncWebResource
Create a new AsyncWebResource from this web resource.
uri(URI) - Method in class com.sun.jersey.api.client.ViewResource
Create a new WebResource from this web resource.
uri(URI) - Method in class com.sun.jersey.api.client.WebResource
Create a new WebResource from this web resource.
uri(URI) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
uri - Variable in class com.sun.jersey.core.header.LinkHeader.LinkHeaderBuilder
 
uri(URI) - Static method in class com.sun.jersey.core.header.LinkHeader
 
UriBuilderImpl - Class in com.sun.jersey.api.uri
An implementaton of UriBuilder.
UriBuilderImpl() - Constructor for class com.sun.jersey.api.uri.UriBuilderImpl
 
UriComponent - Class in com.sun.jersey.api.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in com.sun.jersey.api.uri
The URI component type.
UriConnegFilter - Class in com.sun.jersey.api.container.filter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
UriConnegFilter(Map<String, MediaType>) - Constructor for class com.sun.jersey.api.container.filter.UriConnegFilter
Create a filter with suffix to media type mappings.
UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class com.sun.jersey.api.container.filter.UriConnegFilter
Create a filter with suffix to media type mappings and suffix to langauge mappings.
UriHelper - Class in com.sun.jersey.server.impl.uri
URI helper.
UriHelper() - Constructor for class com.sun.jersey.server.impl.uri.UriHelper
 
UriMatchResultContext - Interface in com.sun.jersey.spi.uri.rules
The context for matching URI rules.
UriPattern - Class in com.sun.jersey.api.uri
A URI pattern for matching a URI against a regular expression and returning capturing group values for any capturing groups present in the expression.
UriPattern() - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct an empty pattern.
UriPattern(String) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(String, int[]) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
UriPattern(Pattern, int[]) - Constructor for class com.sun.jersey.api.uri.UriPattern
Construct a new URI pattern.
URIProvider - Class in com.sun.jersey.core.impl.provider.header
 
URIProvider() - Constructor for class com.sun.jersey.core.impl.provider.header.URIProvider
 
UriRule - Interface in com.sun.jersey.spi.uri.rules
A URI rule that can accept a URI path.
UriRuleContext - Interface in com.sun.jersey.spi.uri.rules
The context for processing URI rules.
UriRuleProbeProvider - Class in com.sun.jersey.server.probes
A probe provider, for GlassFish monitoring, that reports low-level events when URI rules are matched.
UriRuleProbeProvider() - Constructor for class com.sun.jersey.server.probes.UriRuleProbeProvider
 
UriRules<R> - Interface in com.sun.jersey.spi.uri.rules
A collection of URI rules that can be matched against a path using associated patterns.
UriRulesFactory - Class in com.sun.jersey.server.impl.uri.rules
 
UriSchemeScanner - Interface in com.sun.jersey.core.spi.scanning.uri
An interface for scanning URI-based resources and reporting those resources to a scanning listener.
UriTemplate - Class in com.sun.jersey.api.uri
A URI template.
UriTemplate(String) - Constructor for class com.sun.jersey.api.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class com.sun.jersey.api.uri.UriTemplate
Construct a new URI template.
URITEMPLATE_CANNOT_BE_NULL() - Static method in class com.sun.jersey.impl.SpiMessages
URI template cannot be null.
UriTemplateParser - Class in com.sun.jersey.api.uri
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class com.sun.jersey.api.uri.UriTemplateParser
Parse a template.
URLConnectionClientHandler - Class in com.sun.jersey.client.urlconnection
A terminating client handler that uses HttpURLConnection or HttpsURLConnection to make HTTP requests and receive HTTP responses.
URLConnectionClientHandler(HttpURLConnectionFactory) - Constructor for class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
Construct a new instance with an HTTP URL connection factory.
URLConnectionClientHandler() - Constructor for class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
 
useDefaultPrettyPrinter() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
useDefaultPrettyPrinter() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
useDefaultPrettyPrinter() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
usePrefixAtNaturalAttributes - Variable in class com.sun.jersey.api.json.JSONConfiguration.Builder
 
usePrefixesAtNaturalAttributes() - Method in class com.sun.jersey.api.json.JSONConfiguration.NaturalBuilder
JSON names corresponding to XML attributes will be written using a '@' prefix This property is valid for the JSONConfiguration.Notation.NATURAL notation only.
userInfo(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
UTF8 - Static variable in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
The UTF-8 Charset.
UTF8 - Static variable in class com.sun.jersey.core.util.ReaderWriter
The UTF-8 Charset.
Utils - Class in com.sun.jersey.server.impl.cdi
Utility methods for CDI BeanManager and Bean classes.

V

val(String, String) - Static method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
valid(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate() - Method in class com.sun.jersey.api.core.ResourceConfig
Validate the set of classes and singletons.
validate(String, UriComponent.Type) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class com.sun.jersey.api.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(AbstractModelComponent) - Method in class com.sun.jersey.server.impl.modelapi.validation.AbstractModelValidator
The validate method validates a component and adds possible issues found to it's list.
value - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlValueType
 
value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
 
value - Variable in class com.sun.research.ws.wadl.Option
 
value() - Method in enum com.sun.research.ws.wadl.ParamStyle
 
valueOf(String) - Static method in enum com.sun.jersey.api.client.ClientResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.api.container.filter.PostReplaceFilter.ConfigFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.api.json.JSONConfiguration.Notation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.api.json.JSONJAXBContext.JSONNotation
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.api.model.Parameter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.api.uri.UriComponent.Type
Returns the enum constant of this type with the specified name.
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.AcceptableMediaType
 
valueOf(String) - Static method in class com.sun.jersey.core.header.LanguageTag
 
valueOf(String) - Static method in class com.sun.jersey.core.header.LinkHeader
 
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.MatchingEntityTag
 
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.header.QualitySourceMediaType
 
valueOf(String) - Static method in enum com.sun.jersey.core.header.reader.HttpHeaderReader.Event
Returns the enum constant of this type with the specified name.
valueOf(HttpHeaderReader) - Static method in class com.sun.jersey.core.impl.provider.header.MediaTypeProvider
 
valueOf(String) - Static method in enum com.sun.jersey.core.spi.component.ComponentScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.server.linking.Ref.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.jersey.spi.container.servlet.WebConfig.ConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.jersey.api.client.ClientResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.api.container.filter.PostReplaceFilter.ConfigFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.api.json.JSONConfiguration.Notation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.api.json.JSONJAXBContext.JSONNotation
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.api.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.api.uri.UriComponent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.sun.jersey.client.impl.CopyOnWriteHashMap
 
values() - Static method in enum com.sun.jersey.core.header.reader.HttpHeaderReader.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.core.spi.component.ComponentScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.sun.jersey.core.util.UnmodifiableMultivaluedMap
 
values() - Static method in enum com.sun.jersey.server.linking.Ref.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.jersey.spi.container.servlet.WebConfig.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Set representation metadata.
variant(Variant) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
VariantListBuilderImpl - Class in com.sun.jersey.core.spi.factory
An implementation of Variant.VariantListBuilder.
VariantListBuilderImpl() - Constructor for class com.sun.jersey.core.spi.factory.VariantListBuilderImpl
 
variants(List<Variant>) - Method in class com.sun.jersey.api.JResponse.AJResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
VariantSelector - Class in com.sun.jersey.server.impl
 
VARY_HEADER - Static variable in class com.sun.jersey.spi.container.ContainerRequest
 
VfsSchemeScanner - Class in com.sun.jersey.core.spi.scanning.uri
A JBoss-based "vfsfile" and "vfszip" scheme URI scanner.
VfsSchemeScanner() - Constructor for class com.sun.jersey.core.spi.scanning.uri.VfsSchemeScanner
 
view(String, Class<T>) - Method in class com.sun.jersey.api.client.Client
 
view(URI, Class<T>) - Method in class com.sun.jersey.api.client.Client
 
view(String, T) - Method in class com.sun.jersey.api.client.Client
 
view(URI, T) - Method in class com.sun.jersey.api.client.Client
 
view(Class<T>, ClientResponse) - Method in class com.sun.jersey.api.client.Client
 
view(T, ClientResponse) - Method in class com.sun.jersey.api.client.Client
 
view(Class<T>, ClientRequest, ClientHandler) - Method in interface com.sun.jersey.client.proxy.ViewProxy
 
view(T, ClientRequest, ClientHandler) - Method in interface com.sun.jersey.client.proxy.ViewProxy
 
view(Class<T>, ClientResponse) - Method in interface com.sun.jersey.client.proxy.ViewProxy
 
view(T, ClientResponse) - Method in interface com.sun.jersey.client.proxy.ViewProxy
 
Viewable - Class in com.sun.jersey.api.view
A viewable type referencing a template by name and a model to be passed to the template.
Viewable(String) - Constructor for class com.sun.jersey.api.view.Viewable
Construct a new viewable type with a template name.
Viewable(String, Object) - Constructor for class com.sun.jersey.api.view.Viewable
Construct a new viewable type with a template name and a model.
Viewable(String, Object, Class<?>) - Constructor for class com.sun.jersey.api.view.Viewable
Construct a new viewable type with a template name, a model and a resolving class.
ViewableMessageBodyWriter - Class in com.sun.jersey.server.impl.template
 
ViewableMessageBodyWriter() - Constructor for class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
ViewableRule - Class in com.sun.jersey.server.impl.template
A viewable rule that defers the request to a template.
ViewableRule(List<QualitySourceMediaType>, List<ContainerRequestFilter>, List<ContainerResponseFilter>) - Constructor for class com.sun.jersey.server.impl.template.ViewableRule
 
ViewProcessor<T> - Interface in com.sun.jersey.spi.template
A view processor.
ViewProxy<T> - Interface in com.sun.jersey.client.proxy
 
ViewProxyProvider - Interface in com.sun.jersey.client.proxy
 
viewResource(String) - Method in class com.sun.jersey.api.client.Client
 
viewResource(URI) - Method in class com.sun.jersey.api.client.Client
 
ViewResource - Class in com.sun.jersey.api.client
 
viewResource(String) - Method in class com.sun.jersey.api.client.WebResourceLinkHeaders
 
ViewResource.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance and handling the request using the UniformInterface.
ViewResourceMethod - Class in com.sun.jersey.server.impl.template
 
ViewResourceMethod(List<QualitySourceMediaType>) - Constructor for class com.sun.jersey.server.impl.template.ViewResourceMethod
 
ViewUniformInterface - Interface in com.sun.jersey.api.client
 
visitAbstractField(AbstractField) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractField(AbstractField) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractResource(AbstractResource) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractResource(AbstractResource) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractResourceConstructor(AbstractResourceConstructor) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractResourceConstructor(AbstractResourceConstructor) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractResourceMethod(AbstractResourceMethod) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractResourceMethod(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractSetterMethod(AbstractSetterMethod) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractSetterMethod(AbstractSetterMethod) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractSubResourceLocator(AbstractSubResourceLocator) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractSubResourceLocator(AbstractSubResourceLocator) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
visitAbstractSubResourceMethod(AbstractSubResourceMethod) - Method in interface com.sun.jersey.api.model.AbstractModelVisitor
 
visitAbstractSubResourceMethod(AbstractSubResourceMethod) - Method in class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
VoidVoidDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
A provider for methods that are marked as void and receiving no args.
VoidVoidDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider
 
VoidVoidDispatchProvider.VoidVoidMethodInvoker - Class in com.sun.jersey.server.impl.model.method.dispatch
 
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
 
VoidVoidDispatchProvider.VoidVoidMethodInvoker(AbstractResourceMethod, JavaMethodInvoker) - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
 

W

WADL - Static variable in class com.sun.jersey.core.header.MediaTypes
 
WadlApplicationContext - Interface in com.sun.jersey.server.wadl
A context to obtain WADL-based information.
WadlApplicationContextImpl - Class in com.sun.jersey.server.impl.wadl
 
WadlApplicationContextImpl(Set<AbstractResource>, ResourceConfig) - Constructor for class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
WadlBuilder - Class in com.sun.jersey.server.wadl
This class implements the algorithm how the wadl is built for one or more AbstractResource classes.
WadlBuilder() - Constructor for class com.sun.jersey.server.wadl.WadlBuilder
 
WadlBuilder(WadlGenerator) - Constructor for class com.sun.jersey.server.wadl.WadlBuilder
 
WadlFactory - Class in com.sun.jersey.server.impl.wadl
 
WadlFactory(ResourceConfig) - Constructor for class com.sun.jersey.server.impl.wadl.WadlFactory
 
WadlGenerator - Interface in com.sun.jersey.server.wadl
A WadlGenerator creates artifacts related to wadl.
WadlGenerator.ExternalGrammarDefinition - Class in com.sun.jersey.server.wadl
And internal storage object to store the grammar definitions and any type resolvers that are created along the way.
WadlGenerator.ExternalGrammarDefinition() - Constructor for class com.sun.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
WadlGenerator.Resolver - Interface in com.sun.jersey.server.wadl
Call back interface that the create external grammar can use to allow other parts of the code to attach the correct grammar information
WadlGeneratorApplicationDoc - Class in com.sun.jersey.server.wadl.generators
This WadlGenerator adds all doc elements provided by ApplicationDocs.getDocs() to the generated wadl-file.
WadlGeneratorApplicationDoc() - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
WadlGeneratorApplicationDoc(WadlGenerator, ApplicationDocs) - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorApplicationDoc
 
WadlGeneratorConfig - Class in com.sun.jersey.api.wadl.config
Provides a configured WadlGenerator with all decorations (the default wadl generator decorated by other generators).
WadlGeneratorConfig() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder - Class in com.sun.jersey.api.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
WadlGeneratorConfigLoader - Class in com.sun.jersey.api.wadl.config
Loads a WadlGeneratorConfig and provides access to the WadlGenerator provided by the loaded WadlGeneratorConfig.
If no WadlGeneratorConfig is provided, the default WadlGenerator will be loaded.
WadlGeneratorConfigLoader() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfigLoader
 
WadlGeneratorDescription - Class in com.sun.jersey.api.wadl.config
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the WadlGenerator implementation with the specified WadlGeneratorDescription.getGeneratorClass().
WadlGeneratorDescription() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
WadlGeneratorDescription(Class<? extends WadlGenerator>, Properties) - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
WadlGeneratorGrammarsSupport - Class in com.sun.jersey.server.wadl.generators
This WadlGenerator adds the provided Grammars element to the generated wadl-file.
WadlGeneratorGrammarsSupport() - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorGrammarsSupport(WadlGenerator, Grammars) - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorGrammarsSupport
 
WadlGeneratorImpl - Class in com.sun.jersey.server.wadl
This WadlGenerator creates the basic wadl artifacts.
Created on: Jun 16, 2008
WadlGeneratorImpl() - Constructor for class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
WadlGeneratorJAXBGrammarGenerator - Class in com.sun.jersey.server.wadl.generators
This WadlGenerator generates a XML Schema content model based on referenced java beans.
WadlGeneratorJAXBGrammarGenerator() - Constructor for class com.sun.jersey.server.wadl.generators.WadlGeneratorJAXBGrammarGenerator
 
WadlGeneratorResourceDocSupport - Class in com.sun.jersey.server.wadl.generators.resourcedoc
A WadlGenerator implementation that enhances the generated wadl by information read from a resourcedoc (containing javadoc information about resource classes).
WadlGeneratorResourceDocSupport() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlGeneratorResourceDocSupport(WadlGenerator, ResourceDocType) - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
WadlGeneratorTask - Class in com.sun.jersey.api.wadl
Ant task for generating WADL for root resource classes.
WadlGeneratorTask() - Constructor for class com.sun.jersey.api.wadl.WadlGeneratorTask
 
wadlParam - Variable in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType
 
WadlParamType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.model
The documentation type for wadl params.
Created on: Jun 12, 2008
WadlParamType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
 
WadlResource - Class in com.sun.jersey.server.impl.wadl
 
WadlResource(WadlApplicationContext) - Constructor for class com.sun.jersey.server.impl.wadl.WadlResource
 
WEB_APP_ALREADY_INITIATED() - Static method in class com.sun.jersey.impl.ImplMessages
Web application is already initiated.
WebApplication - Interface in com.sun.jersey.spi.container
A Web application that manages a set of resource classes.
WebApplicationContext - Class in com.sun.jersey.server.impl.application
 
WebApplicationContext(WebApplicationImpl, ContainerRequest, ContainerResponse) - Constructor for class com.sun.jersey.server.impl.application.WebApplicationContext
 
WebApplicationFactory - Class in com.sun.jersey.spi.container
A factory for WebApplication instances.
WebApplicationImpl - Class in com.sun.jersey.server.impl.application
A Web application that contains a set of resources, each referenced by an absolute URI template.
WebApplicationImpl() - Constructor for class com.sun.jersey.server.impl.application.WebApplicationImpl
 
WebApplicationListener - Interface in com.sun.jersey.spi.container
 
WebApplicationProvider - Interface in com.sun.jersey.spi.container
Service-provider interface for creating Web application instances.
WebApplicationProviderImpl - Class in com.sun.jersey.server.impl.container
 
WebApplicationProviderImpl() - Constructor for class com.sun.jersey.server.impl.container.WebApplicationProviderImpl
 
WebAppResourceConfig - Class in com.sun.jersey.api.core
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource and provider classes in the Web application resource paths declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
WebAppResourceConfig(Map<String, Object>, ServletContext) - Constructor for class com.sun.jersey.api.core.WebAppResourceConfig
 
WebAppResourceConfig(String[], ServletContext) - Constructor for class com.sun.jersey.api.core.WebAppResourceConfig
 
WebAppResourcesScanner - Class in com.sun.jersey.spi.scanning
A scanner that recursively scans resources within a Web application.
WebAppResourcesScanner(String[], ServletContext) - Constructor for class com.sun.jersey.spi.scanning.WebAppResourcesScanner
Scan from a set of web resource paths.
WebComponent - Class in com.sun.jersey.spi.container.servlet
An abstract Web component that may be extended a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
WebComponent() - Constructor for class com.sun.jersey.spi.container.servlet.WebComponent
 
WebComponent(Application) - Constructor for class com.sun.jersey.spi.container.servlet.WebComponent
 
WebComponent.ContextInjectableProvider<T> - Class in com.sun.jersey.spi.container.servlet
A helper class for creating an injectable provider that supports Context with a type and constant value.
WebComponent.ContextInjectableProvider(Type, T) - Constructor for class com.sun.jersey.spi.container.servlet.WebComponent.ContextInjectableProvider
Create a new instance.
WebConfig - Interface in com.sun.jersey.spi.container.servlet
The Web configuration for accessing initialization parameters of a Web component and the ServletContext.
WebConfig.ConfigType - Enum in com.sun.jersey.spi.container.servlet
The web configuration type.
WebFilterConfig - Class in com.sun.jersey.spi.container.servlet
A filter based web config.
WebFilterConfig(FilterConfig) - Constructor for class com.sun.jersey.spi.container.servlet.WebFilterConfig
 
WebResource - Class in com.sun.jersey.api.client
An encapsulation of a Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
WebResource.Builder - Class in com.sun.jersey.api.client
The builder for building a ClientRequest instance and handling the request using the UniformInterface.
WebResourceLinkHeaders - Class in com.sun.jersey.api.client
 
WebResourceLinkHeaders(Client, MultivaluedMap<String, String>) - Constructor for class com.sun.jersey.api.client.WebResourceLinkHeaders
 
WebServletConfig - Class in com.sun.jersey.spi.container.servlet
A servlet based web config.
WebServletConfig(ServletContainer) - Constructor for class com.sun.jersey.spi.container.servlet.WebServletConfig
 
with(InputStream) - Static method in class com.sun.jersey.core.util.Closing
 
withInitCause(Exception, T) - Static method in class com.sun.jersey.core.util.ThrowHelper
Set the cause of an exception.
wrapInput(InputStream, String) - Static method in class com.sun.jersey.json.impl.RootElementWrapper
 
wrapOutput(OutputStream) - Static method in class com.sun.jersey.json.impl.RootElementWrapper
 
write(byte[]) - Method in class com.sun.jersey.api.client.CommittingOutputStream
 
write(byte[], int, int) - Method in class com.sun.jersey.api.client.CommittingOutputStream
 
write(int) - Method in class com.sun.jersey.api.client.CommittingOutputStream
 
write(int) - Method in class com.sun.jersey.json.impl.BufferingInputOutputStream
 
write(byte[]) - Method in class com.sun.jersey.json.impl.BufferingInputOutputStream
 
write(byte[], int, int) - Method in class com.sun.jersey.json.impl.BufferingInputOutputStream
 
write() - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
write() - Method in class com.sun.jersey.spi.container.ContainerResponse
Write the response.
writeAttribute(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeAttribute(String, String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeAttribute(String, String, String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeAttribute(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeAttribute(String, String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeAttribute(String, String, String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeAttribute(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeAttribute(String, String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeAttribute(String, String, String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeBinary(Base64Variant, byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeBinary(Base64Variant, byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeBinary(Base64Variant, byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeBoolean(boolean) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeBoolean(boolean) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeBoolean(boolean) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeCData(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeCData(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeCData(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeCharacters(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeCharacters(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeCharacters(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeCharacters(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeCharacters(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeCharacters(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeComment(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeComment(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeComment(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeDefaultNamespace(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeDefaultNamespace(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeDefaultNamespace(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeDTD(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeDTD(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeDTD(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeEmptyElement(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeEmptyElement(String, String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeEmptyElement(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeEmptyElement(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeEmptyElement(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeEmptyElement(String, String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeEmptyElement(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeEmptyElement(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeEmptyElement(String, String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeEndArray() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeEndArray() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeEndArray() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeEndDocument() - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeEndDocument() - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeEndDocument() - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeEndElement() - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeEndElement() - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeEndElement() - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeEndObject() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeEndObject() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeEndObject() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeEntityRef(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeEntityRef(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeEntityRef(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeFieldName(String) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeFieldName(String) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeFieldName(String) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLListElementProvider
 
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
Write a collection of JAXB objects as child elements of the root element.
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetListElementProvider
 
writeList(Class<?>, Collection<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONListElementProvider
 
writeNamespace(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeNamespace(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeNamespace(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeNull() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNull() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNull() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(BigInteger) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(long) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(double) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(float) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(BigDecimal) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(String) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeNumber(int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(long) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(double) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(float) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(BigDecimal) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(String) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(BigInteger) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeNumber(int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(long) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(double) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(float) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(BigDecimal) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(String) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeNumber(BigInteger) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeObject(Object) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeObject(Object) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeObject(Object) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeProcessingInstruction(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeProcessingInstruction(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeProcessingInstruction(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeProcessingInstruction(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeProcessingInstruction(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeProcessingInstruction(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeRaw(String) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRaw(String, int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRaw(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRaw(char) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRaw(String) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRaw(String, int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRaw(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRaw(char) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRaw(String) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRaw(String, int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRaw(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRaw(char) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRawUTF8String(byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRawUTF8String(byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRawUTF8String(byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRawValue(String) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRawValue(String, int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRawValue(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeRawValue(String) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRawValue(String, int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRawValue(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeRawValue(String) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRawValue(String, int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRawValue(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeRequestEntity(OutputStream) - Method in interface com.sun.jersey.api.client.RequestWriter.RequestEntityWriter
Write the request entity.
writeRequestEntity(ClientRequest, RequestWriter.RequestEntityWriterListener) - Method in class com.sun.jersey.api.client.RequestWriter
Write a request entity using an appropriate message body writer.
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface com.sun.jersey.spi.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
WriterUtil - Class in com.sun.jersey.core.impl.provider.header
 
WriterUtil() - Constructor for class com.sun.jersey.core.impl.provider.header.WriterUtil
 
writeStartArray() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeStartArray() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeStartArray() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeStartDocument() - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeStartDocument(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeStartDocument(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeStartDocument() - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeStartDocument(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeStartDocument(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeStartDocument() - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeStartDocument(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeStartDocument(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeStartElement(String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeStartElement(String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeStartElement(String, String, String) - Method in class com.sun.jersey.json.impl.writer.A2EXmlStreamWriterProxy
 
writeStartElement(String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeStartElement(String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeStartElement(String, String, String) - Method in class com.sun.jersey.json.impl.writer.JsonXmlStreamWriter
 
writeStartElement(String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeStartElement(String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeStartElement(String, String, String) - Method in class com.sun.jersey.json.impl.writer.Stax2JacksonWriter
 
writeStartObject() - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeStartObject() - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeStartObject() - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeStatusAndHeaders(long, ContainerResponse) - Method in interface com.sun.jersey.spi.container.ContainerResponseWriter
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
writeString(String) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeString(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeString(String) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeString(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeString(String) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeString(char[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeStringToMerge(String) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeTo(Entry, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomEntryProvider
 
writeTo(Feed, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.atom.rome.impl.provider.entity.AtomFeedProvider
 
writeTo(T, MediaType, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.BaseFormProvider
 
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.ByteArrayProvider
 
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider
 
writeTo(Document, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.DocumentProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.FileProvider
 
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider
 
writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.FormProvider
 
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
writeTo(MimeMultipart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider
 
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.ReaderProvider
 
writeTo(RenderedImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.RenderedImageProvider
 
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.SourceProvider.SourceWriter
 
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider
 
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.StringProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider
 
writeTo(InputStream, OutputStream) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Reader bytes from an input stream and write then to an output stream.
writeTo(Reader, Writer) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Reader characters from an input stream and write then to an output stream.
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
 
writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.core.provider.jaxb.AbstractRootElementProvider
Marshal an instance of a JAXB type.
writeTo(InputStream, OutputStream) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read bytes from an input stream and write them to an output stream.
writeTo(Reader, Writer) - Static method in class com.sun.jersey.core.util.ReaderWriter
Read characters from an input stream and write them to an output stream.
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetJAXBElementProvider
 
writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.fastinfoset.impl.provider.entity.FastInfosetRootElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy
 
writeTo(JSONArray, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider
 
writeTo(JAXBElement<?>, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider
 
writeTo(JSONObject, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONObjectProvider
 
writeTo(Object, MediaType, Charset, Marshaller, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider
 
writeTo(JSONWithPadding, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.json.impl.provider.entity.JSONWithPaddingProvider
 
writeTo(String, Viewable, OutputStream) - Method in class com.sun.jersey.server.impl.container.servlet.JSPTemplateProcessor
 
writeTo(String, Viewable, OutputStream) - Method in class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
writeTo(Viewable, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
writeTo(OutputStream) - Method in class com.sun.jersey.spi.template.ResolvedViewable
Write the resolved viewable.
writeTo(String, Object, OutputStream) - Method in interface com.sun.jersey.spi.template.TemplateProcessor
Deprecated.
writeTo(T, Viewable, OutputStream) - Method in interface com.sun.jersey.spi.template.ViewProcessor
Process a template and write the result to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class com.sun.jersey.core.provider.AbstractMessageReaderWriterProvider
Convert a string to bytes and write those bytes to an output stream.
writeToAsString(String, OutputStream, MediaType) - Static method in class com.sun.jersey.core.util.ReaderWriter
Convert a string to bytes and write those bytes to an output stream.
writeTree(JsonNode) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeTree(JsonNode) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeTree(JsonNode) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
writeUTF8String(byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonArrayWrapperGenerator
 
writeUTF8String(byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
writeUTF8String(byte[], int, int) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 

X

XhtmlElementType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
The type for an element holding child nodes.
Created on: Jun 17, 2008
XhtmlElementType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlElementType
 
XhtmlValueType - Class in com.sun.jersey.server.wadl.generators.resourcedoc.xhtml
The type for an element holding a string value.
Created on: Jun 17, 2008
XhtmlValueType() - Constructor for class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.XhtmlValueType
 
xml2JsonNs(Map<String, String>) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedBuilder
Setter for XML to JSON namespace mapping.
xml2JsonNs(Map<String, String>) - Method in class com.sun.jersey.api.json.JSONConfiguration.MappedJettisonBuilder
Setter for XML to JSON namespace mapping.
XmlHeader - Annotation Type in com.sun.jersey.api.provider.jaxb
Allows to specify XML header for XML output produced by a resource method it is attached to.
XMLJAXBElementProvider - Class in com.sun.jersey.core.impl.provider.entity
 
XMLJAXBElementProvider(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider
 
XMLJAXBElementProvider(Injectable<SAXParserFactory>, Providers, MediaType) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider
 
XMLJAXBElementProvider.App - Class in com.sun.jersey.core.impl.provider.entity
 
XMLJAXBElementProvider.App(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider.App
 
XMLJAXBElementProvider.General - Class in com.sun.jersey.core.impl.provider.entity
 
XMLJAXBElementProvider.General(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider.General
 
XMLJAXBElementProvider.Text - Class in com.sun.jersey.core.impl.provider.entity
 
XMLJAXBElementProvider.Text(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider.Text
 
XMLListElementProvider - Class in com.sun.jersey.core.impl.provider.entity
 
XMLListElementProvider.App - Class in com.sun.jersey.core.impl.provider.entity
 
XMLListElementProvider.App(Injectable<XMLInputFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLListElementProvider.App
 
XMLListElementProvider.General - Class in com.sun.jersey.core.impl.provider.entity
 
XMLListElementProvider.General(Injectable<XMLInputFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLListElementProvider.General
 
XMLListElementProvider.Text - Class in com.sun.jersey.core.impl.provider.entity
 
XMLListElementProvider.Text(Injectable<XMLInputFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLListElementProvider.Text
 
XMLRootElementProvider - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootElementProvider.App - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootElementProvider.App(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider.App
 
XMLRootElementProvider.General - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootElementProvider.General(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider.General
 
XMLRootElementProvider.Text - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootElementProvider.Text(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider.Text
 
XMLRootObjectProvider - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootObjectProvider.App - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootObjectProvider.App(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider.App
 
XMLRootObjectProvider.General - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootObjectProvider.General(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider.General
 
XMLRootObjectProvider.Text - Class in com.sun.jersey.core.impl.provider.entity
 
XMLRootObjectProvider.Text(Injectable<SAXParserFactory>, Providers) - Constructor for class com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider.Text
 
XMLStreamReaderContextProvider - Class in com.sun.jersey.core.impl.provider.xml
 
XMLStreamReaderContextProvider(FeaturesAndProperties) - Constructor for class com.sun.jersey.core.impl.provider.xml.XMLStreamReaderContextProvider
 

_

_default - Variable in class com.sun.research.ws.wadl.Param
 
_dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher
 
_dispatch(Object, HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.VoidVoidDispatchProvider.VoidVoidMethodInvoker
 
_getComponentProvider(Class) - Method in class com.sun.jersey.core.spi.component.ioc.IoCProviderFactory
 
_getComponentProvider(Class) - Method in class com.sun.jersey.core.spi.component.ProviderFactory
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2013 Oracle Corporation. All Rights Reserved.