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
 
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
 
AbstractCompletableReaderWriter<T extends org.apache.abdera.model.Base> - Class in com.sun.jersey.atom.abdera.impl.provider.entity
 
AbstractCompletableReaderWriter() - Constructor for class com.sun.jersey.atom.abdera.impl.provider.entity.AbstractCompletableReaderWriter
 
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>, or List<T> where T is a JAXB types 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.
AbstractMojoProjectClasspathSupport - Class in com.sun.jersey.wadl
This is a base class for mojos that need to access the project classpath.
AbstractMojoProjectClasspathSupport() - Constructor for class com.sun.jersey.wadl.AbstractMojoProjectClasspathSupport
 
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
 
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.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.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(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.ResourceObjectRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.RightHandPathRule
 
accept(CharSequence, Object, UriRuleContext) - Method in class com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule
 
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.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.WebResource
 
acceptLanguage(String...) - Method in class com.sun.jersey.api.client.WebResource
 
AccessibleObjectContext - Class in com.sun.jersey.core.spi.component
A component context for an accessible object.
AccessibleObjectContext() - Constructor for class com.sun.jersey.core.spi.component.AccessibleObjectContext
 
AccessibleObjectContext(AccessibleObject) - Constructor for class com.sun.jersey.core.spi.component.AccessibleObjectContext
 
AccessibleObjectContext(AccessibleObject, Annotation[]) - Constructor for class com.sun.jersey.core.spi.component.AccessibleObjectContext
 
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.
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
 
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
 
addCancelHeader(UriInfo, Response.ResponseBuilder) - Method in class com.restfully.shop.services.OrderResource
 
addCancelHeader(UriInfo, Response.ResponseBuilder) - Static method in class com.restfully.shop.services.OrderResourceBean
 
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
 
addHeaderValue(String, String) - Method in class com.sun.jersey.oauth.server.OAuthServerRequest
 
addHeaderValue(String, String) - Method in interface com.sun.jersey.oauth.signature.OAuthRequest
Adds a header with the given name and value.
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.
addPurgeLinkHeader(UriInfo, Response.ResponseBuilder) - Method in class com.restfully.shop.services.OrderResource
 
addPurgeLinkHeader(UriInfo, Response.ResponseBuilder) - Static method in class com.restfully.shop.services.OrderResourceBean
 
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.
afterService(GrizzlyRequest, GrizzlyResponse) - Method in class com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer
 
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}.
AnnotatedContext - Class in com.sun.jersey.core.spi.component
A component context for 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
 
AnnotatedMethod - Class in com.sun.jersey.core.reflection
 
AnnotatedMethod(Method) - Constructor for class com.sun.jersey.core.reflection.AnnotatedMethod
 
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.RepresentationType
 
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: *.
ApacheHttpClient - Class in com.sun.jersey.client.apache
A Client that utilizes the Apache HTTP client to send and receive HTTP request and responses.
ApacheHttpClient() - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new client instance.
ApacheHttpClient(ApacheHttpClientHandler) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new client instance.
ApacheHttpClient(ApacheHttpClientHandler, ClientConfig) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new client instance with a client configuration.
ApacheHttpClient(ApacheHttpClientHandler, ClientConfig, IoCComponentProviderFactory) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClient
Create a new instance with a client configuration and a component provider.
ApacheHttpClientConfig - Interface in com.sun.jersey.client.apache.config
Configuration options specific to the Client API that utilizes ApacheHttpClient or ApacheHttpClientHandler.
ApacheHttpClientHandler - Class in com.sun.jersey.client.apache
A root handler with Jakarta Commons HttpClient acting as a backend.
ApacheHttpClientHandler(HttpClient) - Constructor for class com.sun.jersey.client.apache.ApacheHttpClientHandler
Create a new root handler with an HttpClient.
ApacheHttpClientState - Class in com.sun.jersey.client.apache.config
An encapsulation of the Apache HttpState that provides easier functionality for setting up credentials and proxy credentials.
ApacheHttpClientState() - Constructor for class com.sun.jersey.client.apache.config.ApacheHttpClientState
Create a new instance with a default instance of an Apache HTTP state.
ApacheHttpClientState(HttpState) - Constructor for class com.sun.jersey.client.apache.config.ApacheHttpClientState
Create a new state instance with an Apacahe HTTP state instance.
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
 
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 initializaton 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 initializaton 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
 
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
 
ApplicationDocs - Class in com.sun.jersey.wadl.model
TODO: DESCRIBE ME
Created on: Jun 10, 2008
ApplicationDocs() - Constructor for class com.sun.jersey.wadl.model.ApplicationDocs
 
areInputTypesDeclared() - 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.
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.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
 
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
 
AUTHORIZATION_HEADER - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of HTTP authorization header.
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
 
Autowire - Annotation Type in com.sun.jersey.api.spring
This annotation provides autowiring capabilities for users that use spring 2.0 but that want to get their beans autowired.
AutowireMode - Enum in com.sun.jersey.api.spring
This enumerations encapsulates the autowiring modes provided by the AutowireCapableBeanFactory.
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<java.lang.String,java.lang.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 java.lang.annotation.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
 
BasicValidator - Class in com.sun.jersey.server.impl.modelapi.validation
 
BasicValidator() - Constructor for class com.sun.jersey.server.impl.modelapi.validation.BasicValidator
 
BodyPart - Class in com.sun.jersey.multipart
A mutable model representing a body part nested inside a MIME MultiPart entity.
BodyPart() - Constructor for class com.sun.jersey.multipart.BodyPart
Instantiate a new BodyPart with a mediaType of text/plain.
BodyPart(MediaType) - Constructor for class com.sun.jersey.multipart.BodyPart
Instantiate a new BodyPart with the specified characteristics.
BodyPart(Object, MediaType) - Constructor for class com.sun.jersey.multipart.BodyPart
Instantiate a new BodyPart with the specified characteristics.
bodyPart(BodyPart) - Method in class com.sun.jersey.multipart.MultiPart
Builder pattern method to add the specified BodyPart to this MultiPart.
bodyPart(Object, MediaType) - Method in class com.sun.jersey.multipart.MultiPart
Builder pattern method to add a newly configured BodyPart to this MultiPart.
BodyPartEntity - Class in com.sun.jersey.multipart
Proxy class representing the entity of a BodyPart when a MultiPart entity is received and parsed.
BodyPartEntity(MIMEPart) - Constructor for class com.sun.jersey.multipart.BodyPartEntity
Construct a new BodyPartEntity with a MIMEPart.
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.
BUFFER_THRESHOLD_NAME - Static variable in class com.sun.jersey.multipart.MultiPartConfig
Name of the resource property for the bufferThreshold property.
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.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.WadlGeneratorConfigBuilder
 
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.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
 
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.spi.component.ComponentInjector
 
CACHE_CONTROL - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
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
 
CALLBACK - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the callback URL.
callback(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting callback URL.
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
 
cancelled - Variable in class com.restfully.shop.domain.Order
 
cancelled - Variable in class com.restfully.shop.persistence.OrderEntity
 
cancelOrder(int) - Method in class com.restfully.shop.services.OrderResource
 
cancelOrder(int) - Method in class com.restfully.shop.services.OrderResourceBean
 
CarResource - Class in com.restfully.shop.services
 
CarResource() - Constructor for class com.restfully.shop.services.CarResource
 
CarResource.Color - Enum in com.restfully.shop.services
 
CategoriesProvider - Class in com.sun.jersey.atom.abdera.impl.provider.entity
JAX-RS Provider for an AtomPub Categories Document instance.
CategoriesProvider() - Constructor for class com.sun.jersey.atom.abdera.impl.provider.entity.CategoriesProvider
 
cd - Variable in class com.sun.jersey.multipart.BodyPart
 
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.
classIterator() - Method in class com.sun.jersey.spi.service.ServiceFinder
Returns discovered classes incrementally.
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.
cleanup() - Method in class com.sun.jersey.multipart.BodyPart
Perform any necessary cleanup at the end of processing this BodyPart.
cleanup() - Method in class com.sun.jersey.multipart.BodyPartEntity
Clean up temporary file(s), if any were utilized.
cleanup() - Method in class com.sun.jersey.multipart.MultiPart
Perform any necessary cleanup at the end of processing this MultiPart.
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
 
clear() - Method in class com.sun.jersey.server.impl.jcdi.JCDIComponentExtension
 
clearCredentials() - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Clears all credentials.
clearProxyCredentials() - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Clears all proxy credentials.
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.
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.uri.UriBuilderImpl
 
clone() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
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() - Method in class com.sun.jersey.multipart.BodyPartEntity
Defer to BodyPartEntity.cleanup().
close() - Method in class com.sun.jersey.multipart.MultiPart
 
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.restfully.shop.domain - package com.restfully.shop.domain
 
com.restfully.shop.persistence - package com.restfully.shop.persistence
 
com.restfully.shop.services - package com.restfully.shop.services
 
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.grizzly - package com.sun.jersey.api.container.grizzly
Provides support for creating Grizzly-based HTTP containers.
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.representation - package com.sun.jersey.api.representation
Provides support for particular representations.
com.sun.jersey.api.spring - package com.sun.jersey.api.spring
Provides support for common annotations that may used in conjuction with Spring support.
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.abdera - package com.sun.jersey.atom.abdera
 
com.sun.jersey.atom.abdera.impl.provider.entity - package com.sun.jersey.atom.abdera.impl.provider.entity
JAX-RS AtomPub Provider Classes
com.sun.jersey.atom.abdera.impl.provider.injectable - package com.sun.jersey.atom.abdera.impl.provider.injectable
 
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.apache - package com.sun.jersey.client.apache
Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses.
com.sun.jersey.client.apache.config - package com.sun.jersey.client.apache.config
Provides support for configuration of a ApacheHttpClient.
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.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.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.guice.spi.container - package com.sun.jersey.guice.spi.container
Provides support for Guice-based applications.
com.sun.jersey.guice.spi.container.servlet - package com.sun.jersey.guice.spi.container.servlet
Provides support for Guice-based Web applications.
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.multipart - package com.sun.jersey.multipart
JAX-RS Integration with MIME MultiPart Message Formats
com.sun.jersey.multipart.file - package com.sun.jersey.multipart.file
Provides support for body parts that are file attachments.
com.sun.jersey.multipart.impl - package com.sun.jersey.multipart.impl
 
com.sun.jersey.oauth.client - package com.sun.jersey.oauth.client
 
com.sun.jersey.oauth.server - package com.sun.jersey.oauth.server
 
com.sun.jersey.oauth.signature - package com.sun.jersey.oauth.signature
 
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.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.grizzly - package com.sun.jersey.server.impl.container.grizzly
 
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.jcdi - package com.sun.jersey.server.impl.jcdi
 
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.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.simple.container - package com.sun.jersey.simple.container
 
com.sun.jersey.simple.impl.container - package com.sun.jersey.simple.impl.container
 
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.spring.container - package com.sun.jersey.spi.spring.container
Provides support for Spring-based applications.
com.sun.jersey.spi.spring.container.servlet - package com.sun.jersey.spi.spring.container.servlet
Provides support for Spring-based Web applications.
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.jersey.wadl - package com.sun.jersey.wadl
 
com.sun.jersey.wadl.model - package com.sun.jersey.wadl.model
 
com.sun.jersey.wadl.resourcedoc - package com.sun.jersey.wadl.resourcedoc
 
com.sun.jersey.wadl.util - package com.sun.jersey.wadl.util
 
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.
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 class com.sun.jersey.atom.abdera.impl.provider.entity.AbstractCompletableReaderWriter
 
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.
construct(HttpContext) - Method in class com.sun.jersey.server.spi.component.ResourceComponentConstructor
 
CONSUMER_KEY - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the consumer key.
consumerKey(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting consumer key.
consumerSecret(String) - Method in class com.sun.jersey.oauth.signature.OAuthSecrets
Builder pattern method to return OAuthSecrets after setting consumer secret.
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.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.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
 
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(ContentDisposition) - Method in class com.sun.jersey.multipart.BodyPart
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in com.sun.jersey.core.header
Builder to build content disposition.
ContentHelper - Class in com.sun.jersey.atom.abdera
Helper class to assist in serializing and deserializing Java entities as XML that will be transferred through the content element of an Atom Entry instance.
ContentHelper(Providers) - Constructor for class com.sun.jersey.atom.abdera.ContentHelper
Construct a configured instance of this helper.
ContentHelperProvider - Class in com.sun.jersey.atom.abdera.impl.provider.injectable
Jersey-specific injectable provider that supplies a configured instance of ContentHelper for this application.
ContentHelperProvider() - Constructor for class com.sun.jersey.atom.abdera.impl.provider.injectable.ContentHelperProvider
 
contentLocation(URI) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
CONTEXT_CONFIG_LOCATION - Static variable in class com.sun.jersey.spi.spring.container.servlet.SpringServlet
The context configuration location initialization parameter for declaring that a child context should be used for bean definitions.
ContextResolverFactory - Class in com.sun.jersey.core.spi.factory
A factory for managing ContextResolver instances.
ContextResolverFactory(ProviderServices, InjectableProviderFactory) - 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.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.WebResource
 
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
 
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
 
cost - Variable in class com.restfully.shop.domain.LineItem
 
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.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes found by searching the classes referenced in the java classath.
create(URI) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes found by searching the classes referenced in the java classath.
create(String, ResourceConfig) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter 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.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter 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.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter 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.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, Adapter) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes found by searching the classes referenced in the java classath.
create(URI, Adapter) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource and provder classes found by searching the classes referenced in the java classath.
create(String) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the ServletContainer.
create(String, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the ServletContainer.
create(URI) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the ServletContainer.
create(URI, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the ServletContainer.
create(String, Class<? extends Servlet>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the declared servlet class.
create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the declared servlet class.
create(URI, Class<? extends Servlet>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the declared servlet class.
create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class com.sun.jersey.api.container.grizzly.GrizzlyWebContainerFactory
Create a SelectorThread that registers the declared servlet class.
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() - Static method in class com.sun.jersey.client.apache.ApacheHttpClient
Create a default client.
create(ClientConfig) - Static method in class com.sun.jersey.client.apache.ApacheHttpClient
Create a default client with client configuration.
create(ClientConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.client.apache.ApacheHttpClient
Create a default client with client configuration and component provider.
create(HttpHeaderReader) - Method in interface com.sun.jersey.core.header.reader.HttpHeaderReader.ListElementCreator
 
create(AbstractResourceMethod) - Method in class com.sun.jersey.multipart.impl.FormDataMultiPartDispatchProvider
 
create(AbstractMethod) - Method in class com.sun.jersey.server.impl.container.filter.AnnotationResourceFilterFactory
 
create(AbstractResourceMethod) - 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) - 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) - Method in interface com.sun.jersey.server.impl.model.method.dispatch.ResourceMethodDispatchProvider
Create a RequestDispatcher for a resource method of a resource.
create(AbstractResourceMethod) - 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(String) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(String, SSLContext) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(URI) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(URI, SSLContext) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(String, ResourceConfig) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, SSLContext, ResourceConfig) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container 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.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container 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.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, SSLContext, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container 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.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig, IoCComponentProviderFactory) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes declared by the resource configuration.
create(String, Container) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(String, SSLContext, Container) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(URI, Container) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
create(URI, SSLContext, Container) - Static method in class com.sun.jersey.simple.container.SimpleServerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provder classes found by searching the classes referenced in the java classpath.
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() - 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 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
 
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<Adapter>, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.grizzly.GrizzlyContainerProvider
 
createContainer(Class<HttpHandler>, ResourceConfig, WebApplication) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainerProvider
 
createContainer(Class<Container>, ResourceConfig, WebApplication) - Method in class com.sun.jersey.simple.impl.container.SimpleContainerProvider
 
createContainer(Class<T>, ResourceConfig, WebApplication) - Method in interface com.sun.jersey.spi.container.ContainerProvider
Create an container of type T.
createCustomer(InputStream) - Method in class com.restfully.shop.services.CustomerResource
 
createCustomer(Customer, UriInfo) - Method in class com.restfully.shop.services.CustomerResourceBean
 
createCustomer(InputStream) - Method in class com.restfully.shop.services.FirstLastCustomerResource
 
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
 
createFault(RepresentationType) - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of JAXBElement<RepresentationType>}
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
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.
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.
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 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
createOrder(Order, UriInfo) - Method in class com.restfully.shop.services.OrderResource
 
createOrder(Order, UriInfo) - Method in class com.restfully.shop.services.OrderResourceBean
 
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 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
createProduct(Product, UriInfo) - Method in interface com.restfully.shop.services.ProductResource
 
createProduct(Product, UriInfo) - Method in class com.restfully.shop.services.ProductResourceBean
 
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(RepresentationType) - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of JAXBElement<RepresentationType>}
createRepresentationType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of RepresentationType
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 interface com.sun.jersey.server.wadl.WadlGenerator
 
createRequest(AbstractResource, AbstractResourceMethod) - Method in class com.sun.jersey.server.wadl.WadlGeneratorImpl
 
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
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 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 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 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 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
 
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
 
createScopeMap() - Method in class com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory
Maps a Guice scope to a Jersey scope.
createScopeMap() - Method in class com.sun.jersey.guice.spi.container.servlet.GuiceContainer.ServletGuiceComponentProviderFactory
 
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
 
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
 
Customer - Class in com.restfully.shop.domain
 
Customer() - Constructor for class com.restfully.shop.domain.Customer
 
customer - Variable in class com.restfully.shop.domain.Order
 
customer - Variable in class com.restfully.shop.persistence.OrderEntity
 
CustomerDatabaseResource - Class in com.restfully.shop.services
 
CustomerDatabaseResource() - Constructor for class com.restfully.shop.services.CustomerDatabaseResource
 
CustomerEntity - Class in com.restfully.shop.persistence
 
CustomerEntity() - Constructor for class com.restfully.shop.persistence.CustomerEntity
 
CustomerResource - Class in com.restfully.shop.services
 
CustomerResource() - Constructor for class com.restfully.shop.services.CustomerResource
 
CustomerResourceBean - Class in com.restfully.shop.services
 
CustomerResourceBean() - Constructor for class com.restfully.shop.services.CustomerResourceBean
 
Customers - Class in com.restfully.shop.domain
 
Customers() - Constructor for class com.restfully.shop.domain.Customers
 
customers - Variable in class com.restfully.shop.domain.Customers
 

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
 
date - Variable in class com.restfully.shop.domain.Order
 
date - Variable in class com.restfully.shop.persistence.OrderEntity
 
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
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
 
DefaultApacheHttpClientConfig - Class in com.sun.jersey.client.apache.config
A default client configuration for clients that utilizes the Apache HTTP client to send and receive HTTP request and responses.
DefaultApacheHttpClientConfig() - Constructor for class com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig
 
DefaultClientConfig - Class in com.sun.jersey.api.client.config
A default client configuration.
DefaultClientConfig() - Constructor for class com.sun.jersey.api.client.config.DefaultClientConfig
 
DefaultCredentialsProvider - Class in com.sun.jersey.client.apache.config
A simple interactive credentials provider using Swing dialogs to prompt the user for a user name and password.
DefaultCredentialsProvider() - Constructor for class com.sun.jersey.client.apache.config.DefaultCredentialsProvider
 
DefaultMediaTypePredictor - Class in com.sun.jersey.multipart.file
Default implementation of MediaTypePredictor that uses DefaultMediaTypePredictor.CommonMediaTypes.
DefaultMediaTypePredictor() - Constructor for class com.sun.jersey.multipart.file.DefaultMediaTypePredictor
 
DefaultMediaTypePredictor.CommonMediaTypes - Enum in com.sun.jersey.multipart.file
This enum represents file extension and MIME types of commonly used file.
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
 
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() - 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() - 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.
Dependencies - Class in com.sun.jersey.wadl
TODO: DESCRIBE ME
Created on: Jun 10, 2008
Dependencies() - Constructor for class com.sun.jersey.wadl.Dependencies
 
Dependency - Class in com.sun.jersey.wadl
TODO: DESCRIBE ME
Created on: Jun 10, 2008
Dependency() - Constructor for class com.sun.jersey.wadl.Dependency
 
Dependency(String, String, String) - Constructor for class com.sun.jersey.wadl.Dependency
 
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() - Method in class com.sun.jersey.server.impl.model.ResourceClass
 
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
 
disableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
disableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
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.
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.RepresentationType
 
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
 
DocProcessor - Interface in com.sun.jersey.wadl.resourcedoc
A doc processor is handed over javadoc elements so that it can turn this into resource doc elements, even self defined.
Created on: Jul 5, 2008
DocProcessorWrapper - Class in com.sun.jersey.wadl.resourcedoc
This DocProcessor wraps multiple DocProcessors.
Created on: Jul 27, 2008
DocProcessorWrapper() - Constructor for class com.sun.jersey.wadl.resourcedoc.DocProcessorWrapper
 
docs - Variable in class com.sun.jersey.server.wadl.generators.ApplicationDocs
 
docs - Variable in class com.sun.jersey.wadl.model.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
Dispatches client requests to the ServletContainer.doFilter(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.servlet.FilterChain) method.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Dispatches client requests to the ServletContainer.service(java.net.URI, java.net.URI, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
domain2entity(CustomerEntity, Customer) - Static method in class com.restfully.shop.services.CustomerResourceBean
 
domain2entity(OrderEntity, Order) - Static method in class com.restfully.shop.services.OrderResourceBean
 
domain2entity(LineItemEntity, LineItem) - Static method in class com.restfully.shop.services.OrderResourceBean
 
domain2entity(ProductEntity, Product) - Static method in class com.restfully.shop.services.ProductResourceBean
 
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
 
el(String) - Static method in class com.sun.jersey.server.wadl.generators.resourcedoc.xhtml.Elements
 
element - Variable in class com.sun.research.ws.wadl.RepresentationType
 
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.TerminatingClientHandler
 
EMPTY_PATH - Static variable in class com.sun.jersey.server.impl.uri.PathPattern
 
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
 
enableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
enableFeature(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
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(String) - Static method in class com.sun.jersey.core.util.Base64
Encodes hex octects of a UTF-8 encoded String into Base64
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.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.
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.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 it's media type.
entity(Object, String) - Method in interface com.sun.jersey.api.client.RequestBuilder
Set the request entity it's media type.
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(Object) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
entity(Object) - Method in class com.sun.jersey.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
entity(Object) - Method in class com.sun.jersey.multipart.MultiPart
Override the entity set operation on a MultiPart to throw IllegalArgumentException.
entity2domain(CustomerEntity) - Static method in class com.restfully.shop.services.CustomerResourceBean
 
entity2domain(OrderEntity) - Static method in class com.restfully.shop.services.OrderResourceBean
 
entity2domain(LineItemEntity) - Static method in class com.restfully.shop.services.OrderResourceBean
 
entity2domain(ProductEntity) - Static method in class com.restfully.shop.services.ProductResourceBean
 
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
 
EntityNotFoundExceptionMapper - Class in com.restfully.shop.services
 
EntityNotFoundExceptionMapper() - Constructor for class com.restfully.shop.services.EntityNotFoundExceptionMapper
 
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
 
EntryProvider - Class in com.sun.jersey.atom.abdera.impl.provider.entity
JAX-RS Provider for an Atom Entry Document instance.
EntryProvider() - Constructor for class com.sun.jersey.atom.abdera.impl.provider.entity.EntryProvider
 
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.AsyncWebResource
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
 
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 method, {0}, for WebResourceInvoker, {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
 
ETAG - Static variable in class com.sun.jersey.core.spi.factory.ResponseBuilderHeaders
 
europe - Variable in class com.restfully.shop.services.CustomerDatabaseResource
 
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
 
execute() - Method in class com.sun.jersey.wadl.AbstractMojoProjectClasspathSupport
 
executeWithClasspath(List<String>) - Method in class com.sun.jersey.wadl.AbstractMojoProjectClasspathSupport
 
executeWithClasspath(List<String>) - Method in class com.sun.jersey.wadl.GenerateWadlMojo
 
expires(Date) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
ExtendedUriInfo - Interface in com.sun.jersey.api.core
Extentions 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
 
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_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 decared 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 matrix parameters (if present) in the request URI path component will 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 the request URI will be normalized as specified by URI.normalize().
FEATURE_REDIRECT - Static variable in class com.sun.jersey.api.core.ResourceConfig
If true, and either NORMALIZE_URI or CANONICALIZE_URI_PATH is true, and the normalization and/or path canonicalization 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.
FeaturesAndProperties - Interface in com.sun.jersey.core.util
Features and properties.
FeedProvider - Class in com.sun.jersey.atom.abdera.impl.provider.entity
JAX-RS Provider for an Atom Feed Document instance.
FeedProvider() - Constructor for class com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider
 
field(String, String) - Method in class com.sun.jersey.multipart.FormDataMultiPart
Builder pattern method to add a named field with a text value, and return this instance.
field(String, Object, MediaType) - Method in class com.sun.jersey.multipart.FormDataMultiPart
Builder pattern method to add a named field with an arbitrary media type and entity, and return this instance.
FileDataBodyPart - Class in com.sun.jersey.multipart.file
An extension of FormDataBodyPart for associating File File as a body part entity.
FileDataBodyPart() - Constructor for class com.sun.jersey.multipart.file.FileDataBodyPart
A no-args constructor which expects its client to set the values individually, the attributes to be set are fileEntity and name; the media type will be predicted from the fileEntity if not set explicitly
FileDataBodyPart(String, File) - Constructor for class com.sun.jersey.multipart.file.FileDataBodyPart
Constructs the body part with the provided name and file, it predicts the MediaType of the file provided.
FileDataBodyPart(String, File, MediaType) - Constructor for class com.sun.jersey.multipart.file.FileDataBodyPart
Constructs the body part with all the attributes set for its proper function.
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.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(ContainerRequest) - Method in class com.sun.jersey.server.impl.container.filter.NormalizeFilter
 
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, ResourceConfig) - 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
Defer to Client.destroy()
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.
findClass(String) - Method in class com.sun.jersey.wadl.util.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.
FirstLastCustomerResource - Class in com.restfully.shop.services
 
FirstLastCustomerResource() - Constructor for class com.restfully.shop.services.FirstLastCustomerResource
 
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
 
FormDataBodyPart - Class in com.sun.jersey.multipart
Subclass of BodyPart with specialized support for media type multipart/form-data.
FormDataBodyPart() - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
FormDataBodyPart with a mediaType of text/plain.
FormDataBodyPart(MediaType) - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
Instantiate an unnamed FormDataBodyPart with the specified characteristics.
FormDataBodyPart(Object, MediaType) - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
Instantiate an unnamed FormDataBodyPart with the specified characteristics.
FormDataBodyPart(String, String) - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
Instantiate a named FormDataBodyPart with a media type of text/plain and String value.
FormDataBodyPart(String, Object, MediaType) - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
Instantiate a named FormDataBodyPart with the specified characteristics.
FormDataBodyPart(FormDataContentDisposition, String) - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
Instantiate a named FormDataBodyPart with the specified characteristics.
FormDataBodyPart(FormDataContentDisposition, Object, MediaType) - Constructor for class com.sun.jersey.multipart.FormDataBodyPart
Instantiate a named FormDataBodyPart with the specified characteristics.
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.
FormDataMultiPart - Class in com.sun.jersey.multipart
Subclass of MultiPart with specialized support for media type multipart/form-data.
FormDataMultiPart() - Constructor for class com.sun.jersey.multipart.FormDataMultiPart
Instantiate a new FormDataMultiPart instance with default characteristics.
FormDataMultiPartDispatchProvider - Class in com.sun.jersey.multipart.impl
Support @FormDataParam injection into method parameters from a FormDataMultiPart entity.
FormDataMultiPartDispatchProvider() - Constructor for class com.sun.jersey.multipart.impl.FormDataMultiPartDispatchProvider
 
FormDataParam - Annotation Type in com.sun.jersey.multipart
Binds the named body part(s) of a "multipart/form-data" request entity body to a resource method parameter.
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
 
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.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

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(OAuthRequest, OAuthParameters, OAuthSecrets) - Static method in class com.sun.jersey.oauth.signature.OAuthSignature
Generates and returns an OAuth signature for the given request, parameters and secrets.
generate(Set<AbstractResource>) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a set of resources.
generate(AbstractResource) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a resource.
generate(AbstractResource, String) - Method in class com.sun.jersey.server.wadl.WadlBuilder
Generate WADL for a virtual subresource resulting from sub resource methods.
GenerateWadlMojo - Class in com.sun.jersey.wadl
This mojo generates a wadl file, without the need of a running webapp.
Created on: Jun 18, 2008
GenerateWadlMojo() - Constructor for class com.sun.jersey.wadl.GenerateWadlMojo
 
generator(Class<? extends WadlGenerator>) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(WadlGenerator) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(WadlGenerator) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigBuilder
 
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.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.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(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(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() - Method in class com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker
 
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
 
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
 
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
Deprecated. see HttpHelper.getAcceptLanguage(com.sun.jersey.api.core.HttpRequestContext).
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.AccessibleObjectContext
 
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
 
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.AccessibleObjectContext
 
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.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.RepresentationType
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(ProviderFactory) - Method in class com.sun.jersey.server.impl.application.DeferredResourceConfig
 
getApplication() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getApplication(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getApplication() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a new instance of a JAXB WADL Application corresponding to all the root resource classes.
getApplication(UriInfo) - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a new instance of a JAXB WADL Application corresponding to all the root resource classes, and configure the base URI.
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
 
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.
getArtifactId() - Method in class com.sun.jersey.wadl.Dependency
 
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.
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
 
getBigIntegerValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getBinaryValue(Base64Variant) - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getBodyParts() - Method in class com.sun.jersey.multipart.MultiPart
Return a mutable list of BodyParts nested in this MultiPart.
getBufferThreshold() - Method in class com.sun.jersey.multipart.MultiPartConfig
Return the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
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.
getCDataElements() - Method in interface com.sun.jersey.wadl.resourcedoc.DocProcessor
specify which of your elements you want to be handled as CDATA.
getCDataElements() - Method in class com.sun.jersey.wadl.resourcedoc.DocProcessorWrapper
 
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
 
getCity() - Method in class com.restfully.shop.domain.Customer
 
getCity() - Method in class com.restfully.shop.persistence.CustomerEntity
 
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 class com.restfully.shop.services.ShoppingApplication
 
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
 
getClasses() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getClassName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
getClassName() - Method in class com.sun.jersey.wadl.WadlGeneratorDescription
 
getClasspath() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getClasspathElements(MavenProject, List<Dependency>) - Method in class com.sun.jersey.wadl.AbstractMojoProjectClasspathSupport
Create a list of classpath elements including declared build dependencies, the build output directory and additionally configured dependencies.
getClientHandler() - Method in class com.sun.jersey.client.apache.ApacheHttpClient
Get the Apache HTTP client handler.
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
 
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.guice.spi.container.GuiceComponentProviderFactory
 
getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory
 
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.jcdi.JCDIComponentProviderFactory
 
getComponentProvider(ComponentContext, Class<?>) - Method in class com.sun.jersey.server.impl.jcdi.JCDIComponentProviderFactory
 
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.
getComponentProvider(Class) - Method in class com.sun.jersey.spi.spring.container.SpringComponentProviderFactory
 
getComponentProvider(ComponentContext, Class) - Method in class com.sun.jersey.spi.spring.container.SpringComponentProviderFactory
 
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
 
getConstructors() - Method in class com.sun.jersey.api.model.AbstractResource
 
getConsumerKey() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the consumer key.
getConsumerSecret() - Method in class com.sun.jersey.oauth.signature.OAuthSecrets
Returns the consumer secret.
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.research.ws.wadl.Doc
Gets the value of the content property.
getContentDisposition() - Method in class com.sun.jersey.multipart.BodyPart
Get the content disposition.
getContentDisposition() - Method in class com.sun.jersey.multipart.FormDataBodyPart
Override the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be obtained.
getContentEntity(Entry, Class<T>) - Method in class com.sun.jersey.atom.abdera.ContentHelper
Deserialize the content element of the specified entry, and transform it back into an appropriate Java object.
getContentEntity(Entry, MediaType, Class<T>) - Method in class com.sun.jersey.atom.abdera.ContentHelper
Deserialize the content element of the specified entry, and transform it back into an appropriate Java object.
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
 
getCost() - Method in class com.restfully.shop.domain.LineItem
 
getCost() - Method in class com.restfully.shop.domain.Product
 
getCost() - Method in class com.restfully.shop.persistence.ProductEntity
 
getCountry() - Method in class com.restfully.shop.domain.Customer
 
getCountry() - Method in class com.restfully.shop.persistence.CustomerEntity
 
getCreationDate() - Method in class com.sun.jersey.core.header.ContentDisposition
Get the creation-date parameter.
getCredentials(AuthScheme, String, int, boolean) - Method in class com.sun.jersey.client.apache.config.DefaultCredentialsProvider
 
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
 
getCustomer() - Method in class com.restfully.shop.domain.Order
 
getCustomer() - Method in class com.restfully.shop.persistence.OrderEntity
 
getCustomer(int) - Method in class com.restfully.shop.services.CustomerResource
 
getCustomer(int) - Method in class com.restfully.shop.services.CustomerResourceBean
 
getCustomer(String, String) - Method in class com.restfully.shop.services.FirstLastCustomerResource
 
getCustomers() - Method in class com.restfully.shop.domain.Customers
 
getCustomers(int, int, String, String, UriInfo) - Method in class com.restfully.shop.services.CustomerResourceBean
 
getDatabase(String) - Method in class com.restfully.shop.services.CustomerDatabaseResource
 
getDate() - Method in class com.restfully.shop.domain.Order
 
getDate() - Method in class com.restfully.shop.persistence.OrderEntity
 
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
 
getDeclaringResource() - Method in class com.sun.jersey.api.model.AbstractResourceMethod
 
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.guice.spi.container.servlet.GuiceContainer
 
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
Deprecated. methods should implement ServletContainer.getDefaultResourceConfig(java.util.Map, com.sun.jersey.spi.container.servlet.WebConfig).
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>, WebConfig) - Method in class com.sun.jersey.spi.spring.container.servlet.SpringServlet
 
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
 
getDependencies() - Method in class com.sun.jersey.wadl.Dependencies
 
getDestfile() - Method in class com.sun.jersey.api.wadl.WadlGeneratorTask
 
getDispatcher(AbstractResourceMethod) - Method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
getDispatcher() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getDispatchers() - Method in class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
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.RepresentationType
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
 
getDocs() - Method in class com.sun.jersey.wadl.model.ApplicationDocs
 
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.RepresentationType
Gets the value of the element property.
getElementClass(Class<?>, Type) - Method in class com.sun.jersey.core.provider.jaxb.AbstractListElementProvider
 
getElements(String[]) - Static method in class com.sun.jersey.api.core.DefaultResourceConfig
Get a cannonical array of String elements from a String array where each entry may contain zero or more elements separated by ';'.
getElementText() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getElementText() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
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.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() - Method in class com.sun.jersey.multipart.BodyPart
Return the entity object to be unmarshalled from a request, or to be marshalled on a response.
getEntity() - Method in class com.sun.jersey.multipart.MultiPart
Disable access to the entity for a MultiPart.
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
 
getEntityAs(Class<T>) - Method in class com.sun.jersey.multipart.BodyPart
Return the entity after appropriate conversion to the requested type.
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
 
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.
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.
getExtension() - Method in enum com.sun.jersey.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Get the file extension.
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
 
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.
getFeatures() - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
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
 
getField(String) - Method in class com.sun.jersey.multipart.FormDataMultiPart
Get a form data body part given a control name.
getFields() - Method in class com.sun.jersey.api.model.AbstractResource
 
getFields(String) - Method in class com.sun.jersey.multipart.FormDataMultiPart
Get a list of one or more form data body parts given a control name.
getFields() - Method in class com.sun.jersey.multipart.FormDataMultiPart
Get a map of form data body parts where the key is the control name and the value is a list of one or more form data body parts.
getFileEntity() - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Get the file for this body part.
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.
getFirstName() - Method in class com.restfully.shop.domain.Customer
 
getFirstName() - Method in class com.restfully.shop.persistence.CustomerEntity
 
getFixed() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the fixed property.
getFloatValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getFormattedOutput() - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
getFormDataContentDisposition() - Method in class com.sun.jersey.multipart.FormDataBodyPart
Get the form data content disposition.
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
 
getFromMatrixParam(String, PathSegment, CarResource.Color, String) - Method in class com.restfully.shop.services.CarResource
 
getFromMultipleSegments(String, List<PathSegment>, String) - Method in class com.restfully.shop.services.CarResource
 
getFromPathSegment(String, PathSegment, String) - Method in class com.restfully.shop.services.CarResource
 
getFromStringStringMethod(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the static fromString(String ) method.
getFromUriInfo(UriInfo) - Method in class com.restfully.shop.services.CarResource
 
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.
getGroupId() - Method in class com.sun.jersey.wadl.Dependency
 
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
 
getHeaders() - Method in class com.sun.jersey.multipart.BodyPart
Return a mutable map of HTTP header value(s) for this BodyPart, keyed by the header name.
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.
getHeaderValues(String) - Method in class com.sun.jersey.oauth.server.OAuthServerRequest
 
getHeaderValues(String) - Method in interface com.sun.jersey.oauth.signature.OAuthRequest
Returns the value(s) of the specified request header.
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
Get the PHostnameVerifier.
getHref() - Method in class com.restfully.shop.domain.Link
 
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.RepresentationType
Gets the value of the href property.
getHttpClient() - Method in class com.sun.jersey.client.apache.ApacheHttpClientHandler
Get the HttpClient.
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
 
getHttpState() - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Get the HTTP state.
getHttpURLConnection(URL) - Method in interface com.sun.jersey.client.urlconnection.HttpURLConnectionFactory
Get a HttpURLConnection for a given URL.
getId() - Method in class com.restfully.shop.domain.Customer
 
getId() - Method in class com.restfully.shop.domain.Order
 
getId() - Method in class com.restfully.shop.domain.Product
 
getId() - Method in class com.restfully.shop.persistence.CustomerEntity
 
getId() - Method in class com.restfully.shop.persistence.LineItemEntity
 
getId() - Method in class com.restfully.shop.persistence.OrderEntity
 
getId() - Method in class com.restfully.shop.persistence.ProductEntity
 
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.RepresentationType
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.container.servlet.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
 
getInitParameter(String) - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get an initialization parameter.
getInitParameterNames() - Method in interface com.sun.jersey.spi.container.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInjectable(ComponentContext, Context, Type) - Method in class com.sun.jersey.atom.abdera.impl.provider.injectable.ContentHelperProvider
 
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.multipart.impl.MultiPartConfigProvider
 
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(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(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(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(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.multipart.impl.FormDataMultiPartDispatchProvider
 
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.
getInputStream() - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
getInputStream() - Method in class com.sun.jersey.multipart.BodyPartEntity
Get the input stream to the raw bytes of this body part entity.
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() - Static method in class com.sun.jersey.multipart.file.DefaultMediaTypePredictor
Get the singleton instance of this class.
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
 
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.
getJAXBContextPath() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getJAXBContextPath() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context path to create a JAXBContext.
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
Get a JSONMarshaller from a Marshaller.
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
Get a JSONUnmarshaller from a Unmarshaller.
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.
getLastName() - Method in class com.restfully.shop.domain.Customer
 
getLastName() - Method in class com.restfully.shop.persistence.CustomerEntity
 
getLength() - Method in class com.sun.jersey.api.client.ClientResponse
Get Content-Length.
getLineItems() - Method in class com.restfully.shop.domain.Order
 
getLineItems() - Method in class com.restfully.shop.persistence.OrderEntity
 
getLink() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the link property.
getLinks() - Method in class com.restfully.shop.domain.Customers
 
getLinks() - Method in class com.restfully.shop.domain.Orders
 
getLinks() - Method in class com.restfully.shop.domain.Products
 
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.HttpResponseContext
Get the throwable (if any) that was mapped to a response.
getMappedThrowable() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getMarshaller(Class, MediaType) - Method in class com.sun.jersey.core.provider.jaxb.AbstractJAXBProvider
 
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.TerminatingClientHandler.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.multipart.BodyPart
Return the MediaType for this BodyPart.
getMediaType() - Method in enum com.sun.jersey.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Get the media type.
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.ContainerRequest
 
getMediaType() - Method in class com.sun.jersey.spi.container.ContainerResponse
 
getMediaType() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the mediaType property.
getMediaTypeFromFile(File) - Static method in enum com.sun.jersey.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
A utility method for predicting media type from a file name.
getMediaTypeFromFile(File) - Method in class com.sun.jersey.multipart.file.DefaultMediaTypePredictor
 
getMediaTypeFromFile(File) - Method in interface com.sun.jersey.multipart.file.MediaTypePredictor
Get the media type from a file name.
getMediaTypeFromFileName(String) - Static method in enum com.sun.jersey.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
A utility method for predicting media type from a file name.
getMediaTypeFromFileName(String) - Method in class com.sun.jersey.multipart.file.DefaultMediaTypePredictor
 
getMediaTypeFromFileName(String) - Method in interface com.sun.jersey.multipart.file.MediaTypePredictor
Get the media type from a file name.
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(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.TerminatingClientHandler
 
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.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
 
getMethod() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the method property.
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.
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.restfully.shop.domain.Product
 
getName() - Method in class com.restfully.shop.persistence.ProductEntity
 
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.multipart.FormDataBodyPart
Get the control name.
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.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.
getNameValuePairs() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getNext() - Method in class com.restfully.shop.domain.Customers
 
getNext() - Method in class com.restfully.shop.domain.Orders
 
getNext() - Method in class com.restfully.shop.domain.Products
 
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
 
getNonce() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the nonce, a value that should be unique for a given timestamp.
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.
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
 
getOption() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the option property.
getOrder(int, UriInfo) - Method in class com.restfully.shop.services.OrderResource
 
getOrder(int, UriInfo) - Method in class com.restfully.shop.services.OrderResourceBean
 
getOrderHeaders(int, UriInfo) - Method in class com.restfully.shop.services.OrderResource
 
getOrderHeaders(int, UriInfo) - Method in class com.restfully.shop.services.OrderResourceBean
 
getOrders() - Method in class com.restfully.shop.domain.Orders
 
getOrders(int, int, UriInfo) - Method in class com.restfully.shop.services.OrderResource
 
getOrders(int, int, UriInfo) - Method in class com.restfully.shop.services.OrderResourceBean
 
getOrdersHeaders(int, int, UriInfo) - Method in class com.restfully.shop.services.OrderResource
 
getOrdersHeaders(UriInfo) - Method in class com.restfully.shop.services.OrderResourceBean
 
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.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.RepresentationType
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.RepresentationType
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.
getParameterizedHeaders() - Method in class com.sun.jersey.multipart.BodyPart
Return an immutable map of parameterized HTTP header value(s) for this BodyPart, keyed by header name.
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.
getParameterNames() - Method in class com.sun.jersey.oauth.server.OAuthServerRequest
 
getParameterNames() - Method in interface com.sun.jersey.oauth.signature.OAuthRequest
Returns an Set of String objects containing the names of the parameters contained in the request.
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.
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
 
getParameterValues(String) - Method in class com.sun.jersey.oauth.server.OAuthServerRequest
 
getParameterValues(String) - Method in interface com.sun.jersey.oauth.signature.OAuthRequest
Returns an List of String objects containing the values of the specified request parameter, or null if the parameter does not exist.
getParamName() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
getParent() - Method in class com.sun.jersey.multipart.BodyPart
Return the parent MultiPart (if any) for this BodyPart.
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 a path segmenst that contains a template variable.
getPathSegments(String, boolean) - Method in interface com.sun.jersey.api.core.ExtendedUriInfo
Get a 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
 
getPostConstructMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPreDestroyMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getPredictor() - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Get the media type predictor.
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
 
getPrevious() - Method in class com.restfully.shop.domain.Customers
 
getPrevious() - Method in class com.restfully.shop.domain.Orders
 
getPrevious() - Method in class com.restfully.shop.domain.Products
 
getPrimaryTag() - Method in class com.sun.jersey.core.header.LanguageTag
 
getProcessInjectionTargets() - Method in class com.sun.jersey.server.impl.jcdi.JCDIComponentExtension
 
getProduces() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getProduct() - Method in class com.restfully.shop.domain.LineItem
 
getProduct() - Method in class com.restfully.shop.persistence.LineItemEntity
 
getProduct(int) - Method in interface com.restfully.shop.services.ProductResource
 
getProduct(int) - Method in class com.restfully.shop.services.ProductResourceBean
 
getProducts() - Method in class com.restfully.shop.domain.Products
 
getProducts(int, int, String, UriInfo) - Method in interface com.restfully.shop.services.ProductResource
 
getProducts(int, int, String, UriInfo) - Method in class com.restfully.shop.services.ProductResourceBean
 
getProfile() - Method in class com.sun.research.ws.wadl.RepresentationType
Gets the value of the profile property.
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
 
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.
getProperties() - Method in class com.sun.jersey.wadl.WadlGeneratorDescription
 
getProperty(String) - Method in class com.sun.jersey.api.client.config.DefaultClientConfig
 
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
 
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.multipart.BodyPart
Return the configured Providers for this BodyPart.
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.
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
 
getQuantity() - Method in class com.restfully.shop.persistence.LineItemEntity
 
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.
getRealm() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the protection realm for the request.
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.research.ws.wadl.Link
Gets the value of the rel property.
getRelationship() - Method in class com.restfully.shop.domain.Link
 
getRemainder() - Method in class com.sun.jersey.core.header.reader.HttpHeaderReader
 
getRepresentation() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the representation property.
getRepresentationDoc() - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
 
getRepresentationOrFault() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the representationOrFault property.
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.AsyncWebResource
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.TerminatingClientHandler
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>) - 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
 
getRequestMethod() - Method in class com.sun.jersey.oauth.server.OAuthServerRequest
 
getRequestMethod() - Method in interface com.sun.jersey.oauth.signature.OAuthRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
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
 
getRequestURL() - Method in class com.sun.jersey.oauth.server.OAuthServerRequest
 
getRequestURL() - Method in interface com.sun.jersey.oauth.signature.OAuthRequest
Returns the URL of the request, including protocol, server name, optional port number, and server path.
getRequiredJaxbContextClasses() - Method in interface com.sun.jersey.wadl.resourcedoc.DocProcessor
Specify jaxb classes of instances that you add to the resourcedoc model.
getRequiredJaxbContextClasses() - Method in class com.sun.jersey.wadl.resourcedoc.DocProcessorWrapper
 
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 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(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
getResourceClass(ComponentContext, Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationImpl
 
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() - 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>) - Method in class com.sun.jersey.server.impl.container.filter.FilterFactory
 
getResponseFilters() - Method in class com.sun.jersey.server.impl.model.method.ResourceMethod
 
getResponseStatus() - Method in class com.sun.jersey.api.client.ClientResponse
Deprecated. use ClientResponse.getClientResponseStatus()
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(Class) - Method in class com.sun.jersey.server.impl.application.WebApplicationContext
 
getRules() - Method in class com.sun.jersey.server.impl.model.ResourceClass
 
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.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.atom.abdera.impl.provider.injectable.ContentHelperProvider
 
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.multipart.impl.MultiPartConfigProvider
 
getScope() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
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
 
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.
getSetterMethods() - Method in class com.sun.jersey.api.model.AbstractResource
 
getShortValue() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getSignature() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the signature for the request.
getSignatureMethod() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the signature method used to sign the request.
getSingletons() - Method in class com.restfully.shop.services.ShoppingApplication
 
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
 
getSingletons() - Method in class com.sun.jersey.api.core.DefaultResourceConfig
 
getSize(Object, Class, Type, Annotation[], MediaType) - Method in class com.restfully.shop.services.JavaMarshaller
 
getSize() - Method in interface com.sun.jersey.api.client.TerminatingClientHandler.RequestEntityWriter
 
getSize(Categories, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.CategoriesProvider
 
getSize(Entry, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.EntryProvider
 
getSize(Feed, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider
 
getSize(Service, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.ServiceProvider
 
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(MultiPart, Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.multipart.impl.MultiPartWriter
 
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.
getSpringCode() - Method in enum com.sun.jersey.api.spring.AutowireMode
 
getSSLContext() - Method in class com.sun.jersey.client.urlconnection.HTTPSProperties
Get the SSLContext.
getState() - Method in class com.restfully.shop.domain.Customer
 
getState() - Method in class com.restfully.shop.persistence.CustomerEntity
 
getState() - Method in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
Get the HTTP state.
getState() - Method in class com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig
 
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.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.RepresentationType
Gets the value of the status property.
getStatusCode() - Method in enum com.sun.jersey.api.client.ClientResponse.Status
Get the associated status code.
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
 
getStreet() - Method in class com.restfully.shop.domain.Customer
 
getStreet() - Method in class com.restfully.shop.persistence.CustomerEntity
 
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
 
getSystemPath() - Method in class com.sun.jersey.wadl.Dependency
 
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
 
getTemplate() - Method in class com.sun.jersey.server.impl.uri.rules.BaseRule
 
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.container.servlet.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.
getTimestamp() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the timestamp, a value expected to be a positive integer, typically containing the number of seconds since January 1, 1970 00:00:00 GMT (epoch).
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
 
getToken() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the request or access token.
getTokenLocation() - Method in class com.sun.jersey.json.impl.reader.JacksonRootAddingParser
 
getTokenSecret() - Method in class com.sun.jersey.oauth.signature.OAuthSecrets
Returns request or access token.
getTotal() - Method in class com.restfully.shop.domain.Order
 
getTotal() - Method in class com.restfully.shop.persistence.OrderEntity
 
getType() - Method in class com.restfully.shop.domain.Link
 
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.core.header.ContentDisposition
Get the type.
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.
getTypeParameters() - Method in class com.sun.jersey.core.reflection.AnnotatedMethod
 
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.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.WebResource
Get the URI to the resource.
getURI() - Method in class com.sun.jersey.client.impl.ClientRequestImpl
 
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.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.multipart.FormDataBodyPart
Get the field value for this body part.
getValue() - Method in class com.sun.jersey.server.impl.application.CloseableServiceFactory
 
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() - 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.
getValueAs(Class<T>) - Method in class com.sun.jersey.multipart.FormDataBodyPart
Get the field value after appropriate conversion to the requested type.
getValueOfStringMethod(Class) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Get the static valueOf(String ) method.
getValues() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
getVersion() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
getVersion() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
getVersion() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Returns the protocol version.
getVersion() - Method in class com.sun.jersey.wadl.Dependency
 
getWadl(UriInfo) - Method in class com.sun.jersey.server.impl.wadl.WadlResource
 
getWadlBuilder() - Method in class com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl
 
getWadlBuilder() - Method in interface com.sun.jersey.server.wadl.WadlApplicationContext
Get a WADL builder initiated with the configured WadlGenerator for the Web application.
getWadlGenerator() - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Get or load the initialized WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
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
 
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
 
getZip() - Method in class com.restfully.shop.domain.Customer
 
getZip() - Method in class com.restfully.shop.persistence.CustomerEntity
 
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
 
GrizzlyContainer - Class in com.sun.jersey.server.impl.container.grizzly
 
GrizzlyContainer(WebApplication) - Constructor for class com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer
 
GrizzlyContainerProvider - Class in com.sun.jersey.server.impl.container.grizzly
 
GrizzlyContainerProvider() - Constructor for class com.sun.jersey.server.impl.container.grizzly.GrizzlyContainerProvider
 
GrizzlyServerFactory - Class in com.sun.jersey.api.container.grizzly
Factory for creating and starting Grizzly SelectorThread instances.
GrizzlyWebContainerFactory - Class in com.sun.jersey.api.container.grizzly
Factory for creating and starting Grizzly SelectorThread instances for deploying a Servlet.
GuiceComponentProviderFactory - Class in com.sun.jersey.guice.spi.container
The Guice-based IoCComponentProviderFactory.
GuiceComponentProviderFactory(ResourceConfig, Injector) - Constructor for class com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory
Creates a new GuiceComponentProviderFactory.
GuiceContainer - Class in com.sun.jersey.guice.spi.container.servlet
A Servlet or Filter for deploying root resource classes with Guice integration.
GuiceContainer(Injector) - Constructor for class com.sun.jersey.guice.spi.container.servlet.GuiceContainer
Creates a new Injector.
GuiceContainer.ServletGuiceComponentProviderFactory - Class in com.sun.jersey.guice.spi.container.servlet
 
GuiceContainer.ServletGuiceComponentProviderFactory(ResourceConfig, Injector) - Constructor for class com.sun.jersey.guice.spi.container.servlet.GuiceContainer.ServletGuiceComponentProviderFactory
 
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.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.GZIPContentEncodingFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.HTTPBasicAuthFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.api.client.filter.LoggingFilter
 
handle(ClientRequest) - Method in class com.sun.jersey.client.apache.ApacheHttpClientHandler
 
handle(ClientRequest) - Method in class com.sun.jersey.client.urlconnection.URLConnectionClientHandler
ClientRequest handler.
handle(ClientRequest) - Method in class com.sun.jersey.oauth.client.OAuthClientFilter
Note: This method automatically sets the nonce and timestamp.
handle(HttpExchange) - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
handle(Request, Response) - Method in class com.sun.jersey.simple.impl.container.SimpleContainer
 
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
 
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.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.AsyncWebResource
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
 
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(UriInfo) - Method in class com.restfully.shop.services.StoreResource
 
head(UriInfo) - Method in class com.restfully.shop.services.StoreResourceBean
 
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() - 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() - 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.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.WebResource
 
header(String, Object) - 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
 
headerValueToString(Object) - Method in class com.sun.jersey.api.client.TerminatingClientHandler
Convert a header value to a String instance.
HMAC_SHA1 - Class in com.sun.jersey.oauth.signature
An OAuth signature method that implements HMAC-SHA1.
HMAC_SHA1() - Constructor for class com.sun.jersey.oauth.signature.HMAC_SHA1
 
host(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
href - Variable in class com.restfully.shop.domain.Link
 
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.RepresentationType
 
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.
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>>) - Constructor for class com.sun.jersey.server.impl.uri.rules.HttpMethodRule
 
HttpMethodRule(Map<String, List<ResourceMethod>>, boolean) - 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
 
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.restfully.shop.domain.Order
 
id - Variable in class com.restfully.shop.persistence.LineItemEntity
 
id - Variable in class com.restfully.shop.persistence.OrderEntity
 
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.RepresentationType
 
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
 
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() - Method in class com.sun.jersey.core.spi.factory.MessageBodyFactory
 
init(ProviderServices) - Method in class com.sun.jersey.server.impl.application.ExceptionMapperFactory
 
init(IoCComponentProcessorFactory) - Method in class com.sun.jersey.server.impl.jcdi.JCDIComponentProviderFactory
 
init(ProviderServices) - Method in class com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderFactory
 
init(ResourceFactory) - Method in class com.sun.jersey.server.impl.model.ResourceClass
 
init(ResourceFactory, ComponentContext) - Method in class com.sun.jersey.server.impl.model.ResourceClass
 
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 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) - Static method in class com.sun.jersey.server.impl.ejb.EJBComponentProviderFactoryInitilizer
 
initialize(ResourceConfig) - Static method in class com.sun.jersey.server.impl.jcdi.JCDIComponentProviderFactoryInitializer
 
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
 
initiate(ResourceConfig, WebApplication) - Method in class com.sun.jersey.guice.spi.container.servlet.GuiceContainer
 
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.
initiate(ResourceConfig, WebApplication) - Method in class com.sun.jersey.spi.spring.container.servlet.SpringServlet
 
initSingleton(Object) - Method in class com.sun.jersey.server.impl.model.ResourceClass
 
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
Used to annotate fields or parameters that shall be injected with resource class instances or instances obtained from registered IoC component provider factories (if any).
Injectable<T> - Interface in com.sun.jersey.spi.inject
The type of something that is injectable.
InjectableProvider<A extends java.lang.annotation.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.
InputStreamProvider - Class in com.sun.jersey.core.impl.provider.entity
 
InputStreamProvider() - Constructor for class com.sun.jersey.core.impl.provider.entity.InputStreamProvider
 
IntrospectionModeller - Class in com.sun.jersey.server.impl.modelapi.annotation
 
IntrospectionModeller() - Constructor for class com.sun.jersey.server.impl.modelapi.annotation.IntrospectionModeller
 
InvalidSecretException - Exception in com.sun.jersey.oauth.signature
Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
InvalidSecretException() - Constructor for exception com.sun.jersey.oauth.signature.InvalidSecretException
Constructs an invalid OAuth secret exception with no detail message.
InvalidSecretException(String) - Constructor for exception com.sun.jersey.oauth.signature.InvalidSecretException
Constructs an invalid OAuth secret exception with the specified detail message.
invoke(Object, Method, Object[]) - Method in class com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker
 
invoke(Object, Method, Object[]) - Method in class com.sun.jersey.server.impl.container.servlet.ThreadLocalNamedInvoker
 
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
 
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
 
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
 
isCancelled() - Method in class com.restfully.shop.domain.Order
 
isCancelled() - Method in class com.restfully.shop.persistence.OrderEntity
 
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.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
 
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
 
isFeatureEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonRootStrippingGenerator
 
isFeatureEnabled(JsonGenerator.Feature) - Method in class com.sun.jersey.json.impl.writer.JacksonStringMergingGenerator
 
isFilterPreset(ClientFilter) - Method in class com.sun.jersey.api.client.filter.Filterable
Check if a filter is present in the chain.
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.
isImplicitGuiceComponent(Class<?>) - Method in class com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory
Determine if a class is an implicit Guice component that can be instatiated by Guice and the life-cycle managed by Jersey.
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
Check if one or more injectable provider is registered to process an anotation and a context type for a given scope.
isMetatadataSet() - Method in class com.sun.jersey.core.spi.factory.ResponseImpl
 
isNamespace() - Method in class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
 
isNotPublic() - Method in class com.sun.jersey.core.reflection.MethodList
 
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.
isReadable(Class, Type, Annotation[], MediaType) - Method in class com.restfully.shop.services.JavaMarshaller
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.CategoriesProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.EntryProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.ServiceProvider
 
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.JSONLowLevelProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.json.impl.provider.entity.JSONWithPaddingProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.multipart.impl.MultiPartReader
 
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
 
isSimple() - Method in class com.sun.jersey.multipart.FormDataBodyPart
 
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
 
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.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
 
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.restfully.shop.services.JavaMarshaller
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.CategoriesProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.EntryProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.ServiceProvider
 
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.JSONLowLevelProvider
 
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.multipart.impl.MultiPartWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sun.jersey.server.impl.template.ViewableMessageBodyWriter
 
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
 
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
 
JavaMarshaller - Class in com.restfully.shop.services
 
JavaMarshaller() - Constructor for class com.restfully.shop.services.JavaMarshaller
 
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
 
JCDIComponentExtension - Class in com.sun.jersey.server.impl.jcdi
 
JCDIComponentExtension() - Constructor for class com.sun.jersey.server.impl.jcdi.JCDIComponentExtension
 
JCDIComponentProviderFactory - Class in com.sun.jersey.server.impl.jcdi
 
JCDIComponentProviderFactory(Object) - Constructor for class com.sun.jersey.server.impl.jcdi.JCDIComponentProviderFactory
 
JCDIComponentProviderFactoryInitializer - Class in com.sun.jersey.server.impl.jcdi
 
JCDIComponentProviderFactoryInitializer() - Constructor for class com.sun.jersey.server.impl.jcdi.JCDIComponentProviderFactoryInitializer
 
JerseyServletContainerInitializer - Class in com.sun.jersey.server.impl.container.servlet
 
JerseyServletContainerInitializer() - Constructor for class com.sun.jersey.server.impl.container.servlet.JerseyServletContainerInitializer
 
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 notationand 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 funcation name "callback".
JSONWithPadding(Object, String) - Constructor for class com.sun.jersey.api.json.JSONWithPadding
Pad JSON using a declared callback funcation 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

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.core.util.UnmodifiableMultivaluedMap
 

L

lang - Variable in class com.sun.research.ws.wadl.Doc
 
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.core.spi.factory.ResponseBuilderImpl
 
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
 
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.
LineItem - Class in com.restfully.shop.domain
 
LineItem() - Constructor for class com.restfully.shop.domain.LineItem
 
LineItemEntity - Class in com.restfully.shop.persistence
 
LineItemEntity() - Constructor for class com.restfully.shop.persistence.LineItemEntity
 
lineItems - Variable in class com.restfully.shop.domain.Order
 
lineItems - Variable in class com.restfully.shop.persistence.OrderEntity
 
Link - Class in com.restfully.shop.domain
 
Link() - Constructor for class com.restfully.shop.domain.Link
 
Link(String, String, String) - Constructor for class com.restfully.shop.domain.Link
 
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
 
links - Variable in class com.restfully.shop.domain.Customers
 
links - Variable in class com.restfully.shop.domain.Orders
 
links - Variable in class com.restfully.shop.domain.Products
 
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.
Loader - Class in com.sun.jersey.wadl.util
TODO: DESCRIBE ME
Created on: Jun 16, 2008
Loader(String[], ClassLoader) - Constructor for class com.sun.jersey.wadl.util.Loader
 
loadWadlGeneratorsFromConfig(ResourceConfig) - Static method in class com.sun.jersey.api.wadl.config.WadlGeneratorConfigLoader
Load the WadlGeneratorConfig from the provided ResourceConfig using the property ResourceConfig.PROPERTY_WADL_GENERATOR_CONFIG.
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
 
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.

M

ManagedBeanComponentProviderFactoryInitilizer - Class in com.sun.jersey.server.impl.managedbeans
 
ManagedBeanComponentProviderFactoryInitilizer() - Constructor for class com.sun.jersey.server.impl.managedbeans.ManagedBeanComponentProviderFactoryInitilizer
 
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.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.ContainerResponse
Map a web application exception to a response.
mark(int) - Method in class com.sun.jersey.json.impl.FilteringInputStream
 
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
 
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.RepresentationType
 
MediaTypePredictor - Interface in com.sun.jersey.multipart.file
An interface which allows developers implement their own media type predictor.
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) - 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.
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) - 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) - 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 - Variable in class com.sun.research.ws.wadl.ResourceType
 
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
 
methodNotAllowed() - Static method in class com.sun.jersey.api.Responses
 
methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
 
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
 
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.
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.
MULTI_PART_CONFIG_RESOURCE - Static variable in class com.sun.jersey.multipart.MultiPartConfig
Name of a properties resource that (if found in the classpath for this application) will be used to configure the settings returned by our getter methods.
MultiPart - Class in com.sun.jersey.multipart
A mutable model representing a MIME MultiPart entity.
MultiPart() - Constructor for class com.sun.jersey.multipart.MultiPart
Instantiate a new MultiPart with a mediaType of multipart/mixed.
MultiPart(MediaType) - Constructor for class com.sun.jersey.multipart.MultiPart
Instantiate a new MultiPart with the specified characteristics.
MULTIPART_ALTERNATIVE - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/alternative"
MULTIPART_ALTERNATIVE_TYPE - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/alternative"
MULTIPART_DIGEST - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/digest"
MULTIPART_DIGEST_TYPE - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/digest"
MULTIPART_MIXED - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/mixed"
MULTIPART_MIXED_TYPE - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/mixed"
MULTIPART_PARALLEL - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/parallel"
MULTIPART_PARELLEL_TYPE - Static variable in class com.sun.jersey.multipart.MultiPartMediaTypes
"multipart/parallel"
MultiPartConfig - Class in com.sun.jersey.multipart
Injectable JavaBean containing the configuration parameters for jersey-multipart as used in this particular application.
MultiPartConfig() - Constructor for class com.sun.jersey.multipart.MultiPartConfig
Load and customize (if necessary) the configuration values for the jersey-multipart module.
MultiPartConfigProvider - Class in com.sun.jersey.multipart.impl
Jersey-specific injectable provider that supplies a configured instance of MultiPartConfig for this application.
MultiPartConfigProvider() - Constructor for class com.sun.jersey.multipart.impl.MultiPartConfigProvider
 
MultipartFormDispatchProvider - Class in com.sun.jersey.server.impl.model.method.dispatch
 
MultipartFormDispatchProvider() - Constructor for class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
MultiPartMediaTypes - Class in com.sun.jersey.multipart
Convenience MediaType (and associated String) manifest constants.
MultiPartMediaTypes() - Constructor for class com.sun.jersey.multipart.MultiPartMediaTypes
 
MultiPartReader - Class in com.sun.jersey.multipart.impl
Provider MessageBodyReader implementation for MultiPart entities.
MultiPartReader(Providers, MultiPartConfig, CloseableService) - Constructor for class com.sun.jersey.multipart.impl.MultiPartReader
Accept constructor injection of the configuration parameters for this application.
MultiPartWriter - Class in com.sun.jersey.multipart.impl
Provider MessageBodyWriter implementation for MultiPart entities.
MultiPartWriter(Providers) - Constructor for class com.sun.jersey.multipart.impl.MultiPartWriter
 
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
 
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 - Static variable in class com.sun.jersey.oauth.signature.HMAC_SHA1
 
name() - Method in class com.sun.jersey.oauth.signature.HMAC_SHA1
 
name() - Method in interface com.sun.jersey.oauth.signature.OAuthSignatureMethod
Returns the name of this signature method, as negotiated through the OAuth protocol.
NAME - Static variable in class com.sun.jersey.oauth.signature.PLAINTEXT
 
name() - Method in class com.sun.jersey.oauth.signature.PLAINTEXT
 
NAME - Static variable in class com.sun.jersey.oauth.signature.RSA_SHA1
 
name() - Method in class com.sun.jersey.oauth.signature.RSA_SHA1
 
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. 
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
 
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.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
NONCE - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the nonce.
nonce(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting nonce.
nonce() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting nonce to a randomly-generated UUID.
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
 
NormalizeFilter - Class in com.sun.jersey.server.impl.container.filter
 
NormalizeFilter() - Constructor for class com.sun.jersey.server.impl.container.filter.NormalizeFilter
 
northamerica - Variable in class com.restfully.shop.services.CustomerDatabaseResource
 
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 Java method annotated with @HttpMethod.
notAcceptable() - Static method in class com.sun.jersey.api.Responses
 
notFound() - Static method in class com.sun.jersey.api.Responses
 
NotFoundException - Exception in com.restfully.shop.services
 
NotFoundException(String) - Constructor for exception com.restfully.shop.services.NotFoundException
 
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.
NotFoundExceptionMapper - Class in com.restfully.shop.services
 
NotFoundExceptionMapper() - Constructor for class com.restfully.shop.services.NotFoundExceptionMapper
 
notModified() - Static method in class com.sun.jersey.api.Responses
 

O

OAuthClientFilter - Class in com.sun.jersey.oauth.client
Client filter adding OAuth authorization header to the HTTP request, if no authorization header is already present.
OAuthClientFilter(Providers, OAuthParameters, OAuthSecrets) - Constructor for class com.sun.jersey.oauth.client.OAuthClientFilter
Constructs a new OAuth client filter with the specified providers.
OAuthParameters - Class in com.sun.jersey.oauth.signature
A data structure class that represents OAuth protocol parameters.
OAuthParameters() - Constructor for class com.sun.jersey.oauth.signature.OAuthParameters
 
OAuthRequest - Interface in com.sun.jersey.oauth.signature
Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.
OAuthSecrets - Class in com.sun.jersey.oauth.signature
Contains the secrets used to generate and/or verify signatures.
OAuthSecrets() - Constructor for class com.sun.jersey.oauth.signature.OAuthSecrets
 
OAuthServerRequest - Class in com.sun.jersey.oauth.server
Wraps a Jersey HttpRequestContext object, implementing the OAuth signature library OAuthRequest interface.
OAuthServerRequest(HttpRequestContext) - Constructor for class com.sun.jersey.oauth.server.OAuthServerRequest
 
OAuthSignature - Class in com.sun.jersey.oauth.signature
Class used for processing an OAuth signature (signing or verifying).
OAuthSignature() - Constructor for class com.sun.jersey.oauth.signature.OAuthSignature
 
OAuthSignatureException - Exception in com.sun.jersey.oauth.signature
Thrown to indicate that an OAuth exception occurred.
OAuthSignatureException() - Constructor for exception com.sun.jersey.oauth.signature.OAuthSignatureException
Constructs an OAuth signature exception with no detail message.
OAuthSignatureException(String) - Constructor for exception com.sun.jersey.oauth.signature.OAuthSignatureException
Constructs an OAuth signature exception with the specified detail message.
OAuthSignatureException(Throwable) - Constructor for exception com.sun.jersey.oauth.signature.OAuthSignatureException
Constructs an OAuth signature exception with the specified cause.
OAuthSignatureMethod - Interface in com.sun.jersey.oauth.signature
An interface representing the OAuth signature method.
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.
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
 
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.TerminatingClientHandler.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
 
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.server.impl.container.grizzly.GrizzlyContainer
 
onReload() - Method in class com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
 
onReload() - Method in class com.sun.jersey.simple.impl.container.SimpleContainer
 
onReload() - Method in interface com.sun.jersey.spi.container.ContainerListener
Called when reloading of the container is requested.
onReload() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
 
onRequestEntitySize(long) - Method in interface com.sun.jersey.api.client.TerminatingClientHandler.RequestEntityWriterListener
Called when the size of the request entity is obtained.
onSent(long, long) - Method in class com.sun.jersey.api.client.filter.ContainerListener
Called when any amount of bytes from request entity is written (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
 
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
 
optionLength(String) - Static method in class com.sun.jersey.wadl.resourcedoc.ResourceDoclet
Return array length for given option: 1 + the number of arguments that the option takes.
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.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.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
 
Order - Class in com.restfully.shop.domain
 
Order() - Constructor for class com.restfully.shop.domain.Order
 
OrderEntity - Class in com.restfully.shop.persistence
 
OrderEntity() - Constructor for class com.restfully.shop.persistence.OrderEntity
 
OrderResource - Class in com.restfully.shop.services
 
OrderResource() - Constructor for class com.restfully.shop.services.OrderResource
 
OrderResourceBean - Class in com.restfully.shop.services
 
OrderResourceBean() - Constructor for class com.restfully.shop.services.OrderResourceBean
 
Orders - Class in com.restfully.shop.domain
 
Orders() - Constructor for class com.restfully.shop.domain.Orders
 
orders - Variable in class com.restfully.shop.domain.Orders
 
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.
org.ieft.annotations - package org.ieft.annotations
 
OutBoundHeaders - Class in com.sun.jersey.core.header
Out-bound HTTP headers.
OutBoundHeaders() - Constructor for class com.sun.jersey.core.header.OutBoundHeaders
 
outputCustomer(OutputStream, Customer) - Method in class com.restfully.shop.services.CustomerResource
 
outputCustomer(OutputStream, Customer) - Method in class com.restfully.shop.services.FirstLastCustomerResource
 

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.
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.RepresentationType
 
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.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
 
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
 
ParamStyle - Enum in com.sun.research.ws.wadl
Java class for ParamStyle.
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
 
PATCH - Annotation Type in org.ieft.annotations
Defines the PATCH operation that is mentioned in HTTP 1.1 spec RFC 2068
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.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
 
PathPattern(UriTemplate, String) - Constructor for class com.sun.jersey.server.impl.uri.PathPattern
 
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 java.lang.annotation.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, HttpServletRequest, HttpContext) - Constructor for class com.sun.jersey.server.impl.container.servlet.PerSessionFactory
 
PLAINTEXT - Class in com.sun.jersey.oauth.signature
An OAuth signature method that implements PLAINTEXT.
PLAINTEXT() - Constructor for class com.sun.jersey.oauth.signature.PLAINTEXT
 
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() - 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() - 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() - Constructor for class com.sun.jersey.api.container.filter.PostReplaceFilter
 
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.
predictMediaType() - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Predict the media type of the current fileEntity.
predictMediaType(File) - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Predict the media type of the provided File.
primaryTag - Variable in class com.sun.jersey.core.header.LanguageTag
 
processClassDoc(ClassDoc, ClassDocType) - Method in interface com.sun.jersey.wadl.resourcedoc.DocProcessor
Use this method to extend the provided ClassDocType with the information from the given ClassDoc.
processClassDoc(ClassDoc, ClassDocType) - Method in class com.sun.jersey.wadl.resourcedoc.DocProcessorWrapper
 
processForm(HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.FormDispatchProvider
 
processForm(HttpContext) - Method in class com.sun.jersey.server.impl.model.method.dispatch.MultipartFormDispatchProvider
 
processMethodDoc(MethodDoc, MethodDocType) - Method in interface com.sun.jersey.wadl.resourcedoc.DocProcessor
Process the provided methodDoc and add your custom information to the methodDocType.
Use e.g.
processMethodDoc(MethodDoc, MethodDocType) - Method in class com.sun.jersey.wadl.resourcedoc.DocProcessorWrapper
 
processParamTag(ParamTag, Parameter, ParamDocType) - Method in interface com.sun.jersey.wadl.resourcedoc.DocProcessor
Use this method to extend the provided ParamDocType with the information from the given ParamTag and Parameter.
processParamTag(ParamTag, Parameter, ParamDocType) - Method in class com.sun.jersey.wadl.resourcedoc.DocProcessorWrapper
 
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.
product - Variable in class com.restfully.shop.domain.LineItem
 
Product - Class in com.restfully.shop.domain
 
Product() - Constructor for class com.restfully.shop.domain.Product
 
product - Variable in class com.restfully.shop.persistence.LineItemEntity
 
ProductEntity - Class in com.restfully.shop.persistence
 
ProductEntity() - Constructor for class com.restfully.shop.persistence.ProductEntity
 
ProductResource - Interface in com.restfully.shop.services
 
ProductResourceBean - Class in com.restfully.shop.services
 
ProductResourceBean() - Constructor for class com.restfully.shop.services.ProductResourceBean
 
Products - Class in com.restfully.shop.domain
 
Products() - Constructor for class com.restfully.shop.domain.Products
 
products - Variable in class com.restfully.shop.domain.Products
 
profile - Variable in class com.sun.research.ws.wadl.RepresentationType
 
prop(String, String) - 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_CREDENTIALS_PROVIDER - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
The credential provider that should be used to retrieve credentials from a user.
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_FOLLOW_REDIRECTS - Static variable in interface com.sun.jersey.api.client.config.ClientConfig
Redirection property.
PROPERTY_HANDLE_COOKIES - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of "true" indicates the client should handle cookies automatically using HttpClient's default cookie policy.
PROPERTY_HTTP_STATE - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
The ApacheHttpClientState of the current client.
PROPERTY_HTTPS_PROPERTIES - Static variable in class com.sun.jersey.client.urlconnection.HTTPSProperties
HTTPS properties property.
PROPERTY_INTERACTIVE - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of "true" indicates that the client should interactively prompt for credentials should it receive a 401 response.
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_PREEMPTIVE_AUTHENTICATION - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of "true" indicates that a client should send an authentication request even before the server gives a 401 response.
PROPERTY_PROXY_URI - Static variable in interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig
A value of a URI to configure the proxy host and proxy port to proxy HTTP requests and responses.
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_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.
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.ProviderClass - Class in com.sun.jersey.core.spi.component
 
ProviderServices.ProviderListener<T> - Interface in com.sun.jersey.core.spi.component
 
proxy(Object) - Method in interface com.sun.jersey.core.spi.component.ioc.IoCProxiedComponentProvider
Proxy a component instance.
purgeOrders() - Method in class com.restfully.shop.services.OrderResource
 
purgeOrders() - Method in class com.restfully.shop.services.OrderResourceBean
 
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
 
pushMatch(UriTemplate, List<String>) - Method in interface com.sun.jersey.spi.uri.rules.UriRuleContext
Push a match.
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() - 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() - 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.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.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
 
quantity - Variable in class com.restfully.shop.persistence.LineItemEntity
 
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.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.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.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
 
rcProvider - Variable in class com.sun.jersey.server.impl.model.ResourceClass
 
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
 
readCustomer(InputStream) - Method in class com.restfully.shop.services.CustomerResource
 
readCustomer(InputStream) - Method in class com.restfully.shop.services.FirstLastCustomerResource
 
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
 
ReaderWriter - Class in com.sun.jersey.core.util
A utlity class for reading and writing using byte and character streams.
ReaderWriter() - Constructor for class com.sun.jersey.core.util.ReaderWriter
 
readFrom(Class, Type, Annotation[], MediaType, MultivaluedMap, InputStream) - Method in class com.restfully.shop.services.JavaMarshaller
 
readFrom(Class<Categories>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.CategoriesProvider
 
readFrom(Class<Entry>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.EntryProvider
 
readFrom(Class<Feed>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider
 
readFrom(Class<Service>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.ServiceProvider
 
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<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
 
readFrom(Class<MultiPart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sun.jersey.multipart.impl.MultiPartReader
Read the entire list of body parts from the Input stream, using the appropriate provider implementation to deserialize each body part's entity.
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.
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
 
readRequest(OAuthRequest) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Reads a request for OAuth parameters, and populates this object.
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
 
REALM - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the protection realm.
realm(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting protection realm.
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.
register() - Method in interface com.sun.jersey.spi.monitoring.GlassfishMonitoringProvider
Register Jersey-based monitoring with the GlassFish monitoring framework.
rel - Variable in class com.sun.research.ws.wadl.Link
 
relationship - Variable in class com.restfully.shop.domain.Link
 
reload() - Method in class com.sun.jersey.api.core.ClasspathResourceConfig
Perform a new search for resource classes and provider classes.
reload() - Method in class com.sun.jersey.api.core.PackagesResourceConfig
Perform a new search for resource classes and provider classes.
reload() - Method in class com.sun.jersey.spi.container.servlet.ServletContainer
Reload the Web application.
reload() - Method in class com.sun.jersey.spi.container.servlet.WebComponent
Reload the Web application.
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
 
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 - Variable in class com.sun.research.ws.wadl.Request
 
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
 
representationOrFault - Variable in class com.sun.research.ws.wadl.Response
 
RepresentationType - Class in com.sun.research.ws.wadl
Java class for representation_type complex type.
RepresentationType() - Constructor for class com.sun.research.ws.wadl.RepresentationType
 
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.
requestStart(URI) - Static method in class com.sun.jersey.server.probes.UriRuleProbeProvider
Invoked when matching starts.
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.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.
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(String) - Method in interface com.sun.jersey.spi.template.TemplateProcessor
Deprecated. see ViewProcessor
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 - Variable in class com.sun.jersey.server.impl.model.ResourceClass
 
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 initializaton 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 initializaton property whose value is a fully qualified class name of a class that implements ResourceConfig or Application.
RESOURCE_DOC_FILE - Static variable in class com.sun.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupport
 
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.
ResourceClass - Class in com.sun.jersey.server.impl.model
 
ResourceClass(ResourceConfig, ResourceMethodDispatcherFactory, ServerInjectableProviderContext, FilterFactory, WadlFactory, AbstractResource) - Constructor for class com.sun.jersey.server.impl.model.ResourceClass
 
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
 
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
 
ResourceDoclet - Class in com.sun.jersey.wadl.resourcedoc
This doclet creates a resourcedoc xml file.
ResourceDoclet() - Constructor for class com.sun.jersey.wadl.resourcedoc.ResourceDoclet
 
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(ResourceMethodDispatcherFactory, FilterFactory, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpMethod(ResourceMethodDispatcherFactory, FilterFactory, UriTemplate, AbstractResourceMethod) - Constructor for class com.sun.jersey.server.impl.model.method.ResourceHttpMethod
 
ResourceHttpMethod(ResourceMethodDispatcherFactory, 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) - 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
 
ResourceMethodDispatcherFactory - Class in com.sun.jersey.server.impl.application
 
ResourceMethodDispatcherFactory(ProviderServices) - Constructor for class com.sun.jersey.server.impl.application.ResourceMethodDispatcherFactory
 
ResourceMethodDispatchProvider - Interface in com.sun.jersey.server.impl.model.method.dispatch
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
 
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
 
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
 
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.
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
 
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
 
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.
RSA_SHA1 - Class in com.sun.jersey.oauth.signature
An OAuth signature method that implements RSA-SHA1.
RSA_SHA1() - Constructor for class com.sun.jersey.oauth.signature.RSA_SHA1
 
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
 
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.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 scannning 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
 
SCHEME - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
OAuth scheme in Authorization header.
schemeSpecificPart(String) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
segment(String...) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
selectVariant(HttpRequestContext, 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
 
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
 
service(GrizzlyRequest, GrizzlyResponse) - Method in class com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer
 
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
Dispatches client requests to the ServletContainer.service(java.net.URI, java.net.URI, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) method.
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.
ServiceProvider - Class in com.sun.jersey.atom.abdera.impl.provider.entity
JAX-RS Provider for an AtomPub Service Document instance.
ServiceProvider() - Constructor for class com.sun.jersey.atom.abdera.impl.provider.entity.ServiceProvider
 
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.server.impl.container.servlet.ThreadLocalInvoker
 
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.uri.rules.automata.TrieNodeValue
 
setAccesibleObject(AccessibleObject) - Method in class com.sun.jersey.core.spi.component.AccessibleObjectContext
 
setAccesibleObject(AccessibleObject, Annotation[]) - Method in class com.sun.jersey.core.spi.component.AccessibleObjectContext
 
setAccessibleMethod(Method) - Static method in class com.sun.jersey.core.reflection.ReflectionHelper
Set a method to be accessible.
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
 
setArtifactId(String) - Method in class com.sun.jersey.wadl.Dependency
 
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
 
setBaseUri(String) - Method in class com.sun.jersey.wadl.GenerateWadlMojo
 
setCancelableFuture(Future<ClientResponse>) - Method in class com.sun.jersey.client.impl.async.FutureClientResponseListener
 
setCancelled(boolean) - Method in class com.restfully.shop.domain.Order
 
setCancelled(boolean) - Method in class com.restfully.shop.persistence.OrderEntity
 
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.
setCity(String) - Method in class com.restfully.shop.domain.Customer
 
setCity(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
setClassName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ClassDocType
 
setClassName(String) - Method in class com.sun.jersey.wadl.WadlGeneratorDescription
 
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
 
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.
setConsumerKey(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the consumer key.
setConsumerSecret(String) - Method in class com.sun.jersey.oauth.signature.OAuthSecrets
 
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.
setContentDisposition(ContentDisposition) - Method in class com.sun.jersey.multipart.BodyPart
Set the content disposition.
setContentDisposition(ContentDisposition) - Method in class com.sun.jersey.multipart.FormDataBodyPart
Override the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be set.
setContentEntity(Entry, MediaType, Object) - Method in class com.sun.jersey.atom.abdera.ContentHelper
Serialize the specified entity as the content element of the specified entry.
setCost(String) - Method in class com.restfully.shop.domain.LineItem
 
setCost(double) - Method in class com.restfully.shop.domain.Product
 
setCost(double) - Method in class com.restfully.shop.persistence.ProductEntity
 
setCountry(String) - Method in class com.restfully.shop.domain.Customer
 
setCountry(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
setCredentials(String, String, int, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the credentials for the given authentication scope.
setCredentials(String, String, int, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the credentials for the given authentication scope.
setCredentials(String, String, int, String, String, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the credentials for the given authentication scope.
setCustomer(Customer) - Method in class com.restfully.shop.domain.Order
 
setCustomer(CustomerEntity) - Method in class com.restfully.shop.persistence.OrderEntity
 
setCustomers(Collection<Customer>) - Method in class com.restfully.shop.domain.Customers
 
setDate(String) - Method in class com.restfully.shop.domain.Order
 
setDate(String) - Method in class com.restfully.shop.persistence.OrderEntity
 
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
 
setDependencies(List<Dependency>) - Method in class com.sun.jersey.wadl.AbstractMojoProjectClasspathSupport
 
setDependencies(List<Dependency>) - Method in class com.sun.jersey.wadl.Dependencies
 
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.RepresentationType
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.multipart.BodyPart
Set the entity object to be unmarshalled from a request, or to be marshalled on a response.
setEntity(Object) - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
This operation is not supported from this implementation.
setEntity(Object) - Method in class com.sun.jersey.multipart.MultiPart
Disable access to the entity for a MultiPart.
setEntity(Object) - Method in class com.sun.jersey.spi.container.AdaptingContainerResponse
 
setEntity(Object) - 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.
setEntityManager(EntityManager) - Method in class com.restfully.shop.services.CustomerResourceBean
 
setEntityManager(EntityManager) - Method in class com.restfully.shop.services.OrderResourceBean
 
setEntityManager(EntityManager) - Method in class com.restfully.shop.services.ProductResourceBean
 
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
 
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
 
setFileEntity(File) - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Sets the fileEntity for this FormDataBodyPart.
setFileEntity(File, MediaType) - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Sets the MediaType and fileEntity for this FormDataBodyPart.
setFirstName(String) - Method in class com.restfully.shop.domain.Customer
 
setFirstName(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
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.
setFormatWadlFile(boolean) - Method in class com.sun.jersey.wadl.GenerateWadlMojo
 
setFormDataContentDisposition(FormDataContentDisposition) - Method in class com.sun.jersey.multipart.FormDataBodyPart
Set the form data content disposition.
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
 
setGroupId(String) - Method in class com.sun.jersey.wadl.Dependency
 
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.restfully.shop.domain.Link
 
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.RepresentationType
Sets the value of the href property.
setId(int) - Method in class com.restfully.shop.domain.Customer
 
setId(int) - Method in class com.restfully.shop.domain.Order
 
setId(int) - Method in class com.restfully.shop.domain.Product
 
setId(int) - Method in class com.restfully.shop.persistence.CustomerEntity
 
setId(int) - Method in class com.restfully.shop.persistence.LineItemEntity
 
setId(int) - Method in class com.restfully.shop.persistence.OrderEntity
 
setId(int) - Method in class com.restfully.shop.persistence.ProductEntity
 
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.RepresentationType
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.
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLastName(String) - Method in class com.restfully.shop.domain.Customer
 
setLastName(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
setLineItems(List<LineItem>) - Method in class com.restfully.shop.domain.Order
 
setLineItems(List<LineItemEntity>) - Method in class com.restfully.shop.persistence.OrderEntity
 
setLink(Link) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the link property.
setLinks(List<Link>) - Method in class com.restfully.shop.domain.Customers
 
setLinks(List<Link>) - Method in class com.restfully.shop.domain.Orders
 
setLinks(List<Link>) - Method in class com.restfully.shop.domain.Products
 
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(MediaType) - Method in class com.sun.jersey.multipart.BodyPart
Set the MediaType for this BodyPart.
setMediaType(MediaType) - Method in class com.sun.jersey.multipart.FormDataMultiPart
Disable changing the media type to anything other than multipart/form-data.
setMediaType(MediaType) - Method in class com.sun.jersey.multipart.MultiPart
Set the MediaType for this MultiPart.
setMediaType(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
 
setMediaType(String) - Method in class com.sun.research.ws.wadl.RepresentationType
Sets the value of the mediaType property.
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
 
setName(String) - Method in class com.restfully.shop.domain.Product
 
setName(String) - Method in class com.restfully.shop.persistence.ProductEntity
 
setName(String) - Method in class com.sun.jersey.core.impl.provider.entity.DataSourceProvider.ByteArrayDataSource
 
setName(String) - Method in class com.sun.jersey.multipart.FormDataBodyPart
Set the control name.
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
 
setNonce(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the nonce, a value that should be unique for a given timestamp.
setNonce() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the nonce to contain a randomly-generated UUID.
setOrders(Collection<Order>) - Method in class com.restfully.shop.domain.Orders
 
setPackagesResourceConfig(String[]) - Method in class com.sun.jersey.wadl.GenerateWadlMojo
 
setPage(String) - Method in class com.sun.jersey.server.impl.container.servlet.Include
Specifies the name of the JSP to be included.
setParamName(String) - Method in class com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
 
setParent(MultiPart) - Method in class com.sun.jersey.multipart.BodyPart
Set the parent MultiPart (if any) for this BodyPart.
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.
setPredictor(MediaTypePredictor) - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
Set the media type predictor.
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
 
setProduct(String) - Method in class com.restfully.shop.domain.LineItem
 
setProduct(ProductEntity) - Method in class com.restfully.shop.persistence.LineItemEntity
 
setProducts(Collection<Product>) - Method in class com.restfully.shop.domain.Products
 
setProperties(Properties) - Method in class com.sun.jersey.api.wadl.config.WadlGeneratorDescription
 
setProperties(Properties) - Method in class com.sun.jersey.wadl.WadlGeneratorDescription
 
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 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
 
setProviders(Providers) - Method in class com.sun.jersey.multipart.BodyPart
Set the configured Providers for this BodyPart.
setProxyCredentials(String, String, int, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the proxy credentials for the given authentication scope.
setProxyCredentials(String, String, int, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the proxy credentials for the given authentication scope.
setProxyCredentials(String, String, int, String, String, String, String) - Method in class com.sun.jersey.client.apache.config.ApacheHttpClientState
Sets the proxy credentials for the given authentication scope.
setQuantity(int) - Method in class com.restfully.shop.persistence.LineItemEntity
 
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.
setRealm(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the protection realm for the request.
setRel(String) - Method in class com.sun.research.ws.wadl.Link
Sets the value of the rel property.
setRelationship(String) - Method in class com.restfully.shop.domain.Link
 
setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the repeating property.
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.
setResources(Resources) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the resources property.
setResourcesContextPath(String) - Method in class com.sun.jersey.server.impl.container.grizzly.GrizzlyContainer
 
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
 
setResponse(Response) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the response property.
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
Deprecated. see ClientResponse.setStatus(javax.ws.rs.core.Response.StatusType)
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.
setSignature(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the signature for the request.
setSignatureMethod(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the signature method used to sign the request.
setState(String) - Method in class com.restfully.shop.domain.Customer
 
setState(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
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
 
setStreet(String) - Method in class com.restfully.shop.domain.Customer
 
setStreet(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
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.
setSystemPath(String) - Method in class com.sun.jersey.wadl.Dependency
 
setTimestamp(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the timestamp.
setTimestamp() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the timestamp to the current time as number of seconds since epoch.
setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the title property.
setToken(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the request or access token.
setTokenSecret(String) - Method in class com.sun.jersey.oauth.signature.OAuthSecrets
Sets request or access token.
setTotal(String) - Method in class com.restfully.shop.domain.Order
 
setTotal(double) - Method in class com.restfully.shop.persistence.OrderEntity
 
setType(String) - Method in class com.restfully.shop.domain.Link
 
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(MediaType, Object) - Method in class com.sun.jersey.multipart.file.FileDataBodyPart
This operation is not supported from this implementation.
setValue(String) - Method in class com.sun.jersey.multipart.FormDataBodyPart
Set the field value for this body part.
setValue(MediaType, Object) - Method in class com.sun.jersey.multipart.FormDataBodyPart
Set the field media type and value for this body part.
setValue(T, UriPattern) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
value setter.
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.
setVersion(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Sets the protocol version.
setVersion(String) - Method in class com.sun.jersey.wadl.Dependency
 
setWadlFile(File) - Method in class com.sun.jersey.wadl.GenerateWadlMojo
 
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 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
 
setWadlGenerators(List<WadlGeneratorDescription>) - Method in class com.sun.jersey.wadl.GenerateWadlMojo
 
setWildcard(boolean) - Method in class com.sun.jersey.server.impl.uri.rules.automata.TrieNode
wildcard setter.
setZip(String) - Method in class com.restfully.shop.domain.Customer
 
setZip(String) - Method in class com.restfully.shop.persistence.CustomerEntity
 
ShoppingApplication - Class in com.restfully.shop.services
 
ShoppingApplication() - Constructor for class com.restfully.shop.services.ShoppingApplication
 
sign(String, OAuthSecrets) - Method in class com.sun.jersey.oauth.signature.HMAC_SHA1
Generates the HMAC-SHA1 signature of OAuth request elements.
sign(OAuthRequest, OAuthParameters, OAuthSecrets) - Static method in class com.sun.jersey.oauth.signature.OAuthSignature
Generates an OAuth signature for the given request, parameters and secrets, and stores it as a signature parameter, and writes the OAuth parameters to the request as an Authorization header.
sign(String, OAuthSecrets) - Method in interface com.sun.jersey.oauth.signature.OAuthSignatureMethod
Signs the data using the supplied secret(s).
sign(String, OAuthSecrets) - Method in class com.sun.jersey.oauth.signature.PLAINTEXT
Generates the PLAINTEXT signature.
sign(String, OAuthSecrets) - Method in class com.sun.jersey.oauth.signature.RSA_SHA1
Generates the RSA-SHA1 signature of OAuth request elements.
SIGNATURE - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the signature.
signature(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting signature.
SIGNATURE_METHOD - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the signature method.
signatureMethod(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting signature method.
SimpleContainer - Class in com.sun.jersey.simple.impl.container
This is the container that handles all HTTP requests.
SimpleContainer(WebApplication) - Constructor for class com.sun.jersey.simple.impl.container.SimpleContainer
 
SimpleContainerProvider - Class in com.sun.jersey.simple.impl.container
This is used to provide the SimpleContainer implementation when the class path is scanned by the ContainerFactory.createContainer(Class) method.
SimpleContainerProvider() - Constructor for class com.sun.jersey.simple.impl.container.SimpleContainerProvider
 
SimpleServerFactory - Class in com.sun.jersey.simple.container
Factory for creating and starting Simple server containers.
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 java.lang.annotation.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 - 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
 
SpringComponentProviderFactory - Class in com.sun.jersey.spi.spring.container
The Spring-based IoCComponentProviderFactory.
SpringComponentProviderFactory(ResourceConfig, ConfigurableApplicationContext) - Constructor for class com.sun.jersey.spi.spring.container.SpringComponentProviderFactory
 
SpringServlet - Class in com.sun.jersey.spi.spring.container.servlet
A servlet or filter for deploying root resource classes with Spring integration.
SpringServlet() - Constructor for class com.sun.jersey.spi.spring.container.servlet.SpringServlet
 
standaloneSet() - Method in class com.sun.jersey.json.impl.reader.Jackson2StaxReader
 
standaloneSet() - Method in class com.sun.jersey.json.impl.reader.JsonXmlStreamReader
 
start(RootDoc) - Static method in class com.sun.jersey.wadl.resourcedoc.ResourceDoclet
Start the doclet.
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.core.spi.factory.ResponseBuilderImpl
 
status - Variable in class com.sun.research.ws.wadl.RepresentationType
 
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
 
StoreResource - Class in com.restfully.shop.services
 
StoreResource() - Constructor for class com.restfully.shop.services.StoreResource
 
StoreResourceBean - Class in com.restfully.shop.services
 
StoreResourceBean() - Constructor for class com.restfully.shop.services.StoreResourceBean
 
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
 
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
 
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
 
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.
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, Method, List<Injectable>, List<ContainerRequestFilter>, List<ContainerResponseFilter>) - 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.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.

T

t - Variable in class com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
The type of the class.
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 - 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. see ViewProcessor
TemplateViewProcessor - Class in com.sun.jersey.server.impl.template
 
TemplateViewProcessor(TemplateProcessor) - Constructor for class com.sun.jersey.server.impl.template.TemplateViewProcessor
 
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
 
TerminatingClientHandler.RequestEntityWriter - Interface in com.sun.jersey.api.client
A writer for writing a request entity.
TerminatingClientHandler.RequestEntityWriterListener - Interface in com.sun.jersey.api.client
A lister for listensing to events when writing a request entity.
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.container.servlet
A proxy invocation handler that delegates all methods to a thread local instance
ThreadLocalInvoker() - Constructor for class com.sun.jersey.server.impl.container.servlet.ThreadLocalInvoker
 
ThreadLocalNamedInvoker<T> - Class in com.sun.jersey.server.impl.container.servlet
A proxy invocation handler that delegates all methods to a thread local instance
ThreadLocalNamedInvoker(String) - Constructor for class com.sun.jersey.server.impl.container.servlet.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
 
TIMESTAMP - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the timestamp.
timestamp(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting timestamp.
timestamp() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting timestamp to the current time.
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.
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
 
TOKEN - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the access/request token.
token(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting token.
tokenSecret(String) - Method in class com.sun.jersey.oauth.signature.OAuthSecrets
Builder pattern method to return OAuthSecrets after setting consumer secret.
toResponse(EntityNotFoundException) - Method in class com.restfully.shop.services.EntityNotFoundExceptionMapper
 
toResponse(NotFoundException) - Method in class com.restfully.shop.services.NotFoundExceptionMapper
 
toResponse(EJBException) - Method in class com.sun.jersey.server.impl.ejb.EJBExceptionMapper
 
toString() - Method in class com.restfully.shop.persistence.CustomerEntity
 
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.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.core.header.ContentDisposition
Convert the disposition to a "Content-Disposition" header value.
toString() - Method in class com.sun.jersey.core.header.LanguageTag
 
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(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.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
 
total - Variable in class com.restfully.shop.domain.Order
 
total - Variable in class com.restfully.shop.persistence.OrderEntity
 
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.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 - Variable in class com.restfully.shop.domain.Link
 
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.WebResource
 
type(String) - Method in class com.sun.jersey.api.client.WebResource
 
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(MediaType) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
type(String) - Method in class com.sun.jersey.core.spi.factory.ResponseBuilderImpl
 
type(MediaType) - Method in class com.sun.jersey.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
type(MediaType) - Method in class com.sun.jersey.multipart.MultiPart
Builder pattern method to return this MultiPart after additional configuration.
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.
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.
UNSUPPORTED_MEDIA_TYPE - Static variable in class com.sun.jersey.api.Responses
 
unsupportedMediaType() - Static method in class com.sun.jersey.api.Responses
 
UnsupportedSignatureMethodException - Exception in com.sun.jersey.oauth.signature
Thrown to indicate that the OAuth signature method requested is not supported.
UnsupportedSignatureMethodException() - Constructor for exception com.sun.jersey.oauth.signature.UnsupportedSignatureMethodException
Constructs an unsupported OAuth method exception with no detail message.
UnsupportedSignatureMethodException(String) - Constructor for exception com.sun.jersey.oauth.signature.UnsupportedSignatureMethodException
Constructs an unsupported OAuth method exception with the specified detail message.
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
 
updateCustomer(int, InputStream) - Method in class com.restfully.shop.services.CustomerResource
 
updateCustomer(String, String, InputStream) - Method in class com.restfully.shop.services.FirstLastCustomerResource
 
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.WebResource
Create a new WebResource from this web resource.
uri(URI) - Method in class com.sun.jersey.api.uri.UriBuilderImpl
 
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
 
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.

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.
validOptions(String[][], DocErrorReporter) - Static method in class com.sun.jersey.wadl.resourcedoc.ResourceDoclet
Validate options.
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.restfully.shop.services.CarResource.Color
Returns the enum constant of this type with the specified name.
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.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.spring.AutowireMode
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(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.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
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.restfully.shop.services.CarResource.Color
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.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.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.spring.AutowireMode
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() - 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.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
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.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.core.spi.factory.ResponseBuilderImpl
 
VariantSelector - Class in com.sun.jersey.server.impl
 
VERIFIER - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the verifier code.
verifier(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting verifier code.
verify(String, OAuthSecrets, String) - Method in class com.sun.jersey.oauth.signature.HMAC_SHA1
Verifies the HMAC-SHA1 signature of OAuth request elements.
verify(OAuthRequest, OAuthParameters, OAuthSecrets) - Static method in class com.sun.jersey.oauth.signature.OAuthSignature
Verifies the OAuth signature for a given request, parameters and secrets.
verify(String, OAuthSecrets, String) - Method in interface com.sun.jersey.oauth.signature.OAuthSignatureMethod
Verifies the signature for the data using the supplied secret(s).
verify(String, OAuthSecrets, String) - Method in class com.sun.jersey.oauth.signature.PLAINTEXT
Verifies the PLAINTEXT signature.
verify(String, OAuthSecrets, String) - Method in class com.sun.jersey.oauth.signature.RSA_SHA1
Verifies the RSA-SHA1 signature of OAuth request elements.
VERSION - Static variable in class com.sun.jersey.oauth.signature.OAuthParameters
Name of parameter containing the protocol version.
version(String) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting version.
version() - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Builder pattern method to return OAuthParameters after setting version to the default value of 1.0.
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
 
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, 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.
ViewResourceMethod - Class in com.sun.jersey.server.impl.template
 
ViewResourceMethod(List<QualitySourceMediaType>) - Constructor for class com.sun.jersey.server.impl.template.ViewResourceMethod
 
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
 
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
 

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>, WadlGenerator) - 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.
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(WadlGenerator) - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig
Creates a new WadlGeneratorConfig from the provided wadlGenerator (must already be initialized).
WadlGeneratorConfig.WadlGeneratorConfigBuilder - Class in com.sun.jersey.api.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigBuilder() - Constructor for class com.sun.jersey.api.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigBuilder
 
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
 
WadlGeneratorDescription - Class in com.sun.jersey.wadl
TODO: DESCRIBE ME
Created on: Jul 5, 2008
WadlGeneratorDescription() - Constructor for class com.sun.jersey.wadl.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
 
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
 
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 ecapsulated by a Servlet or Filter implementaton.
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.
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.
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
 
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
 
writeRequest(OAuthRequest) - Method in class com.sun.jersey.oauth.signature.OAuthParameters
Writes the OAuth parameters to a request, as an Authorization header.
writeRequestEntity(OutputStream) - Method in interface com.sun.jersey.api.client.TerminatingClientHandler.RequestEntityWriter
Write the request entity.
writeRequestEntity(ClientRequest, TerminatingClientHandler.RequestEntityWriterListener) - Method in class com.sun.jersey.api.client.TerminatingClientHandler
Write a request entity using an appropriate message body writer.
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(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream) - Method in class com.restfully.shop.services.JavaMarshaller
 
writeTo(Categories, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.CategoriesProvider
 
writeTo(Entry, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.EntryProvider
 
writeTo(Feed, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider
 
writeTo(Service, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.atom.abdera.impl.provider.entity.ServiceProvider
 
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
Reader bytes from an input stream and write then to an output stream.
writeTo(Reader, Writer) - Static method in class com.sun.jersey.core.util.ReaderWriter
Reader characters from an input stream and write then 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(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(MultiPart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sun.jersey.multipart.impl.MultiPartWriter
Write the entire list of body parts to the output stream, using the appropriate provider implementation to serialize each body part's entity.
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. see ViewProcessor
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
 

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.
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 © 2011 Sun Microsystems, Inc. All Rights Reserved.