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

A

AbstractDynamicResource - Class in org.apache.wink.common
Provides a basic implementation of the org.apache.wink.common.DynamicResource.
AbstractDynamicResource() - Constructor for class org.apache.wink.common.AbstractDynamicResource
 
AbstractHandler - Class in org.apache.wink.server.handlers
Convenience class for implementing a handler that is unaware of the handlers chain.
AbstractHandler() - Constructor for class org.apache.wink.server.handlers.AbstractHandler
 
AbstractHandlersChain<T extends Handler> - Class in org.apache.wink.server.handlers
 
AbstractHandlersChain() - Constructor for class org.apache.wink.server.handlers.AbstractHandlersChain
 
accept(String...) - Method in interface org.apache.wink.client.Resource
Add values to the Accept header.
accept(MediaType...) - Method in interface org.apache.wink.client.Resource
Add values to the Accept header.
accept - Variable in class org.apache.wink.common.model.app.AppCollection
 
ACCEPT_RANGES - Static variable in class org.apache.wink.common.http.HttpHeadersEx
 
ACCEPTED - Static variable in class org.apache.wink.common.http.HttpStatus
 
acceptHeaderAutoSet(boolean) - Method in class org.apache.wink.client.ClientConfig
Set whether client will automatically set an appropriate Accept header
acceptLanguage(String...) - Method in interface org.apache.wink.client.Resource
Add values to the Accept-Language header.
acceptLanguage(Locale...) - Method in interface org.apache.wink.client.Resource
Add values to the Accept-Language header.
adapt(InputStream, ClientResponse) - Method in interface org.apache.wink.client.handlers.InputStreamAdapter
This method is called in order to wrap the response input stream with another input stream to allow the manipulation of the response entity stream.
adapt(OutputStream, ClientRequest) - Method in interface org.apache.wink.client.handlers.OutputStreamAdapter
This method is called in order to wrap the request output stream with another output stream to allow the manipulation of the request entity stream.
addAltParam(boolean) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set whether the to automatically add to the generated links the "alt" query parameter indicating the link type.
addAuthor(SyndPerson) - Method in class org.apache.wink.common.model.synd.SyndBase
Add an author to the list of authors.
addCategory(AtomCategory) - Method in class org.apache.wink.common.categories.Categories
Add an atom:Category to the listing
addCategory(String) - Method in class org.apache.wink.common.categories.Categories
Create and add an atom:Category to the listing
addCategory(String, String, String) - Method in class org.apache.wink.common.categories.Categories
Create an add an atom:Category to the listing
addCategory(SyndCategory) - Method in class org.apache.wink.common.model.synd.SyndBase
Add a category to the list of categories.
addEntity(String[]) - Method in interface org.apache.wink.common.model.csv.CsvDeserializer
Add a single row to the CSV
addEntity(String[]) - Method in class org.apache.wink.common.model.csv.CsvTable
 
addEntity(String[]) - Method in class org.apache.wink.common.model.csv.MultiCsvTable
Add a row to the last table when deserializing a multi table csv.
addEntry(SyndEntry) - Method in class org.apache.wink.common.model.synd.SyndFeed
Add an entry to the list of entries.
addHandler(T) - Method in class org.apache.wink.server.handlers.AbstractHandlersChain
 
addHeader(String, String) - Method in class org.apache.wink.common.model.multipart.OutPart
add header to the part
addInputEncoding(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Adds InputEncoding to the list of supported Input Encoding
addInputStreamAdapter(InputStreamAdapter) - Method in interface org.apache.wink.client.handlers.HandlerContext
Add an InputStreamAdapter to adapt the response input stream
addLanguage(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Add "Language".
addLink(SyndLink) - Method in class org.apache.wink.common.model.synd.SyndBase
Add a link to the list of links.
addNewImage(OpenSearchImage) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Adds new Image to the list
addOpenSearchParameter(OpenSearchParameter) - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Add OpenSearch parameter to the list of Open Search Parameters
addOpenSearchQuery(OpenSearchQuery) - Method in class org.apache.wink.common.model.atom.AtomFeed
Adds an opensearch Query element
addOutputEncoding(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Adds OutputEncoding to the list of supported Output Encoding
addOutputStreamAdapter(OutputStreamAdapter) - Method in interface org.apache.wink.client.handlers.HandlerContext
Add an OutputStreamAdapter to adapt the request output stream
addPart(OutPart) - Method in class org.apache.wink.common.model.multipart.BufferedOutMultiPart
 
addQuery(OpenSearchQuery) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Adds OpenSearchQuery to the list of Open Search Queries
addRow(String...) - Method in class org.apache.wink.common.model.csv.CsvTable
Add a row to the table.
addTable(CsvTable) - Method in class org.apache.wink.common.model.csv.MultiCsvTable
Add a table to this multi-table csv.
addUrl(OpenSearchUrl) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Adds OpenSearchUrl to the list of Open Search Urls.
adultContent - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
ALLOW - Static variable in class org.apache.wink.common.http.HttpHeadersEx
 
allResources(boolean) - Method in interface org.apache.wink.server.utils.SystemLinksBuilder
Determines if this system links builder will generate links for all the root resources that are reachable when the search mode is "Continued Search" or just the current active resource.
any - Variable in class org.apache.wink.common.model.app.AppCollection
 
any - Variable in class org.apache.wink.common.model.app.AppService
 
any - Variable in class org.apache.wink.common.model.app.AppWorkspace
 
any - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
any - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
any - Variable in class org.apache.wink.common.model.atom.AtomPerson
 
any - Variable in class org.apache.wink.common.model.rss.RssChannel
 
any - Variable in class org.apache.wink.common.model.rss.RssItem
 
ApacheHttpClientConfig - Class in org.apache.wink.client
Configuration object that wraps Apache HttpClient as underling Http client.
ApacheHttpClientConfig() - Constructor for class org.apache.wink.client.ApacheHttpClientConfig
 
ApacheHttpClientConfig(HttpClient) - Constructor for class org.apache.wink.client.ApacheHttpClientConfig
 
APP_PREFIX - Static variable in class org.apache.wink.common.RestConstants
 
AppAccept - Class in org.apache.wink.common.model.app
The "app:accept" Element Per RFC5023
AppAccept() - Constructor for class org.apache.wink.common.model.app.AppAccept
 
AppCategories - Class in org.apache.wink.common.model.app
The "app:categories" Element Per RFC5023
AppCategories() - Constructor for class org.apache.wink.common.model.app.AppCategories
 
AppCollection - Class in org.apache.wink.common.model.app
The "app:collection" Element Per RFC5023
AppCollection() - Constructor for class org.apache.wink.common.model.app.AppCollection
 
applications(Application...) - Method in class org.apache.wink.client.ClientConfig
Add applications
AppService - Class in org.apache.wink.common.model.app
The "app:service" Element Per RFC5023
AppService() - Constructor for class org.apache.wink.common.model.app.AppService
 
AppWorkspace - Class in org.apache.wink.common.model.app
The "app:workspace" Element Per RFC5023
AppWorkspace() - Constructor for class org.apache.wink.common.model.app.AppWorkspace
 
AppYesNo - Enum in org.apache.wink.common.model.app
An enum for specifying the value of a "fixed" attribute of the app:categories element
Asset - Annotation Type in org.apache.wink.common.annotations
 
ATOM_HTML - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_PREFIX - Static variable in class org.apache.wink.common.RestConstants
 
ATOM_REL_ALT - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_EDIT - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_EDIT_MEDIA - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_ENCLOSURE - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_FIRST - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_HISTORY - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_LAST - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_NEXT - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_PREVIOUS - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_RELATED - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_SEARCH - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_SELF - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_REL_VIA - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_TXT - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
ATOM_XHTML - Static variable in class org.apache.wink.common.model.atom.AtomConstants
 
AtomCategory - Class in org.apache.wink.common.model.atom
The "atom:category" element Per RFC4287
AtomCategory() - Constructor for class org.apache.wink.common.model.atom.AtomCategory
 
AtomCategory(SyndCategory) - Constructor for class org.apache.wink.common.model.atom.AtomCategory
 
AtomCommonAttributes - Class in org.apache.wink.common.model.atom
Common attributes Per RFC4287
AtomCommonAttributes() - Constructor for class org.apache.wink.common.model.atom.AtomCommonAttributes
 
AtomCommonAttributes(SyndCommonAttributes) - Constructor for class org.apache.wink.common.model.atom.AtomCommonAttributes
 
AtomCommonAttributesSimpleContent - Class in org.apache.wink.common.model.atom
Common attributes Per RFC4287
AtomCommonAttributesSimpleContent() - Constructor for class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
 
AtomCommonAttributesSimpleContent(SyndSimpleContent) - Constructor for class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
 
AtomConstants - Class in org.apache.wink.common.model.atom
Set of constants useful for ATOM related code.
AtomContent - Class in org.apache.wink.common.model.atom
The "atom:content" element Per RFC4287
AtomContent() - Constructor for class org.apache.wink.common.model.atom.AtomContent
 
AtomContent(SyndContent) - Constructor for class org.apache.wink.common.model.atom.AtomContent
 
AtomEntry - Class in org.apache.wink.common.model.atom
The "atom:entry" element Per RFC4287
AtomEntry() - Constructor for class org.apache.wink.common.model.atom.AtomEntry
 
AtomEntry(SyndEntry) - Constructor for class org.apache.wink.common.model.atom.AtomEntry
 
AtomFeed - Class in org.apache.wink.common.model.atom
The "atom:feed" element Per RFC4287
AtomFeed() - Constructor for class org.apache.wink.common.model.atom.AtomFeed
 
AtomFeed(SyndFeed) - Constructor for class org.apache.wink.common.model.atom.AtomFeed
 
AtomGenerator - Class in org.apache.wink.common.model.atom
The "atom:generator" element Per RFC4287
AtomGenerator() - Constructor for class org.apache.wink.common.model.atom.AtomGenerator
 
AtomGenerator(SyndGenerator) - Constructor for class org.apache.wink.common.model.atom.AtomGenerator
 
AtomLink - Class in org.apache.wink.common.model.atom
The "atom:link" elementPer RFC4287
AtomLink() - Constructor for class org.apache.wink.common.model.atom.AtomLink
 
AtomLink(SyndLink) - Constructor for class org.apache.wink.common.model.atom.AtomLink
 
AtomPerson - Class in org.apache.wink.common.model.atom
The Person construct Per RFC4287
AtomPerson() - Constructor for class org.apache.wink.common.model.atom.AtomPerson
 
AtomPerson(SyndPerson) - Constructor for class org.apache.wink.common.model.atom.AtomPerson
 
AtomText - Class in org.apache.wink.common.model.atom
Text Construct Per RFC4287
AtomText() - Constructor for class org.apache.wink.common.model.atom.AtomText
Create an empty AtomText with no type and no value
AtomText(String) - Constructor for class org.apache.wink.common.model.atom.AtomText
Create an AtomText with a type of AtomTextType.TEXT
AtomText(String, AtomTextType) - Constructor for class org.apache.wink.common.model.atom.AtomText
Create an AtomText with the specified value and type
AtomText(SyndText) - Constructor for class org.apache.wink.common.model.atom.AtomText
 
AtomTextType - Enum in org.apache.wink.common.model.atom
An enum for specifying the type of a Text construct
attribute(String, Object) - Method in interface org.apache.wink.client.Resource
Set an attribute on the resource.
attribute(String) - Method in interface org.apache.wink.client.Resource
Get an attribute
attribution - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
author - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
author - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
author - Variable in class org.apache.wink.common.model.rss.RssItem
 

B

BAD_GATEWAY - Static variable in class org.apache.wink.common.http.HttpStatus
 
BAD_REQUEST - Static variable in class org.apache.wink.common.http.HttpStatus
 
base - Variable in class org.apache.wink.common.model.atom.AtomCommonAttributes
 
base - Variable in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
 
BaseLinksBuilder<T> - Interface in org.apache.wink.server.utils
Base interface for the the two types of link builders.
BaseTest - Class in org.apache.wink.client
 
BaseTest() - Constructor for class org.apache.wink.client.BaseTest
 
baseUri(URI) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the base uri for this builder.
BufferedInMultiPart - Class in org.apache.wink.common.model.multipart
This class is used to represent inbound MultiPart messages, unlike the InMultiPart the BufferedInMultiPart enable non sequential access to the message's parts
BufferedInMultiPart(InMultiPart) - Constructor for class org.apache.wink.common.model.multipart.BufferedInMultiPart
 
BufferedInPart - Class in org.apache.wink.common.model.multipart
An extension to the InPart class that enables calling of the InPart.getBody(Class, java.lang.reflect.Type) multiple times and in a non sequential order.
BufferedInPart(InPart) - Constructor for class org.apache.wink.common.model.multipart.BufferedInPart
 
BufferedOutMultiPart - Class in org.apache.wink.common.model.multipart
A simple implementation of the OutMultiPart
BufferedOutMultiPart() - Constructor for class org.apache.wink.common.model.multipart.BufferedOutMultiPart
 
build(List<SyndLink>) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Build the link(s) and add them to the provided list.

C

Categories - Class in org.apache.wink.common.categories
The Atom Publishing Protocol introduces the notion of a "Category Document" and the app:categories element.
Categories(List<AtomCategory>) - Constructor for class org.apache.wink.common.categories.Categories
Constructor
Categories() - Constructor for class org.apache.wink.common.categories.Categories
Constructor
categories - Variable in class org.apache.wink.common.model.app.AppCollection
 
category - Variable in class org.apache.wink.common.model.app.AppCategories
 
category - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
category - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
category - Variable in class org.apache.wink.common.model.rss.RssChannel
 
category - Variable in class org.apache.wink.common.model.rss.RssItem
 
channel - Variable in class org.apache.wink.common.model.rss.RssFeed
 
CHARACTER_ENCODING_UTF_8 - Static variable in class org.apache.wink.common.RestConstants
 
CHARSET_PARAM - Static variable in class org.apache.wink.common.RestConstants
 
checkValidity() - Method in class org.apache.wink.common.model.app.AppCategories
 
checkValidity() - Method in class org.apache.wink.common.model.atom.AtomContent
 
ClientAuthenticationException - Exception in org.apache.wink.client
A clientruntime exception thrown for security authentication related exceptions.
ClientAuthenticationException() - Constructor for exception org.apache.wink.client.ClientAuthenticationException
 
ClientAuthenticationException(String) - Constructor for exception org.apache.wink.client.ClientAuthenticationException
 
ClientAuthenticationException(String, Throwable) - Constructor for exception org.apache.wink.client.ClientAuthenticationException
 
ClientAuthenticationException(Throwable) - Constructor for exception org.apache.wink.client.ClientAuthenticationException
 
ClientConfig - Class in org.apache.wink.client
Provides client configuration.
ClientConfig() - Constructor for class org.apache.wink.client.ClientConfig
Construct a new ClientConfig with the following default settings: proxy: none connect timeout: 60 seconds read timeout: 60 seconds follow redirects: true
ClientConfigException - Exception in org.apache.wink.client
Exception that is thrown for illegal configuration operations
ClientConfigException() - Constructor for exception org.apache.wink.client.ClientConfigException
 
ClientConfigException(String, Throwable) - Constructor for exception org.apache.wink.client.ClientConfigException
 
ClientConfigException(String) - Constructor for exception org.apache.wink.client.ClientConfigException
 
ClientConfigException(Throwable) - Constructor for exception org.apache.wink.client.ClientConfigException
 
ClientHandler - Interface in org.apache.wink.client.handlers
Interface that all client handlers must implement
ClientRequest - Interface in org.apache.wink.client
Represents a request issued by invoking any one of the invocation methods on a Resource.
ClientResponse - Interface in org.apache.wink.client
Represents an http response that was received after invoking any one of the invocation methods on a Resource.
ClientRuntimeException - Exception in org.apache.wink.client
Exception used to indicate runtime exception during client invocations
ClientRuntimeException() - Constructor for exception org.apache.wink.client.ClientRuntimeException
 
ClientRuntimeException(String, Throwable) - Constructor for exception org.apache.wink.client.ClientRuntimeException
 
ClientRuntimeException(String) - Constructor for exception org.apache.wink.client.ClientRuntimeException
 
ClientRuntimeException(Throwable) - Constructor for exception org.apache.wink.client.ClientRuntimeException
 
ClientWebException - Exception in org.apache.wink.client
An exception that indicates that an http error code was returned from the server
ClientWebException(ClientRequest, ClientResponse) - Constructor for exception org.apache.wink.client.ClientWebException
 
clone() - Method in class org.apache.wink.client.ClientConfig
 
clone() - Method in class org.apache.wink.common.http.HttpStatus
 
clone() - Method in class org.apache.wink.server.handlers.AbstractHandlersChain
 
cloud - Variable in class org.apache.wink.common.model.rss.RssChannel
 
collection - Variable in class org.apache.wink.common.model.app.AppWorkspace
 
CollectionCategories - Interface in org.apache.wink.common.categories
A contract implemented by a Collection resource to provide a set of supported categories represented in Atom Service Document.
comments - Variable in class org.apache.wink.common.model.rss.RssItem
 
CONFLICT - Static variable in class org.apache.wink.common.http.HttpStatus
 
CONNECT - Static variable in class org.apache.wink.common.http.HttpMethodEx
 
ConnectionHandler - Interface in org.apache.wink.client.handlers
Interface for specifying that a handler is the connection handler and is the last handler on the handler chain
connectTimeout(int) - Method in class org.apache.wink.client.ClientConfig
Set the connect timeout in milliseconds
consumeContent() - Method in interface org.apache.wink.client.ClientResponse
Consumes entity content.
contact - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
contains(String) - Method in class org.apache.wink.common.categories.Categories
Returns true if this app:categories listing contains a Category with the specified term
contains(String, String) - Method in class org.apache.wink.common.categories.Categories
Returns true if this app:categories listing contains a Category with the specified term and scheme
content - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
content - Variable in class org.apache.wink.common.model.rss.RssCategory
 
content - Variable in class org.apache.wink.common.model.rss.RssGuid
 
content - Variable in class org.apache.wink.common.model.rss.RssSource
 
CONTENT_DISPOSITION - Static variable in class org.apache.wink.common.http.HttpHeadersEx
 
contentType(String) - Method in interface org.apache.wink.client.Resource
Set the Content-Type header, overriding any previous value.
contentType(MediaType) - Method in interface org.apache.wink.client.Resource
Set the Content-Type header, overriding any previous value.
CONTINUE - Static variable in class org.apache.wink.common.http.HttpStatus
 
contributor - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
contributor - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
cookie(String) - Method in interface org.apache.wink.client.Resource
Add a Cookie value.
cookie(Cookie) - Method in interface org.apache.wink.client.Resource
Add a Cookie value.
copyright - Variable in class org.apache.wink.common.model.rss.RssChannel
 
copyStream(InputStream, OutputStream) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
count - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
createAccept(AppAccept) - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of JAXBElement<AppAccept >
createAppAccept() - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of AppAccept
createAppCategories() - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of AppCategories
createAppCollection() - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of AppCollection
createAppService() - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of AppService
createAppWorkspace() - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of AppWorkspace
createAtomCategory() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomCategory
createAtomCommonAttributes() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomCommonAttributes
createAtomCommonAttributesSimpleContent() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomCommonAttributesSimpleContent
createAtomContent() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomContent
createAtomEntry() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomEntry
createAtomFeed() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomFeed
createAtomGenerator() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomGenerator
createAtomLink() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomLink
createAtomPerson() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomPerson
createAtomText() - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of AtomText
createAtomXhtml() - Method in class org.apache.wink.common.model.atom.ObjectFactory
 
createAtomXhtml(AtomXhtml) - Method in class org.apache.wink.common.model.atom.ObjectFactory
 
createAttribution(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createCategories(AppCategories) - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of JAXBElement<AppCategories >
createCategory(AtomCategory) - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of JAXBElement<AtomCategory >
createCollection(AppCollection) - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of JAXBElement<AppCollection >
createContact(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createContent(AtomContent) - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of JAXBElement<AtomContent >
createCsvTable(String...) - Method in class org.apache.wink.common.model.csv.MultiCsvTable
Create a new CsvTable with the specified header, and add it to this multi-table csv
CREATED - Static variable in class org.apache.wink.common.http.HttpStatus
 
createDescription(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createDeveloper(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createEntry(AtomEntry) - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of JAXBElement<AtomEntry >
createFeed(AtomFeed) - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of JAXBElement<AtomFeed>
createImage(OpenSearchImage) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<OpenSearchImage >
createInputEncoding(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createItemsPerPage(BigInteger) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<BigInteger >
createLanguage(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createLongName(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createOpenSearchDescription() - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of OpenSearchDescription
createOpenSearchDescription(OpenSearchDescription) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement< OpenSearchDescription>
createOpenSearchImage() - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of OpenSearchImage
createOpenSearchQuery() - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of OpenSearchQuery
createOpenSearchUrl() - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of OpenSearchUrl
createOutputEncoding(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createQuery(OpenSearchQuery) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<OpenSearchQuery >
createReader(InputStream, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
createRssCategory() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssCategory
createRssCategory(RssCategory) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssCategory >
createRssChannel() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssChannel
createRssChannel(RssChannel) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssChannel >
createRssCloud() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssCloud
createRssCloud(RssCloud) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssCloud >
createRssEnclosure() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssEnclosure
createRssEnclosure(RssEnclosure) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssEnclosure >
createRssFeed() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssFeed
createRssGuid() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssGuid
createRssGuid(RssGuid) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssGuid >
createRssImage() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssImage
createRssImage(RssImage) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssImage >
createRssItem() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssItem
createRssItem(RssItem) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssItem >
createRssSkipDays() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssSkipDays
createRssSkipDays(RssSkipDays) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssSkipDays >
createRssSkipHours() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssSkipHours
createRssSkipHours(RssSkipHours) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssSkipHours >
createRssSource() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssSource
createRssSource(RssSource) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssSource >
createRssTextInput() - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of RssTextInput
createRssTextInput(RssTextInput) - Method in class org.apache.wink.common.model.rss.ObjectFactory
Create an instance of JAXBElement < RssTextInput >
createService(AppService) - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of JAXBElement<AppService >
createShortName(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createSingleLinkBuilder() - Method in interface org.apache.wink.server.utils.LinkBuilders
Get a new instance of a SingleLinkBuilder.
createStartIndex(BigInteger) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<BigInteger >
createSyndicationRight(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createSystemLinksBuilder() - Method in interface org.apache.wink.server.utils.LinkBuilders
Get a new instance of a SystemLinksBuilder.
createTags(String) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<String>
createTitle(AtomText) - Method in class org.apache.wink.common.model.atom.ObjectFactory
Create an instance of JAXBElement<AtomText>
createTotalResults(BigInteger) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<BigInteger >
createUrl(OpenSearchUrl) - Method in class org.apache.wink.common.model.opensearch.ObjectFactory
Create an instance of JAXBElement<OpenSearchUrl >
createWorkspace(AppWorkspace) - Method in class org.apache.wink.common.model.app.ObjectFactory
Create an instance of JAXBElement<AppWorkspace >
createWriter(OutputStream, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
CsvDeserializer - Interface in org.apache.wink.common.model.csv
This interface is used in the deserialization of a CSV
CsvSerializer - Interface in org.apache.wink.common.model.csv
This interface is used in the serialization of a CSV
CsvTable - Class in org.apache.wink.common.model.csv
Represents a CSV table with multiple rows.
CsvTable() - Constructor for class org.apache.wink.common.model.csv.CsvTable
Creates a new CsvTable without a header
CsvTable(String...) - Constructor for class org.apache.wink.common.model.csv.CsvTable
Creates a new CsvTable with the specified header.

D

day - Variable in class org.apache.wink.common.model.rss.RssSkipDays
 
DEFAULT_PRIORITY - Static variable in class org.apache.wink.common.WinkApplication
 
delete(Class<T>) - Method in interface org.apache.wink.client.Resource
Invoke the DELETE method
delete(EntityType<T>) - Method in interface org.apache.wink.client.Resource
Invoke the DELETE method
delete() - Method in interface org.apache.wink.client.Resource
Invoke the DELETE method
description - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
description - Variable in class org.apache.wink.common.model.rss.RssChannel
 
description - Variable in class org.apache.wink.common.model.rss.RssImage
 
description - Variable in class org.apache.wink.common.model.rss.RssItem
 
description - Variable in class org.apache.wink.common.model.rss.RssTextInput
 
developer - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
doChain(ClientRequest) - Method in interface org.apache.wink.client.handlers.HandlerContext
Call the next handler on the chain.
doChain(MessageContext) - Method in class org.apache.wink.server.handlers.AbstractHandlersChain
 
doChain(MessageContext) - Method in interface org.apache.wink.server.handlers.HandlersChain
 
docs - Variable in class org.apache.wink.common.model.rss.RssChannel
 
domain - Variable in class org.apache.wink.common.model.rss.RssCategory
 
domain - Variable in class org.apache.wink.common.model.rss.RssCloud
 
duplicate(String) - Method in class org.apache.wink.common.http.HttpStatus
Duplicates this status with another status message.
DynamicResource - Interface in org.apache.wink.common
This interface replaces Path annotation to declare a resource.

E

email - Variable in class org.apache.wink.common.model.atom.AtomPerson
 
enclosure - Variable in class org.apache.wink.common.model.rss.RssItem
 
EntityType<T> - Class in org.apache.wink.client
The EntityType is used to specify the class type and the generic type of responses.
EntityType() - Constructor for class org.apache.wink.client.EntityType
Construct a new entity type.
entry - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
equals(Object) - Method in class org.apache.wink.common.http.HttpStatus
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndBase
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndCategory
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndCommonAttributes
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndContent
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndEntry
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndGenerator
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndLink
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndPerson
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndSimpleContent
 
equals(Object) - Method in class org.apache.wink.common.model.synd.SyndText
 
EXPECTATION_FAILED - Static variable in class org.apache.wink.common.http.HttpStatus
 

F

FAILED_DEPENDENCY - Static variable in class org.apache.wink.common.http.HttpStatus
 
fixed - Variable in class org.apache.wink.common.model.app.AppCategories
 
followRedirects(boolean) - Method in class org.apache.wink.client.ClientConfig
Set whether to client will automatically follow redirects
FORBIDDEN - Static variable in class org.apache.wink.common.http.HttpStatus
 
FOUND - Static variable in class org.apache.wink.common.http.HttpStatus
 
fromValue(String) - Static method in enum org.apache.wink.common.model.app.AppYesNo
 

G

GATEWAY_TIMEOUT - Static variable in class org.apache.wink.common.http.HttpStatus
 
generateOpenSearchUrlTemplate() - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Builds OpenSearchUrl template based on base URI and the list of Open Search openSearchParametersParameters
generator - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
generator - Variable in class org.apache.wink.common.model.rss.RssChannel
 
get(Class<T>) - Method in interface org.apache.wink.client.Resource
Invoke the GET method
get(EntityType<T>) - Method in interface org.apache.wink.client.Resource
Invoke the GET method
get() - Method in interface org.apache.wink.client.Resource
Invoke the GET method
getAccept() - Method in class org.apache.wink.common.model.app.AppCollection
Gets the accept list
getAdultContent() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the adultContent property.
getAny() - Method in class org.apache.wink.common.model.app.AppCollection
Gets extension elements
getAny() - Method in class org.apache.wink.common.model.app.AppService
Gets extension elements
getAny() - Method in class org.apache.wink.common.model.app.AppWorkspace
Gets extension elements.
getAny() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets extension elements
getAny() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets extension elements
getAny() - Method in class org.apache.wink.common.model.atom.AtomPerson
Gets extension elements
getAny() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the any property.
getAny() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the any property.
getApplications() - Method in class org.apache.wink.client.ClientConfig
Get an unmodifiable list of the applications
getAttribute(Class<T>) - Method in interface org.apache.wink.common.RuntimeContext
Convenience method for getting an attribute whose key that is the fully qualified name of a class
getAttributes() - Method in interface org.apache.wink.common.RuntimeContext
Get an attributes map to store objects in the context of a request.
getAttribution() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the attribution property.
getAuthor() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the author property.
getAuthors() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of author.
getAuthors() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of author.
getAuthors() - Method in class org.apache.wink.common.model.synd.SyndBase
 
getBase() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributes
Gets the value of base.
getBase() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Gets the value of base.
getBase() - Method in class org.apache.wink.common.model.synd.SyndCommonAttributes
 
getBaseUri() - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Get Search base URI
getBeanName() - Method in class org.apache.wink.common.AbstractDynamicResource
 
getBeanName() - Method in interface org.apache.wink.common.DynamicResource
returns the name of the bean The bean name must be unique and usually should come from Spring.
getBody(Class<T>, Type, Providers) - Method in class org.apache.wink.common.model.multipart.InPart
This method is used for deserialization of the part stream to a object using the given providers.
getBody(Class<T>, Type) - Method in class org.apache.wink.common.model.multipart.InPart
This method is used for deserialization of the part stream.
getBody() - Method in class org.apache.wink.common.model.multipart.OutPart
 
getBoundary() - Method in class org.apache.wink.common.model.multipart.OutMultiPart
 
getCategories() - Method in class org.apache.wink.common.categories.Categories
Lists the complete set of categories
getCategories(String) - Method in class org.apache.wink.common.categories.Categories
Lists the complete set of categories that use the specified scheme
getCategories() - Method in interface org.apache.wink.common.categories.CollectionCategories
 
getCategories() - Method in class org.apache.wink.common.model.app.AppCollection
Gets the categories.
getCategories() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of category.
getCategories() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of category.
getCategories() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the category property.
getCategories() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the category property.
getCategories() - Method in class org.apache.wink.common.model.synd.SyndBase
 
getCategory() - Method in class org.apache.wink.common.model.app.AppCategories
Gets the value of the category property.
getChannel() - Method in class org.apache.wink.common.model.rss.RssFeed
Gets the value of the channel property.
getCharset(MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
getCharsetOrNull(MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
getClasses() - Method in class org.apache.wink.common.WinkApplication
 
getClasses() - Method in class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
getCloud() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the cloud property.
getCode() - Method in class org.apache.wink.common.http.HttpStatus
Gets the status code.
getCollection() - Method in class org.apache.wink.common.model.app.AppWorkspace
Gets the collections.
getCollection(String) - Method in class org.apache.wink.common.model.app.AppWorkspace
 
getCollectionTitle() - Method in class org.apache.wink.common.AbstractDynamicResource
 
getCollectionTitle() - Method in interface org.apache.wink.common.DynamicResource
Returns the collection title.
getComments() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the comments property.
getConfig() - Method in class org.apache.wink.client.RestClient
Get the unmodifiable client configuration
getConnectionHandler() - Method in class org.apache.wink.client.ApacheHttpClientConfig
 
getConnectionHandler() - Method in class org.apache.wink.client.ClientConfig
Returns the client handler that acts as the connection handler.
getConnectTimeout() - Method in class org.apache.wink.client.ClientConfig
Get the connect timeout in milliseconds
getContact() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the contact property.
getContent() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the content.
getContent() - Method in class org.apache.wink.common.model.rss.RssCategory
Gets the value of the content property.
getContent() - Method in class org.apache.wink.common.model.rss.RssGuid
Gets the value of the content property.
getContent() - Method in class org.apache.wink.common.model.rss.RssSource
Gets the value of the content property.
getContent() - Method in class org.apache.wink.common.model.synd.SyndEntry
 
getContentType() - Method in class org.apache.wink.common.model.multipart.InPart
 
getContentType() - Method in class org.apache.wink.common.model.multipart.OutPart
 
getContributors() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of contributor.
getContributors() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of contributor.
getCopyright() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the copyright property.
getCount() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the count property.
getDays() - Method in class org.apache.wink.common.model.rss.RssSkipDays
Gets the value of the day property.
getDefaultXmlFormattingOptions() - Static method in class org.apache.wink.common.model.XmlFormattingOptions
 
getDescription() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the description property.
getDescription() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the description property.
getDescription() - Method in class org.apache.wink.common.model.rss.RssImage
Gets the value of the description property.
getDescription() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the description property.
getDescription() - Method in class org.apache.wink.common.model.rss.RssTextInput
Gets the value of the description property.
getDeveloper() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the developer property.
getDocs() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the docs property.
getDomain() - Method in class org.apache.wink.common.model.rss.RssCategory
Gets the value of the domain property.
getDomain() - Method in class org.apache.wink.common.model.rss.RssCloud
Gets the value of the domain property.
getEmail() - Method in class org.apache.wink.common.model.atom.AtomPerson
Gets the value of email.
getEmail() - Method in class org.apache.wink.common.model.synd.SyndPerson
 
getEnclosure() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the enclosure property.
getEntities() - Method in interface org.apache.wink.common.model.csv.CsvSerializer
Return an iterator over the rows of the CSV as a String[].
getEntities() - Method in class org.apache.wink.common.model.csv.CsvTable
 
getEntities() - Method in class org.apache.wink.common.model.csv.MultiCsvTable
 
getEntity() - Method in interface org.apache.wink.client.ClientRequest
Get the request entity to send with the request.
getEntity(Class<T>) - Method in interface org.apache.wink.client.ClientResponse
Get the response entity.
getEntity(EntityType<T>) - Method in interface org.apache.wink.client.ClientResponse
Get the response entity.
getEntries() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of entry.
getEntries() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getErrorHandlers() - Method in class org.apache.wink.server.handlers.HandlersFactory
Returns a list of user error handlers.
getFixed() - Method in class org.apache.wink.common.model.app.AppCategories
Gets the value of the fixed property.
getGenerator() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of generator.
getGenerator() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the generator property.
getGenerator() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getGuid() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the guid property.
getHandlers() - Method in class org.apache.wink.client.ClientConfig
Get an unmodifiable list of the client handlers
getHandlingClass() - Method in class org.apache.wink.common.categories.Categories
Get Categories Document handling Resource class
getHandlingInstance() - Method in class org.apache.wink.common.categories.Categories
Get handling Bean for Categories Document
getHeaders() - Method in class org.apache.wink.common.model.multipart.InPart
Get the part's headers
getHeaders() - Method in class org.apache.wink.common.model.multipart.OutPart
 
getHeadersName() - Method in class org.apache.wink.common.model.multipart.InPart
 
getHeight() - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Gets the value of the height property.
getHeight() - Method in class org.apache.wink.common.model.rss.RssImage
Gets the value of the height property.
getHours() - Method in class org.apache.wink.common.model.rss.RssSkipHours
Gets the value of the hour property.
getHref() - Method in class org.apache.wink.common.categories.Categories
When contained within an app:collection element, the app:categories element can have an href attribute whose value MUST point to an Atompub Categories Document.
getHref() - Method in class org.apache.wink.common.model.app.AppCategories
Gets the value of the href property.
getHref() - Method in class org.apache.wink.common.model.app.AppCollection
Gets the value of href.
getHref() - Method in class org.apache.wink.common.model.atom.AtomLink
Gets the value of href.
getHref() - Method in class org.apache.wink.common.model.synd.SyndLink
 
getHreflang() - Method in class org.apache.wink.common.model.atom.AtomLink
Gets the value of hreflang.
getHreflang() - Method in class org.apache.wink.common.model.synd.SyndLink
 
getHttpHeaders() - Method in interface org.apache.wink.common.RuntimeContext
Get the HttpHeaders context
getHttpMethod() - Method in interface org.apache.wink.server.handlers.MessageContext
Get the http method of the request.
getIcon() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of icon.
getIcon() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getId() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of id.
getId() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of id.
getId() - Method in class org.apache.wink.common.model.synd.SyndBase
 
getImage() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the image property.
getImage() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the image property.
getInputEncoding() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the inputEncoding property.
getInputEncoding() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the inputEncoding property.
getInputStream() - Method in class org.apache.wink.common.model.multipart.BufferedInPart
 
getInputStream() - Method in class org.apache.wink.common.model.multipart.InPart
 
getInputStream() - Method in interface org.apache.wink.common.RuntimeContext
Get the input stream of the request
getInputStreamAdapters() - Method in interface org.apache.wink.client.handlers.HandlerContext
Get an unmodifiable list of input stream adapters
getInstances() - Method in class org.apache.wink.common.WinkApplication
Returns instances of resources or providers.
getInstances() - Method in class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
getItems() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the item property.
getItemsPerPage() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of opensearch itemsPerPage.
getItemsPerPage() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getIterator() - Method in class org.apache.wink.common.model.multipart.BufferedOutMultiPart
 
getIterator() - Method in class org.apache.wink.common.model.multipart.OutMultiPart
An implementation of this method should return an iterator over the OutPart of the message, this iterator is used to serialized the message
getLabel() - Method in class org.apache.wink.common.model.atom.AtomCategory
Gets the value of label.
getLabel() - Method in class org.apache.wink.common.model.synd.SyndCategory
 
getLang() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributes
Gets the value of lang.
getLang() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Gets the value of lang.
getLang() - Method in class org.apache.wink.common.model.synd.SyndCommonAttributes
 
getLanguage() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the language property.
getLanguage() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the language property.
getLanguage() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the language property.
getLastBuildDate() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the lastBuildDate property.
getLength() - Method in class org.apache.wink.common.model.atom.AtomLink
Gets the value of length.
getLength() - Method in class org.apache.wink.common.model.rss.RssEnclosure
Gets the value of the length property.
getLength() - Method in class org.apache.wink.common.model.synd.SyndLink
 
getLink() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the link property.
getLink() - Method in class org.apache.wink.common.model.rss.RssImage
Gets the value of the link property.
getLink() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the link property.
getLink() - Method in class org.apache.wink.common.model.rss.RssTextInput
Gets the value of the link property.
getLink(String) - Method in class org.apache.wink.common.model.synd.SyndBase
 
getLinkBuilders() - Method in interface org.apache.wink.server.handlers.MessageContext
Get the LinkBuilders context
getLinks() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of link.
getLinks(String, String) - Method in class org.apache.wink.common.model.atom.AtomEntry
Get the list of links that match the relation and type regex patterns
getLinks() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of link.
getLinks() - Method in class org.apache.wink.common.model.synd.SyndBase
 
getLinksByRelation(String) - Method in class org.apache.wink.common.model.atom.AtomEntry
Get the list of links that match the type regex pattern
getLinksByType(String) - Method in class org.apache.wink.common.model.atom.AtomEntry
Get the list of links that match the relation regex pattern
getLogo() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of logo.
getLogo() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getLongName() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the longName property.
getManagingEditor() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the managingEditor property.
getMarshaller() - Static method in class org.apache.wink.common.model.app.AppCategories
 
getMarshaller() - Static method in class org.apache.wink.common.model.app.AppService
 
getMarshaller() - Static method in class org.apache.wink.common.model.atom.AtomEntry
 
getMarshaller() - Static method in class org.apache.wink.common.model.atom.AtomFeed
 
getMarshaller() - Static method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
getMediaTypeMappings() - Method in class org.apache.wink.server.handlers.MediaTypeMapperFactory
Returns a list of media type mappings that will be called to map response media types to preferred media types.
getMessage() - Method in interface org.apache.wink.client.ClientResponse
Get the response message
getMessage() - Method in class org.apache.wink.common.http.HttpStatus
Gets the status message.
getMethod() - Method in interface org.apache.wink.client.ClientRequest
Get the http method
getName() - Method in class org.apache.wink.common.model.atom.AtomPerson
Gets the value of name.
getName() - Method in class org.apache.wink.common.model.rss.RssTextInput
Gets the value of the name property.
getName() - Method in class org.apache.wink.common.model.synd.SyndPerson
 
getOpenSearchParameters() - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Gets the value of the openSearchParameters property.
getOpenSearchQueries() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the list of opensearch Query elements
getOtherAttributes() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributes
Gets a map that contains attributes that aren't bound to any typed on this class.
getOtherAttributes() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Gets a map that contains attributes that aren't bound to any typed on this class.
getOtherAttributes() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutputEncoding() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the outputEncoding property.
getOutputEncoding() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the outputEncoding property.
getOutputStream() - Method in interface org.apache.wink.common.RuntimeContext
Get the output stream of the response
getOutputStreamAdapters() - Method in interface org.apache.wink.client.handlers.HandlerContext
Get an unmodifiable list of output stream adapters
getParameter() - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
getParameterKey() - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
getParent() - Method in class org.apache.wink.common.AbstractDynamicResource
 
getParent() - Method in interface org.apache.wink.common.DynamicResource
A parent of this resource, so the resulting path is a composition of the parent's path and this one.
getParts() - Method in class org.apache.wink.common.model.multipart.BufferedInMultiPart
 
getPath() - Method in class org.apache.wink.common.AbstractDynamicResource
 
getPath() - Method in interface org.apache.wink.common.DynamicResource
Returns path.
getPath() - Method in class org.apache.wink.common.model.rss.RssCloud
Gets the value of the path property.
getPort() - Method in class org.apache.wink.common.model.rss.RssCloud
Gets the value of the port property.
getPriority() - Method in class org.apache.wink.common.WinkApplication
Returns the Application priority.
getPriority() - Method in class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
getProperties() - Method in class org.apache.wink.common.model.XmlFormattingOptions
 
getProperties() - Method in interface org.apache.wink.server.handlers.MessageContext
Get the initialization properties
getProtocol() - Method in class org.apache.wink.common.model.rss.RssCloud
Gets the value of the protocol property.
getProviders() - Method in class org.apache.wink.common.model.multipart.InMultiPart
 
getProviders() - Method in class org.apache.wink.common.model.multipart.InPart
get the providers that are used by the @see InPart#getBody(Class, Type) method for deserialization of the part
getProviders() - Method in interface org.apache.wink.common.RuntimeContext
Get the Providers context
getProxyHost() - Method in class org.apache.wink.client.ClientConfig
Get the proxy host
getProxyPort() - Method in class org.apache.wink.client.ClientConfig
Get the proxy port
getPubDate() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the pubDate property.
getPubDate() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the pubDate property.
getPublished() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of published as a Date object
getPublished() - Method in class org.apache.wink.common.model.synd.SyndEntry
 
getPublishedAsTime() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of published as a long value
getQuery() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the query property.
getRating() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the rating property.
getRawClass() - Method in class org.apache.wink.client.EntityType
 
getReadTimeout() - Method in class org.apache.wink.client.ClientConfig
Get the read timeout in milliseconds
getRegisterProcedure() - Method in class org.apache.wink.common.model.rss.RssCloud
Gets the value of the registerProcedure property.
getRel() - Method in class org.apache.wink.common.model.atom.AtomLink
Gets the value of rel.
getRel() - Method in class org.apache.wink.common.model.synd.SyndLink
 
getRequest() - Method in exception org.apache.wink.client.ClientWebException
Get the ClientRequest of the invocation
getRequest() - Method in interface org.apache.wink.common.RuntimeContext
Get the Request context
getRequestContent() - Method in class org.apache.wink.client.MockHttpServer
 
getRequestContentAsString() - Method in class org.apache.wink.client.MockHttpServer
 
getRequestHandlers() - Method in class org.apache.wink.server.handlers.HandlersFactory
Returns a list of user request handlers.
getRequestHeaders() - Method in class org.apache.wink.client.MockHttpServer
 
getRequestMethod() - Method in class org.apache.wink.client.MockHttpServer
 
getRequestUrl() - Method in class org.apache.wink.client.MockHttpServer
 
getResponse() - Method in exception org.apache.wink.client.ClientWebException
Get the ClientResponse of the invocation
getResponseEntity() - Method in interface org.apache.wink.server.handlers.MessageContext
Get the response entity.
getResponseHandlers() - Method in class org.apache.wink.server.handlers.HandlersFactory
Returns a list of user response handlers.
getResponseMediaType() - Method in interface org.apache.wink.server.handlers.MessageContext
Get the previously set response media type
getResponseStatusCode() - Method in interface org.apache.wink.server.handlers.MessageContext
Get the response status code that was previously set
getRights() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of rights.
getRights() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getRole() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the role property.
getRows() - Method in class org.apache.wink.common.model.csv.CsvTable
Get the live list of rows contained in this table.
getScheme() - Method in class org.apache.wink.common.categories.Categories
The app:categories element may specify a default scheme attribute for listed atom:Category elements that do not have their own scheme attribute.
getScheme() - Method in class org.apache.wink.common.model.app.AppCategories
Gets the value of the scheme property.
getScheme() - Method in class org.apache.wink.common.model.atom.AtomCategory
Gets the value of scheme.
getScheme() - Method in class org.apache.wink.common.model.synd.SyndCategory
 
getSearchTerms() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the searchTerms property.
getSecurityContext() - Method in interface org.apache.wink.common.RuntimeContext
Get the SecurityContext context
getServerPort() - Method in class org.apache.wink.client.MockHttpServer
 
getShortName() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the shortName property.
getSize() - Method in class org.apache.wink.common.model.multipart.BufferedInMultiPart
return the number of parts in the multipart message
getSkipDays() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the skipDays property.
getSkipHours() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the skipHours property.
getSource() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the source property.
getSrc() - Method in class org.apache.wink.common.model.atom.AtomContent
Gets the value of src.
getSrc() - Method in class org.apache.wink.common.model.synd.SyndContent
 
getStartIndex() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of opensearch startIndex.
getStartIndex() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the startIndex property.
getStartIndex() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getStartPage() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the startPage property.
getStatusCode() - Method in interface org.apache.wink.client.ClientResponse
Get the response status code
getStatusLine() - Method in class org.apache.wink.common.http.HttpStatus
Gets the status line like HTTP/1.1 404 Not Found.
getSubtitle() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of subtitle.
getSubtitle() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getSummary() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of summary.
getSummary() - Method in class org.apache.wink.common.model.synd.SyndEntry
 
getSyndicationRight() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the syndicationRight property.
getTables() - Method in class org.apache.wink.common.model.csv.MultiCsvTable
Get the live list of tables contained in this multi-table csv
getTags() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the tags property.
getTemplate() - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Gets the value of the template property.
getTemplateParameters() - Method in class org.apache.wink.common.categories.Categories
Get Uri Template Variables
getTerm() - Method in class org.apache.wink.common.model.atom.AtomCategory
Gets the value of term.
getTerm() - Method in class org.apache.wink.common.model.synd.SyndCategory
 
getTextInput() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the textInput property.
getTitle() - Method in class org.apache.wink.common.model.app.AppCollection
Gets the value of title.
getTitle() - Method in class org.apache.wink.common.model.app.AppWorkspace
Gets the value of title.
getTitle() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of title.
getTitle() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of title.
getTitle() - Method in class org.apache.wink.common.model.atom.AtomLink
Gets the value of title.
getTitle() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the title property.
getTitle() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the title property.
getTitle() - Method in class org.apache.wink.common.model.rss.RssImage
Gets the value of the title property.
getTitle() - Method in class org.apache.wink.common.model.rss.RssItem
Gets the value of the title property.
getTitle() - Method in class org.apache.wink.common.model.rss.RssTextInput
Gets the value of the title property.
getTitle() - Method in class org.apache.wink.common.model.synd.SyndBase
 
getTitle() - Method in class org.apache.wink.common.model.synd.SyndLink
 
getTotalResults() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of opensearch totalResults.
getTotalResults() - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Gets the value of the totalResults property.
getTotalResults() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
getTtl() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the ttl property.
getType() - Method in class org.apache.wink.client.EntityType
 
getType() - Method in class org.apache.wink.common.model.atom.AtomContent
Gets the value of type.
getType() - Method in class org.apache.wink.common.model.atom.AtomLink
Gets the value of type.
getType() - Method in class org.apache.wink.common.model.atom.AtomText
Gets the value of type.
getType() - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Gets the value of the type property.
getType() - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Gets the value of the type property.
getType() - Method in class org.apache.wink.common.model.rss.RssEnclosure
Gets the value of the type property.
getType() - Method in class org.apache.wink.common.model.synd.SyndContent
 
getType() - Method in class org.apache.wink.common.model.synd.SyndLink
 
getType() - Method in class org.apache.wink.common.model.synd.SyndText
 
getUnmarshaller() - Static method in class org.apache.wink.common.model.app.AppCategories
 
getUnmarshaller() - Static method in class org.apache.wink.common.model.app.AppService
 
getUnmarshaller() - Static method in class org.apache.wink.common.model.atom.AtomEntry
 
getUnmarshaller() - Static method in class org.apache.wink.common.model.atom.AtomFeed
 
getUnmarshaller() - Static method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
getUpdated() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of updated as a Date object
getUpdated() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of updated as a Date object
getUpdated() - Method in class org.apache.wink.common.model.synd.SyndBase
 
getUpdatedAsTime() - Method in class org.apache.wink.common.model.atom.AtomEntry
Gets the value of updated as a long value
getUpdatedAsTime() - Method in class org.apache.wink.common.model.atom.AtomFeed
Gets the value of updated as a long value
getURI() - Method in interface org.apache.wink.client.ClientRequest
Get the uri of the request
getUri() - Method in class org.apache.wink.common.model.atom.AtomGenerator
Gets the value of uri.
getUri() - Method in class org.apache.wink.common.model.atom.AtomPerson
Gets the value of uri.
getUri() - Method in class org.apache.wink.common.model.synd.SyndGenerator
 
getUri() - Method in class org.apache.wink.common.model.synd.SyndPerson
 
getUriBuilder() - Method in interface org.apache.wink.client.Resource
Get the UriBuilder associated with this resource.
getUriInfo() - Method in interface org.apache.wink.common.RuntimeContext
Get the UriInfo context
getUrl() - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Gets the value of the url property.
getUrl() - Method in class org.apache.wink.common.model.rss.RssEnclosure
Gets the value of the url property.
getUrl() - Method in class org.apache.wink.common.model.rss.RssImage
Gets the value of the url property.
getUrl() - Method in class org.apache.wink.common.model.rss.RssSource
Gets the value of the url property.
getURLParameter() - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
getValue() - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Gets the value of value.
getValue() - Method in class org.apache.wink.common.model.atom.AtomContent
Gets the content of the "atom:content" element as a String.
getValue(Class<T>) - Method in class org.apache.wink.common.model.atom.AtomContent
Gets the content of the "atom:content" element serialized to provided class.
getValue(Class<T>, Type, Providers, Annotation[], MultivaluedMap<String, String>, MediaType) - Method in class org.apache.wink.common.model.atom.AtomContent
Gets the content of the "atom:content" element serialized to provided class according to provided parameters.
getValue() - Method in class org.apache.wink.common.model.atom.AtomText
Gets the content of the "atom:text" element as a String.
getValue(Class<T>) - Method in class org.apache.wink.common.model.atom.AtomText
Gets the content of the "atom:text" element serialized to provided class.
getValue(Class<T>, Type, Providers, Annotation[], MultivaluedMap<String, String>, MediaType) - Method in class org.apache.wink.common.model.atom.AtomText
Gets the content of the "atom:text" element serialized to provided class according to provided parameters.
getValue() - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Gets the value of the value property.
getValue() - Method in class org.apache.wink.common.model.synd.SyndSimpleContent
 
getValue(Class<T>) - Method in class org.apache.wink.common.model.synd.SyndSimpleContent
 
getValue(Class<T>, Type, Providers, Annotation[], MultivaluedMap<String, String>, MediaType) - Method in class org.apache.wink.common.model.synd.SyndSimpleContent
 
getVersion() - Method in class org.apache.wink.common.model.atom.AtomGenerator
Gets the value of version.
getVersion() - Method in class org.apache.wink.common.model.rss.RssFeed
Gets the value of the version property.
getVersion() - Method in class org.apache.wink.common.model.synd.SyndGenerator
 
getWebMaster() - Method in class org.apache.wink.common.model.rss.RssChannel
Gets the value of the webMaster property.
getWidth() - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Gets the value of the width property.
getWidth() - Method in class org.apache.wink.common.model.rss.RssImage
Gets the value of the width property.
getWorkspace() - Method in class org.apache.wink.common.model.app.AppService
Gets the workspaces
getWorkspace(String) - Method in class org.apache.wink.common.model.app.AppService
 
getWorkspaceTitle() - Method in class org.apache.wink.common.AbstractDynamicResource
 
getWorkspaceTitle() - Method in interface org.apache.wink.common.DynamicResource
Returns the workspace title.
GONE - Static variable in class org.apache.wink.common.http.HttpStatus
 
guid - Variable in class org.apache.wink.common.model.rss.RssItem
 

H

handle(ClientRequest, HandlerContext) - Method in interface org.apache.wink.client.handlers.ClientHandler
This method is invoked for every request invocation to allow the handler to perform custom actions during the invocation.
handle(T, MessageContext) - Method in class org.apache.wink.server.handlers.AbstractHandlersChain
 
handle(RequestHandler, MessageContext) - Method in class org.apache.wink.server.handlers.RequestHandlersChain
 
handle(ResponseHandler, MessageContext) - Method in class org.apache.wink.server.handlers.ResponseHandlersChain
 
Handler - Interface in org.apache.wink.server.handlers
 
HandlerContext - Interface in org.apache.wink.client.handlers
The handler context is used by handlers to call the next handler on the chain.
handleRequest(MessageContext, HandlersChain) - Method in class org.apache.wink.server.handlers.AbstractHandler
 
handleRequest(MessageContext) - Method in class org.apache.wink.server.handlers.AbstractHandler
Override this method to handle the request.
handleRequest(MessageContext, HandlersChain) - Method in interface org.apache.wink.server.handlers.RequestHandler
 
handleResponse(MessageContext, HandlersChain) - Method in class org.apache.wink.server.handlers.AbstractHandler
 
handleResponse(MessageContext) - Method in class org.apache.wink.server.handlers.AbstractHandler
Override this method to handle the response.
handleResponse(MessageContext, HandlersChain) - Method in interface org.apache.wink.server.handlers.ResponseHandler
 
handlers(ClientHandler...) - Method in class org.apache.wink.client.ClientConfig
Add client handlers
HandlersChain - Interface in org.apache.wink.server.handlers
 
HandlersFactory - Class in org.apache.wink.server.handlers
HandlersFactory is responsible to provide the user handlers to the application.
HandlersFactory() - Constructor for class org.apache.wink.server.handlers.HandlersFactory
 
hashCode() - Method in class org.apache.wink.common.http.HttpStatus
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndBase
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndCategory
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndCommonAttributes
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndContent
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndEntry
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndFeed
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndGenerator
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndLink
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndPerson
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndSimpleContent
 
hashCode() - Method in class org.apache.wink.common.model.synd.SyndText
 
hasNext() - Method in class org.apache.wink.common.model.multipart.InMultiPart
Returns true if the iteration has more elements.
head() - Method in interface org.apache.wink.client.Resource
Invoke the HEAD method
header(String, String...) - Method in interface org.apache.wink.client.Resource
Add a request header to be used in every invocation
height - Variable in class org.apache.wink.common.model.opensearch.OpenSearchImage
 
height - Variable in class org.apache.wink.common.model.rss.RssImage
 
hour - Variable in class org.apache.wink.common.model.rss.RssSkipHours
 
href - Variable in class org.apache.wink.common.model.app.AppCategories
 
href - Variable in class org.apache.wink.common.model.app.AppCollection
 
href - Variable in class org.apache.wink.common.model.atom.AtomLink
 
hreflang - Variable in class org.apache.wink.common.model.atom.AtomLink
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class org.apache.wink.common.http.HttpStatus
 
HttpHeadersEx - Class in org.apache.wink.common.http
List of HTTP headers.
HttpMethodEx - Class in org.apache.wink.common.http
 
HttpMethodEx() - Constructor for class org.apache.wink.common.http.HttpMethodEx
 
HttpStatus - Class in org.apache.wink.common.http
HTTP status codes and a helper methods.
HttpStatus(int, String) - Constructor for class org.apache.wink.common.http.HttpStatus
Deprecated.  

I

icon - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
id - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
id - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
image - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
image - Variable in class org.apache.wink.common.model.rss.RssChannel
 
init(Properties) - Method in class org.apache.wink.server.handlers.AbstractHandler
Override this method if initialization functionality is required
init(Properties) - Method in interface org.apache.wink.server.handlers.Handler
 
InMultiPart - Class in org.apache.wink.common.model.multipart
This class is used to represent inbound MultiPart messages, it implements an Iterator to iterate over the message's parts.
InMultiPart(MultiPartParser) - Constructor for class org.apache.wink.common.model.multipart.InMultiPart
 
InPart - Class in org.apache.wink.common.model.multipart
This class is used to represent a single part in an inbound MultiPart messages,
InPart() - Constructor for class org.apache.wink.common.model.multipart.InPart
 
InPart(MultivaluedMap<String, String>, Providers) - Constructor for class org.apache.wink.common.model.multipart.InPart
 
inputEncoding - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
inputEncoding - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
InputStreamAdapter - Interface in org.apache.wink.client.handlers
Interface for adapting the input stream
INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.apache.wink.common.http.HttpStatus
 
INSUFFICIENT_STORAGE - Static variable in class org.apache.wink.common.http.HttpStatus
 
INTERNAL_SERVER_ERROR - Static variable in class org.apache.wink.common.http.HttpStatus
 
invoke(String, Class<T>, Object) - Method in interface org.apache.wink.client.Resource
Invoke a request to the uri associated with the resource, and with any headers and attributes set on the resource.
invoke(String, EntityType<T>, Object) - Method in interface org.apache.wink.client.Resource
Invoke a request to the uri associated with the resource, and with any headers and attributes set on the resource.
isAcceptHeaderAutoSet() - Method in class org.apache.wink.client.ClientConfig
Returns whether client will automatically set an appropriate Accept header
isError() - Method in class org.apache.wink.common.http.HttpStatus
Is this an error status.
isFixed() - Method in class org.apache.wink.common.categories.Categories
If an app:categories element is marked as fixed, then the set of atom:Category elements is considered to be a closed set.
isFixedSet() - Method in class org.apache.wink.common.model.app.AppCategories
 
isFollowRedirects() - Method in class org.apache.wink.client.ClientConfig
Returns whether to client will automatically follow redirects
isInline() - Method in class org.apache.wink.common.model.app.AppCategories
 
isIsPermaLink() - Method in class org.apache.wink.common.model.rss.RssGuid
Gets the value of the isPermaLink property.
isLoadWinkApplications() - Method in class org.apache.wink.client.ClientConfig
 
isMandatory() - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
isOutOfLine() - Method in class org.apache.wink.common.categories.Categories
Returns true if the href attribute is set
isPermaLink - Variable in class org.apache.wink.common.model.rss.RssGuid
 
item - Variable in class org.apache.wink.common.model.rss.RssChannel
 
itemsPerPage - Variable in class org.apache.wink.common.model.atom.AtomFeed
 

L

label - Variable in class org.apache.wink.common.model.atom.AtomCategory
 
lang - Variable in class org.apache.wink.common.model.atom.AtomCommonAttributes
 
lang - Variable in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
 
language - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
language - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
language - Variable in class org.apache.wink.common.model.rss.RssChannel
 
lastBuildDate - Variable in class org.apache.wink.common.model.rss.RssChannel
 
length - Variable in class org.apache.wink.common.model.atom.AtomLink
 
length - Variable in class org.apache.wink.common.model.rss.RssEnclosure
 
LENGTH_REQUIRED - Static variable in class org.apache.wink.common.http.HttpStatus
 
link - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
link - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
link - Variable in class org.apache.wink.common.model.rss.RssChannel
 
link - Variable in class org.apache.wink.common.model.rss.RssImage
 
link - Variable in class org.apache.wink.common.model.rss.RssItem
 
link - Variable in class org.apache.wink.common.model.rss.RssTextInput
 
LinkBuilders - Interface in org.apache.wink.server.utils
Provides access to SystemLinksBuilder and to SingleLinkBuilder
LOCKED - Static variable in class org.apache.wink.common.http.HttpStatus
 
logo - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
longName - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 

M

main(String[]) - Static method in class org.apache.wink.client.MockHttpServer
 
managingEditor - Variable in class org.apache.wink.common.model.rss.RssChannel
 
marshal(AtomEntry, OutputStream) - Static method in class org.apache.wink.common.model.atom.AtomEntry
 
marshal(AtomFeed, OutputStream) - Static method in class org.apache.wink.common.model.atom.AtomFeed
 
match(HttpHeaders, MediaType) - Method in interface org.apache.wink.server.handlers.MediaTypeMappingRecord
Maps response media types to a different response media type if necessary.
MediaTypeMapperFactory - Class in org.apache.wink.server.handlers
MediaTypeMapperFactory is responsible to provide media type mappings from an application's response media type to a preferred media type.
MediaTypeMapperFactory() - Constructor for class org.apache.wink.server.handlers.MediaTypeMapperFactory
 
MediaTypeMappingRecord - Interface in org.apache.wink.server.handlers
MediaTypeMappingRecords can map response media types to a different response media type if necessary.
MessageContext - Interface in org.apache.wink.server.handlers
The MessageContext is used by Handlers to obtain and manipulate request specific information.
METHOD_FAILURE - Static variable in class org.apache.wink.common.http.HttpStatus
 
METHOD_NOT_ALLOWED - Static variable in class org.apache.wink.common.http.HttpStatus
 
MockHttpServer - Class in org.apache.wink.client
 
MockHttpServer(int) - Constructor for class org.apache.wink.client.MockHttpServer
 
MockHttpServer(int, boolean) - Constructor for class org.apache.wink.client.MockHttpServer
 
MOVED_PERMANENTLY - Static variable in class org.apache.wink.common.http.HttpStatus
 
MULTI_STATUS - Static variable in class org.apache.wink.common.http.HttpStatus
 
MultiCsvTable - Class in org.apache.wink.common.model.csv
Represents a multiple table CSV.
MultiCsvTable() - Constructor for class org.apache.wink.common.model.csv.MultiCsvTable
 
MULTIPLE_CHOICES - Static variable in class org.apache.wink.common.http.HttpStatus
 

N

name - Variable in class org.apache.wink.common.model.atom.AtomPerson
 
name - Variable in class org.apache.wink.common.model.rss.RssTextInput
 
NAMESPACE_APP - Static variable in class org.apache.wink.common.RestConstants
 
NAMESPACE_ATOM - Static variable in class org.apache.wink.common.RestConstants
 
NAMESPACE_OPENSEARCH - Static variable in class org.apache.wink.common.RestConstants
 
NAMESPACE_XHTML - Static variable in class org.apache.wink.common.RestConstants
 
NAMESPACE_XML - Static variable in class org.apache.wink.common.RestConstants
 
next() - Method in class org.apache.wink.common.model.multipart.InMultiPart
 
NO_CONTENT - Static variable in class org.apache.wink.common.http.HttpStatus
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.wink.common.http.HttpStatus
 
NOT_ACCEPTABLE - Static variable in class org.apache.wink.common.http.HttpStatus
 
NOT_FOUND - Static variable in class org.apache.wink.common.http.HttpStatus
 
NOT_IMPLEMENTED - Static variable in class org.apache.wink.common.http.HttpStatus
 
NOT_MODIFIED - Static variable in class org.apache.wink.common.http.HttpStatus
 

O

ObjectFactory - Class in org.apache.wink.common.model.app
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.wink.common.model.app package.
ObjectFactory() - Constructor for class org.apache.wink.common.model.app.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wink.common.model.app
ObjectFactory - Class in org.apache.wink.common.model.atom
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.wink.common.model.atom package.
ObjectFactory() - Constructor for class org.apache.wink.common.model.atom.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wink.common.model.atom
ObjectFactory - Class in org.apache.wink.common.model.opensearch
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.wink.common.model.opensearch package.
ObjectFactory() - Constructor for class org.apache.wink.common.model.opensearch.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wink.common.model.opensearch
ObjectFactory - Class in org.apache.wink.common.model.rss
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.wink.common.model.rss package.
ObjectFactory() - Constructor for class org.apache.wink.common.model.rss.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.wink.common.model.rss
OK - Static variable in class org.apache.wink.common.http.HttpStatus
 
OPENSEARCH_PREFIX - Static variable in class org.apache.wink.common.RestConstants
 
OpenSearchDescription - Class in org.apache.wink.common.model.opensearch
The "OpenSearchDescription" element per OpenSearch specification
OpenSearchDescription() - Constructor for class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
opensearchFactory - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
OpenSearchImage - Class in org.apache.wink.common.model.opensearch
The "Image" element per OpenSearch specification
OpenSearchImage() - Constructor for class org.apache.wink.common.model.opensearch.OpenSearchImage
Default Constructor
OpenSearchParameter - Class in org.apache.wink.common.model.opensearch
Represents one search parameter in form of parameter_key={parameter}.
OpenSearchParameter() - Constructor for class org.apache.wink.common.model.opensearch.OpenSearchParameter
Default constructor
OpenSearchParameter(String, String, boolean) - Constructor for class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
OpenSearchParameter.OpenSearchParams - Enum in org.apache.wink.common.model.opensearch
OpenSearch 1.1 parameters
opensearchQuery - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
OpenSearchQuery - Class in org.apache.wink.common.model.opensearch
The "Query" element per OpenSearch specification
OpenSearchQuery() - Constructor for class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
OpenSearchQuery.QueryRole - Enum in org.apache.wink.common.model.opensearch
 
OpenSearchUrl - Class in org.apache.wink.common.model.opensearch
The "Url" element per OpenSearch specification
OpenSearchUrl() - Constructor for class org.apache.wink.common.model.opensearch.OpenSearchUrl
 
options() - Method in interface org.apache.wink.client.Resource
Invoke the OPTIONS method
OPTIONS - Static variable in class org.apache.wink.common.http.HttpMethodEx
 
OPTIONS - Annotation Type in org.apache.wink.common.http
 
org.apache.wink.client - package org.apache.wink.client
 
org.apache.wink.client.handlers - package org.apache.wink.client.handlers
 
org.apache.wink.common - package org.apache.wink.common
 
org.apache.wink.common.annotations - package org.apache.wink.common.annotations
 
org.apache.wink.common.categories - package org.apache.wink.common.categories
 
org.apache.wink.common.http - package org.apache.wink.common.http
 
org.apache.wink.common.model - package org.apache.wink.common.model
 
org.apache.wink.common.model.app - package org.apache.wink.common.model.app
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wink.common.model.atom - package org.apache.wink.common.model.atom
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wink.common.model.csv - package org.apache.wink.common.model.csv
 
org.apache.wink.common.model.multipart - package org.apache.wink.common.model.multipart
 
org.apache.wink.common.model.opensearch - package org.apache.wink.common.model.opensearch
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wink.common.model.rss - package org.apache.wink.common.model.rss
 
org.apache.wink.common.model.synd - package org.apache.wink.common.model.synd
 
org.apache.wink.common.utils - package org.apache.wink.common.utils
 
org.apache.wink.server.handlers - package org.apache.wink.server.handlers
 
org.apache.wink.server.utils - package org.apache.wink.server.utils
 
OutMultiPart - Class in org.apache.wink.common.model.multipart
An abstract class to generate a MultiPart response, the concept behind this class been abstract is that there might be simple implementation over a collection or more complex once like over a database cursor
OutMultiPart() - Constructor for class org.apache.wink.common.model.multipart.OutMultiPart
 
OutPart - Class in org.apache.wink.common.model.multipart
This class is used to represent a part in an OutMultiPart message, basically it holds the part headers and body
OutPart() - Constructor for class org.apache.wink.common.model.multipart.OutPart
 
outputEncoding - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
outputEncoding - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
OutputStreamAdapter - Interface in org.apache.wink.client.handlers
Interface for adapting the output stream

P

Parent - Annotation Type in org.apache.wink.common.annotations
 
PARTIAL_CONTENT - Static variable in class org.apache.wink.common.http.HttpStatus
 
path - Variable in class org.apache.wink.common.model.rss.RssCloud
 
pathParam(String, String) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the value of a template path parameter to be used during the building of the links.
PAYMENT_REQUIRED - Static variable in class org.apache.wink.common.http.HttpStatus
 
port - Variable in class org.apache.wink.common.model.rss.RssCloud
 
post(Class<T>, Object) - Method in interface org.apache.wink.client.Resource
Invoke the POST method
post(EntityType<T>, Object) - Method in interface org.apache.wink.client.Resource
Invoke the POST method
post(Object) - Method in interface org.apache.wink.client.Resource
Invoke the POST method
PRECONDITION_FAILED - Static variable in class org.apache.wink.common.http.HttpStatus
 
PROCESSING - Static variable in class org.apache.wink.common.http.HttpStatus
 
protocol - Variable in class org.apache.wink.common.model.rss.RssCloud
 
ProviderUtils - Class in org.apache.wink.common.utils
 
ProviderUtils() - Constructor for class org.apache.wink.common.utils.ProviderUtils
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.wink.common.http.HttpStatus
 
proxyHost(String) - Method in class org.apache.wink.client.ClientConfig
Set the proxy host
proxyPort(int) - Method in class org.apache.wink.client.ClientConfig
Set the proxy port
pubDate - Variable in class org.apache.wink.common.model.rss.RssChannel
 
pubDate - Variable in class org.apache.wink.common.model.rss.RssItem
 
published - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
put(Class<T>, Object) - Method in interface org.apache.wink.client.Resource
Invoke the PUT method
put(EntityType<T>, Object) - Method in interface org.apache.wink.client.Resource
Invoke the PUT method
put(Object) - Method in interface org.apache.wink.client.Resource
Invoke the PUT method

Q

query - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
queryParam(String, Object...) - Method in interface org.apache.wink.client.Resource
Add a query parameter to the uri
queryParam(String, String) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the value of a query parameter to be added to the generated links
queryParams(MultivaluedMap<String, String>) - Method in interface org.apache.wink.client.Resource
Add all the query parameters from the provided multivalued map.

R

rating - Variable in class org.apache.wink.common.model.rss.RssChannel
 
readFromStreamAsBytes(InputStream) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
readFromStreamAsString(InputStream, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
readFromString(Providers, String, Class<T>, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
readFromString(Providers, String, Class<T>, Type, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
readFromString(Providers, String, Class<T>, Type, MultivaluedMap<String, String>, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
readTimeout(int) - Method in class org.apache.wink.client.ClientConfig
Set the read timeout in milliseconds
RECEIVED_MESSAGE - Static variable in class org.apache.wink.client.BaseTest
 
registerApplication(Application, ServletContext) - Static method in class org.apache.wink.server.utils.RegistrationUtils
Registers resources and providers provided by the Application.
registerApplication(Application, ServletContext, String) - Static method in class org.apache.wink.server.utils.RegistrationUtils
Registers resources and providers provided by the Application.
registerClasses(ServletContext, Class<?>...) - Static method in class org.apache.wink.server.utils.RegistrationUtils
 
registerClasses(ServletContext, String, Class<?>...) - Static method in class org.apache.wink.server.utils.RegistrationUtils
 
registerInstances(ServletContext, Object...) - Static method in class org.apache.wink.server.utils.RegistrationUtils
 
registerInstances(ServletContext, String, Object...) - Static method in class org.apache.wink.server.utils.RegistrationUtils
 
registerProcedure - Variable in class org.apache.wink.common.model.rss.RssCloud
 
RegistrationUtils - Class in org.apache.wink.server.utils
 
RegistrationUtils() - Constructor for class org.apache.wink.server.utils.RegistrationUtils
 
RegistrationUtils.InnerApplication - Class in org.apache.wink.server.utils
 
RegistrationUtils.InnerApplication(Set<Class<?>>) - Constructor for class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
RegistrationUtils.InnerApplication(Class<?>...) - Constructor for class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
RegistrationUtils.InnerApplication(Object...) - Constructor for class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
rel - Variable in class org.apache.wink.common.model.atom.AtomLink
 
rel(String) - Method in interface org.apache.wink.server.utils.SingleLinkBuilder
Set the rel attribute of the link
relativeTo(URI) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the uri that the generated links will be relative to, if the generation mode is relative uri's.
relativize(boolean) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set whether the links should be generated absolute or relative, overriding any configuration and request settings.
remove() - Method in class org.apache.wink.common.model.multipart.InMultiPart
Not implemented
REQUEST_TIMEOUT - Static variable in class org.apache.wink.common.http.HttpStatus
 
REQUEST_TOO_LONG - Static variable in class org.apache.wink.common.http.HttpStatus
 
REQUEST_URI_TOO_LONG - Static variable in class org.apache.wink.common.http.HttpStatus
 
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.wink.common.http.HttpStatus
 
RequestHandler - Interface in org.apache.wink.server.handlers
 
RequestHandlersChain - Class in org.apache.wink.server.handlers
 
RequestHandlersChain() - Constructor for class org.apache.wink.server.handlers.RequestHandlersChain
 
RESET_CONTENT - Static variable in class org.apache.wink.common.http.HttpStatus
 
Resource - Interface in org.apache.wink.client
Represents a web resource, enabling the invocation of different http methods
resource(URI) - Method in class org.apache.wink.client.RestClient
Create a new Resource instance
resource(String) - Method in class org.apache.wink.client.RestClient
Create a new Resource instance
resource(Class<?>) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the resource class that the generated links should link to.
resource(Object) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the resource instance that the generated links should link to.
ResponseHandler - Interface in org.apache.wink.server.handlers
 
ResponseHandlersChain - Class in org.apache.wink.server.handlers
 
ResponseHandlersChain() - Constructor for class org.apache.wink.server.handlers.ResponseHandlersChain
 
REST_PARAM_ABSOLUTE_URLS - Static variable in class org.apache.wink.common.RestConstants
Links in response should be absolute.
REST_PARAM_AUTHOR - Static variable in class org.apache.wink.common.RestConstants
Filter by author parameter.
REST_PARAM_CATEGORY - Static variable in class org.apache.wink.common.RestConstants
Specify filtering by category.
REST_PARAM_ENTRY_ID - Static variable in class org.apache.wink.common.RestConstants
Filter by entry-id.
REST_PARAM_JSON_CALLBACK - Static variable in class org.apache.wink.common.RestConstants
JSON will be encloses as parameter to the value - method name.
REST_PARAM_MEDIA_TYPE - Static variable in class org.apache.wink.common.RestConstants
Overrides Accept-Header with one type.
REST_PARAM_ORDER_BY - Static variable in class org.apache.wink.common.RestConstants
Specified collection ordering.
REST_PARAM_PAGING_SIZE - Static variable in class org.apache.wink.common.RestConstants
Number of elements per page.
REST_PARAM_PAGING_SIZE_UNLIMITED - Static variable in class org.apache.wink.common.RestConstants
Special value of page-size.
REST_PARAM_PAGING_START - Static variable in class org.apache.wink.common.RestConstants
The first item to include in the result page.
REST_PARAM_QUERY - Static variable in class org.apache.wink.common.RestConstants
Filter by custom query.
REST_PARAM_RELATIVE_URLS - Static variable in class org.apache.wink.common.RestConstants
Links in response should be relative.
RestClient - Class in org.apache.wink.client
The RestClient is the entry point for all rest service operations.
RestClient() - Constructor for class org.apache.wink.client.RestClient
Construct a new RestClient using the default client configuration
RestClient(ClientConfig) - Constructor for class org.apache.wink.client.RestClient
Construct a new RestClient using the supplied configuration
RestConstants - Class in org.apache.wink.common
Constants to be used in REST and REST client components.
RestException - Exception in org.apache.wink.common
REST general exception.
RestException() - Constructor for exception org.apache.wink.common.RestException
 
RestException(String, Throwable) - Constructor for exception org.apache.wink.common.RestException
 
RestException(String) - Constructor for exception org.apache.wink.common.RestException
 
RestException(Throwable) - Constructor for exception org.apache.wink.common.RestException
 
rights - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
role - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
RssCategory - Class in org.apache.wink.common.model.rss
Java class for "category" element of RSS 2.0 Specification.
RssCategory() - Constructor for class org.apache.wink.common.model.rss.RssCategory
 
RssChannel - Class in org.apache.wink.common.model.rss
Java class for "channel" element of RSS 2.0 Specification.
RssChannel() - Constructor for class org.apache.wink.common.model.rss.RssChannel
 
RssCloud - Class in org.apache.wink.common.model.rss
Java class for "cloud" element of RSS 2.0 Specification.
RssCloud() - Constructor for class org.apache.wink.common.model.rss.RssCloud
 
RssEnclosure - Class in org.apache.wink.common.model.rss
Java class for "enclosure" element of RSS 2.0 Specification.
RssEnclosure() - Constructor for class org.apache.wink.common.model.rss.RssEnclosure
 
RssFeed - Class in org.apache.wink.common.model.rss
Java class for "rss" element of RSS 2.0 Specification.
RssFeed() - Constructor for class org.apache.wink.common.model.rss.RssFeed
 
RssGuid - Class in org.apache.wink.common.model.rss
Java class for "guid" element of RSS 2.0 Specification.
RssGuid() - Constructor for class org.apache.wink.common.model.rss.RssGuid
 
RssImage - Class in org.apache.wink.common.model.rss
Java class for "image" element of RSS 2.0 Specification.
RssImage() - Constructor for class org.apache.wink.common.model.rss.RssImage
 
RssItem - Class in org.apache.wink.common.model.rss
Java class for "item" element of RSS 2.0 Specification.
RssItem() - Constructor for class org.apache.wink.common.model.rss.RssItem
 
RssSkipDays - Class in org.apache.wink.common.model.rss
Java class for "skipDays" element of RSS 2.0 Specification.
RssSkipDays() - Constructor for class org.apache.wink.common.model.rss.RssSkipDays
 
RssSkipHours - Class in org.apache.wink.common.model.rss
Java class for "skipHours" element of RSS 2.0 Specification.
RssSkipHours() - Constructor for class org.apache.wink.common.model.rss.RssSkipHours
 
RssSource - Class in org.apache.wink.common.model.rss
Java class for "source" element of RSS 2.0 Specification.
RssSource() - Constructor for class org.apache.wink.common.model.rss.RssSource
 
RssTextInput - Class in org.apache.wink.common.model.rss
Java class for "textInput" element of RSS 2.0 Specification.
RssTextInput() - Constructor for class org.apache.wink.common.model.rss.RssTextInput
 
run() - Method in class org.apache.wink.client.MockHttpServer
 
run(MessageContext) - Method in class org.apache.wink.server.handlers.AbstractHandlersChain
 
RuntimeContext - Interface in org.apache.wink.common
 

S

scheme - Variable in class org.apache.wink.common.model.app.AppCategories
 
scheme - Variable in class org.apache.wink.common.model.atom.AtomCategory
 
Scope - Annotation Type in org.apache.wink.common.annotations
Declares Scope of the annotation
Scope.ScopeType - Enum in org.apache.wink.common.annotations
 
searchTerms - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
SEE_OTHER - Static variable in class org.apache.wink.common.http.HttpStatus
 
SENT_MESSAGE - Static variable in class org.apache.wink.client.BaseTest
 
SEP - Static variable in class org.apache.wink.common.model.multipart.InMultiPart
 
SEP - Static variable in class org.apache.wink.common.model.multipart.OutMultiPart
 
server - Variable in class org.apache.wink.client.BaseTest
 
serverPort - Variable in class org.apache.wink.client.BaseTest
 
SERVICE_UNAVAILABLE - Static variable in class org.apache.wink.common.http.HttpStatus
 
SERVICE_URL - Static variable in class org.apache.wink.client.BaseTest
 
serviceURL - Variable in class org.apache.wink.client.BaseTest
 
setAdultContent(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the adultContent property.
setAttribute(Class<T>, T) - Method in interface org.apache.wink.common.RuntimeContext
Convenience method for setting an attribute whose key that is the fully qualified name of a class
setAttribution(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the attribution property.
setAuthor(String) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the author property.
setBase(String) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributes
Sets the value of base.
setBase(String) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Sets the value of base.
setBase(String) - Method in class org.apache.wink.common.model.synd.SyndCommonAttributes
 
setBaseUri(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Set Search base URI
setBeanName(String) - Method in class org.apache.wink.common.AbstractDynamicResource
 
setBeanName(String) - Method in interface org.apache.wink.common.DynamicResource
sets bean name.
setBody(Object) - Method in class org.apache.wink.common.model.multipart.OutPart
 
setBoundary(String) - Method in class org.apache.wink.common.model.multipart.OutMultiPart
set the boundary to be used to separate between the different parts
setCategories(List<AtomCategory>) - Method in class org.apache.wink.common.categories.Categories
Set a list of categories
setChannel(RssChannel) - Method in class org.apache.wink.common.model.rss.RssFeed
Sets the value of the channel property.
setCloud(RssCloud) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the cloud property.
setCollectionTitle(String) - Method in class org.apache.wink.common.AbstractDynamicResource
 
setComments(String) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the comments property.
setContact(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the contact property.
setContent(AtomContent) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the content.
setContent(String) - Method in class org.apache.wink.common.model.rss.RssCategory
Sets the value of the content property.
setContent(String) - Method in class org.apache.wink.common.model.rss.RssGuid
Sets the value of the content property.
setContent(String) - Method in class org.apache.wink.common.model.rss.RssSource
Sets the value of the content property.
setContent(SyndContent) - Method in class org.apache.wink.common.model.synd.SyndEntry
 
setContentType(String) - Method in class org.apache.wink.common.model.multipart.OutPart
Add the content type header
setCopyright(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the copyright property.
setCount(BigInteger) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the count property.
setDelayResponse(int) - Method in class org.apache.wink.client.MockHttpServer
 
setDescription(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the description property.
setDescription(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the description property.
setDescription(String) - Method in class org.apache.wink.common.model.rss.RssImage
Sets the value of the description property.
setDescription(String) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the description property.
setDescription(String) - Method in class org.apache.wink.common.model.rss.RssTextInput
Sets the value of the description property.
setDeveloper(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the developer property.
setDocs(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the docs property.
setDomain(String) - Method in class org.apache.wink.common.model.rss.RssCategory
Sets the value of the domain property.
setDomain(String) - Method in class org.apache.wink.common.model.rss.RssCloud
Sets the value of the domain property.
setEmail(String) - Method in class org.apache.wink.common.model.atom.AtomPerson
Sets the value of email.
setEmail(String) - Method in class org.apache.wink.common.model.synd.SyndPerson
 
setEnclosure(RssEnclosure) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the enclosure property.
setEntity(Object) - Method in interface org.apache.wink.client.ClientRequest
Set the request entity to send with the request.
setEntity(Object) - Method in interface org.apache.wink.client.ClientResponse
Set the response entity
setFixed(boolean) - Method in class org.apache.wink.common.categories.Categories
Sets whether or not this is a fixed listing of categories.
setFixed(AppYesNo) - Method in class org.apache.wink.common.model.app.AppCategories
Sets the value of the fixed property.
setGenerator(AtomGenerator) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of generator.
setGenerator(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the generator property.
setGenerator(SyndGenerator) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setGuid(RssGuid) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the guid property.
setHeaders(MultivaluedMap<String, String>) - Method in class org.apache.wink.common.model.multipart.InPart
 
setHeaders(MultivaluedMap<String, String>) - Method in class org.apache.wink.common.model.multipart.OutPart
 
setHeight(BigInteger) - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Sets the value of the height property.
setHeight(Integer) - Method in class org.apache.wink.common.model.rss.RssImage
Sets the value of the height property.
setHref(String) - Method in class org.apache.wink.common.categories.Categories
Sets the value of the href attribute.
setHref(Class<?>, MultivaluedMap<String, String>) - Method in class org.apache.wink.common.categories.Categories
Set Resource class that will generate Categories Document
setHref(Object, MultivaluedMap<String, String>) - Method in class org.apache.wink.common.categories.Categories
Set Resource that will generate Categories Document
setHref(String) - Method in class org.apache.wink.common.model.app.AppCategories
Sets the value of the href property.
setHref(String) - Method in class org.apache.wink.common.model.app.AppCollection
Sets the value of href.
setHref(String) - Method in class org.apache.wink.common.model.atom.AtomLink
Sets the value of href.
setHref(String) - Method in class org.apache.wink.common.model.synd.SyndLink
 
setHreflang(String) - Method in class org.apache.wink.common.model.atom.AtomLink
Sets the value of hreflang.
setHreflang(String) - Method in class org.apache.wink.common.model.synd.SyndLink
 
setHttpMethod(String) - Method in interface org.apache.wink.server.handlers.MessageContext
Set the http method of the request.
setIcon(String) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of icon.
setIcon(String) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setId(String) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of id.
setId(String) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of id.
setId(String) - Method in class org.apache.wink.common.model.synd.SyndBase
 
setImage(RssImage) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the image property.
setInputEncoding(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the inputEncoding property.
setInputStream(InputStream) - Method in class org.apache.wink.common.model.multipart.InPart
 
setIsPermaLink(Boolean) - Method in class org.apache.wink.common.model.rss.RssGuid
Sets the value of the isPermaLink property.
setItemsPerPage(long) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of opensearch itemsPerPage.
setItemsPerPage(long) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setLabel(String) - Method in class org.apache.wink.common.model.atom.AtomCategory
Sets the value of label.
setLabel(String) - Method in class org.apache.wink.common.model.synd.SyndCategory
 
setLang(String) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributes
Sets the value of lang.
setLang(String) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Sets the value of lang.
setLang(String) - Method in class org.apache.wink.common.model.synd.SyndCommonAttributes
 
setLanguage(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the language property.
setLanguage(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the language property.
setLastBuildDate(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the lastBuildDate property.
setLength(String) - Method in class org.apache.wink.common.model.atom.AtomLink
Sets the value of length.
setLength(String) - Method in class org.apache.wink.common.model.rss.RssEnclosure
Sets the value of the length property.
setLength(String) - Method in class org.apache.wink.common.model.synd.SyndLink
 
setLink(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the link property.
setLink(String) - Method in class org.apache.wink.common.model.rss.RssImage
Sets the value of the link property.
setLink(String) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the link property.
setLink(String) - Method in class org.apache.wink.common.model.rss.RssTextInput
Sets the value of the link property.
setLoadWinkApplications(boolean) - Method in class org.apache.wink.client.ClientConfig
 
setLocationHeader(String) - Method in class org.apache.wink.common.model.multipart.OutPart
set the location header
setLogo(String) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of logo.
setLogo(String) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setLongName(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the longName property.
setManagingEditor(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the managingEditor property.
setMandatory(boolean) - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
setMessage(String) - Method in interface org.apache.wink.client.ClientResponse
Set the response message
setMethod(String) - Method in interface org.apache.wink.client.ClientRequest
Set the http method
setMockResponseCode(int) - Method in class org.apache.wink.client.MockHttpServer
 
setMockResponseContent(String) - Method in class org.apache.wink.client.MockHttpServer
 
setMockResponseContent(byte[]) - Method in class org.apache.wink.client.MockHttpServer
 
setMockResponseContentEchoRequest(boolean) - Method in class org.apache.wink.client.MockHttpServer
 
setMockResponseContentType(String) - Method in class org.apache.wink.client.MockHttpServer
 
setMockResponseHeader(String, String) - Method in class org.apache.wink.client.MockHttpServer
 
setMockResponseHeaders(Map<String, String>) - Method in class org.apache.wink.client.MockHttpServer
 
setName(String) - Method in class org.apache.wink.common.model.atom.AtomPerson
Sets the value of name.
setName(String) - Method in class org.apache.wink.common.model.rss.RssTextInput
Sets the value of the name property.
setName(String) - Method in class org.apache.wink.common.model.synd.SyndPerson
 
setOpenSearchQueries(List<OpenSearchQuery>) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the list of opensearch Query elements
setOutputEncoding(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the outputEncoding property.
setParameter(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
setParameterKey(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchParameter
 
setParent(Object) - Method in class org.apache.wink.common.AbstractDynamicResource
 
setParent(Object) - Method in interface org.apache.wink.common.DynamicResource
Sets parents.
setPath(String) - Method in class org.apache.wink.common.AbstractDynamicResource
 
setPath(String) - Method in class org.apache.wink.common.model.rss.RssCloud
Sets the value of the path property.
setPort(int) - Method in class org.apache.wink.common.model.rss.RssCloud
Sets the value of the port property.
setPriority(double) - Method in class org.apache.wink.server.utils.RegistrationUtils.InnerApplication
 
setProtocol(String) - Method in class org.apache.wink.common.model.rss.RssCloud
Sets the value of the protocol property.
setProviders(Providers) - Method in class org.apache.wink.common.model.atom.AtomContent
Sets the Providers on a local field so that the registry of custom and system providers is available when a client application retrieves the value, expecting it to be seamlessly unmarshalled or converted to the expected type declared in getValue(Class).
setProviders(Providers) - Method in class org.apache.wink.common.model.multipart.InMultiPart
 
setProviders(Providers) - Method in class org.apache.wink.common.model.multipart.InPart
set the providers to be used by the @see InPart#getBody(Class, Type) method for deserialization of the part
setPubDate(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the pubDate property.
setPubDate(String) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the pubDate property.
setPublished(XMLGregorianCalendar) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of published.
setPublished(long) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of published.
setPublished(Date) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of published.
setPublished(Date) - Method in class org.apache.wink.common.model.synd.SyndEntry
 
setRating(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the rating property.
setReadTimeout(int) - Method in class org.apache.wink.client.MockHttpServer
 
setRegisterProcedure(String) - Method in class org.apache.wink.common.model.rss.RssCloud
Sets the value of the registerProcedure property.
setRel(String) - Method in class org.apache.wink.common.model.atom.AtomLink
Sets the value of rel.
setRel(String) - Method in class org.apache.wink.common.model.synd.SyndLink
 
setResponseEntity(Object) - Method in interface org.apache.wink.server.handlers.MessageContext
Set the response entity.
setResponseMediaType(MediaType) - Method in interface org.apache.wink.server.handlers.MessageContext
Set the response media type
setResponseStatusCode(int) - Method in interface org.apache.wink.server.handlers.MessageContext
Set the response status code
setRights(AtomText) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of rights.
setRights(SyndText) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setRole(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the role property.
setScheme(String) - Method in class org.apache.wink.common.categories.Categories
Sets the default scheme for this listing of categories
setScheme(String) - Method in class org.apache.wink.common.model.app.AppCategories
Sets the value of the scheme property.
setScheme(String) - Method in class org.apache.wink.common.model.atom.AtomCategory
Sets the value of scheme.
setScheme(String) - Method in class org.apache.wink.common.model.synd.SyndCategory
 
setSearchTerms(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the searchTerms property.
setServerPort(int) - Method in class org.apache.wink.client.MockHttpServer
 
setShortName(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the shortName property.
setSkipDays(RssSkipDays) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the skipDays property.
setSkipHours(RssSkipHours) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the skipHours property.
setSource(RssSource) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the source property.
setSrc(String) - Method in class org.apache.wink.common.model.atom.AtomContent
Sets the value of src.
setSrc(String) - Method in class org.apache.wink.common.model.synd.SyndContent
 
setStartIndex(long) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of opensearch startIndex.
setStartIndex(BigInteger) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the startIndex property.
setStartIndex(long) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setStartPage(BigInteger) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the startPage property.
setStatusCode(int) - Method in interface org.apache.wink.client.ClientResponse
Set the response status code
setSubtitle(AtomText) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of subtitle.
setSubtitle(SyndText) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setSummary(AtomText) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of summary.
setSummary(SyndText) - Method in class org.apache.wink.common.model.synd.SyndEntry
 
setSyndicationRight(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the syndicationRight property.
setTags(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchDescription
Sets the value of the tags property.
setTemplate(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Sets the value of the template property.
setTemplateParameters(MultivaluedMap<String, String>) - Method in class org.apache.wink.common.categories.Categories
Set Uri Template Variables
setTerm(String) - Method in class org.apache.wink.common.model.atom.AtomCategory
Sets the value of term.
setTerm(String) - Method in class org.apache.wink.common.model.synd.SyndCategory
 
setTextInput(RssTextInput) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the textInput property.
setTitle(AtomText) - Method in class org.apache.wink.common.model.app.AppCollection
Sets the value of title.
setTitle(AtomText) - Method in class org.apache.wink.common.model.app.AppWorkspace
Sets the value of title.
setTitle(AtomText) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of title.
setTitle(AtomText) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of title.
setTitle(String) - Method in class org.apache.wink.common.model.atom.AtomLink
Sets the value of title.
setTitle(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the title property.
setTitle(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the title property.
setTitle(String) - Method in class org.apache.wink.common.model.rss.RssImage
Sets the value of the title property.
setTitle(String) - Method in class org.apache.wink.common.model.rss.RssItem
Sets the value of the title property.
setTitle(String) - Method in class org.apache.wink.common.model.rss.RssTextInput
Sets the value of the title property.
setTitle(SyndText) - Method in class org.apache.wink.common.model.synd.SyndBase
 
setTitle(String) - Method in class org.apache.wink.common.model.synd.SyndLink
 
setTotalResults(long) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of opensearch totalResults.
setTotalResults(BigInteger) - Method in class org.apache.wink.common.model.opensearch.OpenSearchQuery
Sets the value of the totalResults property.
setTotalResults(long) - Method in class org.apache.wink.common.model.synd.SyndFeed
 
setTtl(Integer) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the ttl property.
setType(String) - Method in class org.apache.wink.common.model.atom.AtomContent
Sets the value of type.
setType(String) - Method in class org.apache.wink.common.model.atom.AtomLink
Sets the value of type.
setType(AtomTextType) - Method in class org.apache.wink.common.model.atom.AtomText
Sets the value of type.
setType(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Sets the value of the type property.
setType(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchUrl
Sets the value of the type property.
setType(String) - Method in class org.apache.wink.common.model.rss.RssEnclosure
Sets the value of the type property.
setType(String) - Method in class org.apache.wink.common.model.synd.SyndContent
 
setType(String) - Method in class org.apache.wink.common.model.synd.SyndLink
 
setType(SyndTextType) - Method in class org.apache.wink.common.model.synd.SyndText
 
setUp() - Method in class org.apache.wink.client.BaseTest
 
setUpdated(XMLGregorianCalendar) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of updated.
setUpdated(long) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of updated.
setUpdated(Date) - Method in class org.apache.wink.common.model.atom.AtomEntry
Sets the value of updated.
setUpdated(XMLGregorianCalendar) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of updated.
setUpdated(long) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of updated.
setUpdated(Date) - Method in class org.apache.wink.common.model.atom.AtomFeed
Sets the value of updated.
setUpdated(Date) - Method in class org.apache.wink.common.model.synd.SyndBase
 
setURI(URI) - Method in interface org.apache.wink.client.ClientRequest
Set the uri of the request
setUri(String) - Method in class org.apache.wink.common.model.atom.AtomGenerator
Sets the value of uri.
setUri(String) - Method in class org.apache.wink.common.model.atom.AtomPerson
Sets the value of uri.
setUri(String) - Method in class org.apache.wink.common.model.synd.SyndGenerator
 
setUri(String) - Method in class org.apache.wink.common.model.synd.SyndPerson
 
setUrl(String) - Method in class org.apache.wink.common.model.rss.RssEnclosure
Sets the value of the url property.
setUrl(String) - Method in class org.apache.wink.common.model.rss.RssImage
Sets the value of the url property.
setUrl(String) - Method in class org.apache.wink.common.model.rss.RssSource
Sets the value of the url property.
setValue(String) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
Sets the value of value.
setValue(Object) - Method in class org.apache.wink.common.model.atom.AtomContent
Sets the content of the "atom:content" element as a String.
setValue(Object) - Method in class org.apache.wink.common.model.atom.AtomText
 
setValue(String) - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Sets the value of the value property.
setValue(Object) - Method in class org.apache.wink.common.model.synd.SyndSimpleContent
 
setVersion(String) - Method in class org.apache.wink.common.model.atom.AtomGenerator
Sets the value of version.
setVersion(String) - Method in class org.apache.wink.common.model.rss.RssFeed
Sets the value of the version property.
setVersion(String) - Method in class org.apache.wink.common.model.synd.SyndGenerator
 
setWebMaster(String) - Method in class org.apache.wink.common.model.rss.RssChannel
Sets the value of the webMaster property.
setWidth(BigInteger) - Method in class org.apache.wink.common.model.opensearch.OpenSearchImage
Sets the value of the width property.
setWidth(Integer) - Method in class org.apache.wink.common.model.rss.RssImage
Sets the value of the width property.
setWorkspaceTitle(String) - Method in class org.apache.wink.common.AbstractDynamicResource
 
shortName - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
SingleLinkBuilder - Interface in org.apache.wink.server.utils
A builder for generating a single link to a resource.
skipDays - Variable in class org.apache.wink.common.model.rss.RssChannel
 
skipHours - Variable in class org.apache.wink.common.model.rss.RssChannel
 
SLUG - Static variable in class org.apache.wink.common.http.HttpHeadersEx
Non RFC 2616 - Atom Publishing Protocol
source - Variable in class org.apache.wink.common.model.rss.RssItem
 
src - Variable in class org.apache.wink.common.model.atom.AtomContent
 
startIndex - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
startIndex - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
startPage - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
startServer() - Method in class org.apache.wink.client.MockHttpServer
 
stopServer() - Method in class org.apache.wink.client.MockHttpServer
 
subResource(String) - Method in interface org.apache.wink.server.utils.BaseLinksBuilder
Set the sub-resource path that the generated links should link to, relative to the resource set in the builder.
subtitle - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
summary - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
SWITCHING_PROTOCOLS - Static variable in class org.apache.wink.common.http.HttpStatus
 
SyndBase - Class in org.apache.wink.common.model.synd
 
SyndBase() - Constructor for class org.apache.wink.common.model.synd.SyndBase
 
SyndBase(String, SyndText, Date) - Constructor for class org.apache.wink.common.model.synd.SyndBase
 
SyndBase(SyndBase) - Constructor for class org.apache.wink.common.model.synd.SyndBase
 
SyndCategory - Class in org.apache.wink.common.model.synd
 
SyndCategory() - Constructor for class org.apache.wink.common.model.synd.SyndCategory
 
SyndCategory(String) - Constructor for class org.apache.wink.common.model.synd.SyndCategory
 
SyndCategory(String, String, String) - Constructor for class org.apache.wink.common.model.synd.SyndCategory
 
SyndCategory(SyndCategory) - Constructor for class org.apache.wink.common.model.synd.SyndCategory
 
SyndCommonAttributes - Class in org.apache.wink.common.model.synd
 
SyndCommonAttributes() - Constructor for class org.apache.wink.common.model.synd.SyndCommonAttributes
 
SyndCommonAttributes(SyndCommonAttributes) - Constructor for class org.apache.wink.common.model.synd.SyndCommonAttributes
 
SyndContent - Class in org.apache.wink.common.model.synd
 
SyndContent() - Constructor for class org.apache.wink.common.model.synd.SyndContent
 
SyndContent(Object) - Constructor for class org.apache.wink.common.model.synd.SyndContent
Creates a new SyndContent with the specified value and 'text' type attribute.
SyndContent(Object, String, boolean) - Constructor for class org.apache.wink.common.model.synd.SyndContent
Creates a new SyndContent with the specified value or src, and type attribute.
SyndContent(Object, String) - Constructor for class org.apache.wink.common.model.synd.SyndContent
 
SyndContent(SyndContent) - Constructor for class org.apache.wink.common.model.synd.SyndContent
 
SyndEntry - Class in org.apache.wink.common.model.synd
 
SyndEntry() - Constructor for class org.apache.wink.common.model.synd.SyndEntry
 
SyndEntry(String, String) - Constructor for class org.apache.wink.common.model.synd.SyndEntry
 
SyndEntry(SyndText, String) - Constructor for class org.apache.wink.common.model.synd.SyndEntry
 
SyndEntry(String, String, Date) - Constructor for class org.apache.wink.common.model.synd.SyndEntry
 
SyndEntry(SyndText, String, Date) - Constructor for class org.apache.wink.common.model.synd.SyndEntry
 
SyndEntry(SyndEntry) - Constructor for class org.apache.wink.common.model.synd.SyndEntry
 
SyndFeed - Class in org.apache.wink.common.model.synd
 
SyndFeed() - Constructor for class org.apache.wink.common.model.synd.SyndFeed
 
SyndFeed(String, String) - Constructor for class org.apache.wink.common.model.synd.SyndFeed
 
SyndFeed(SyndText, String) - Constructor for class org.apache.wink.common.model.synd.SyndFeed
 
SyndFeed(String, String, Date) - Constructor for class org.apache.wink.common.model.synd.SyndFeed
 
SyndFeed(SyndText, String, Date) - Constructor for class org.apache.wink.common.model.synd.SyndFeed
 
SyndFeed(SyndFeed) - Constructor for class org.apache.wink.common.model.synd.SyndFeed
 
SyndGenerator - Class in org.apache.wink.common.model.synd
 
SyndGenerator() - Constructor for class org.apache.wink.common.model.synd.SyndGenerator
 
SyndGenerator(String) - Constructor for class org.apache.wink.common.model.synd.SyndGenerator
 
SyndGenerator(String, String, String) - Constructor for class org.apache.wink.common.model.synd.SyndGenerator
 
SyndGenerator(SyndGenerator) - Constructor for class org.apache.wink.common.model.synd.SyndGenerator
 
syndicationRight - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
SyndLink - Class in org.apache.wink.common.model.synd
 
SyndLink() - Constructor for class org.apache.wink.common.model.synd.SyndLink
 
SyndLink(String, String, String) - Constructor for class org.apache.wink.common.model.synd.SyndLink
 
SyndLink(String, String, String, String, String, String) - Constructor for class org.apache.wink.common.model.synd.SyndLink
 
SyndLink(SyndLink) - Constructor for class org.apache.wink.common.model.synd.SyndLink
 
SyndPerson - Class in org.apache.wink.common.model.synd
 
SyndPerson() - Constructor for class org.apache.wink.common.model.synd.SyndPerson
 
SyndPerson(String) - Constructor for class org.apache.wink.common.model.synd.SyndPerson
 
SyndPerson(String, String, String) - Constructor for class org.apache.wink.common.model.synd.SyndPerson
 
SyndPerson(SyndPerson) - Constructor for class org.apache.wink.common.model.synd.SyndPerson
 
SyndSimpleContent - Class in org.apache.wink.common.model.synd
 
SyndSimpleContent() - Constructor for class org.apache.wink.common.model.synd.SyndSimpleContent
 
SyndSimpleContent(Object) - Constructor for class org.apache.wink.common.model.synd.SyndSimpleContent
 
SyndSimpleContent(Object, String) - Constructor for class org.apache.wink.common.model.synd.SyndSimpleContent
 
SyndSimpleContent(SyndSimpleContent) - Constructor for class org.apache.wink.common.model.synd.SyndSimpleContent
 
SyndText - Class in org.apache.wink.common.model.synd
 
SyndText() - Constructor for class org.apache.wink.common.model.synd.SyndText
 
SyndText(String) - Constructor for class org.apache.wink.common.model.synd.SyndText
 
SyndText(String, SyndTextType) - Constructor for class org.apache.wink.common.model.synd.SyndText
 
SyndText(SyndText) - Constructor for class org.apache.wink.common.model.synd.SyndText
 
SyndTextType - Enum in org.apache.wink.common.model.synd
An enum for specifying the type of a Text construct
SYSTEM_PRIORITY - Static variable in class org.apache.wink.common.WinkApplication
 
SystemLinksBuilder - Interface in org.apache.wink.server.utils
A builder for generating the system links of a resource.
SystemLinksBuilder.LinkType - Enum in org.apache.wink.server.utils
Types of system links

T

tags - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
tearDown() - Method in class org.apache.wink.client.BaseTest
 
template - Variable in class org.apache.wink.common.model.opensearch.OpenSearchUrl
 
TEMPORARY_REDIRECT - Static variable in class org.apache.wink.common.http.HttpStatus
 
term - Variable in class org.apache.wink.common.model.atom.AtomCategory
 
textInput - Variable in class org.apache.wink.common.model.rss.RssChannel
 
title - Variable in class org.apache.wink.common.model.app.AppCollection
 
title - Variable in class org.apache.wink.common.model.app.AppWorkspace
 
title - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
title - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
title - Variable in class org.apache.wink.common.model.atom.AtomLink
 
title - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
title - Variable in class org.apache.wink.common.model.rss.RssChannel
 
title - Variable in class org.apache.wink.common.model.rss.RssImage
 
title - Variable in class org.apache.wink.common.model.rss.RssItem
 
title - Variable in class org.apache.wink.common.model.rss.RssTextInput
 
toString() - Method in class org.apache.wink.common.http.HttpStatus
 
toString() - Method in enum org.apache.wink.common.model.app.AppYesNo
 
toString() - Method in class org.apache.wink.server.handlers.AbstractHandlersChain
 
toSynd(SyndCategory) - Method in class org.apache.wink.common.model.atom.AtomCategory
 
toSynd(SyndCommonAttributes) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributes
 
toSynd(SyndSimpleContent) - Method in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
 
toSynd(SyndContent) - Method in class org.apache.wink.common.model.atom.AtomContent
 
toSynd(SyndEntry) - Method in class org.apache.wink.common.model.atom.AtomEntry
 
toSynd(SyndFeed) - Method in class org.apache.wink.common.model.atom.AtomFeed
 
toSynd(SyndGenerator) - Method in class org.apache.wink.common.model.atom.AtomGenerator
 
toSynd(SyndLink) - Method in class org.apache.wink.common.model.atom.AtomLink
 
toSynd(SyndPerson) - Method in class org.apache.wink.common.model.atom.AtomPerson
 
toSynd(SyndText) - Method in class org.apache.wink.common.model.atom.AtomText
 
totalResults - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
totalResults - Variable in class org.apache.wink.common.model.opensearch.OpenSearchQuery
 
TRACE - Static variable in class org.apache.wink.common.http.HttpMethodEx
 
ttl - Variable in class org.apache.wink.common.model.rss.RssChannel
 
type - Variable in class org.apache.wink.common.model.atom.AtomContent
 
type - Variable in class org.apache.wink.common.model.atom.AtomLink
 
type - Variable in class org.apache.wink.common.model.atom.AtomText
 
type - Variable in class org.apache.wink.common.model.opensearch.OpenSearchImage
 
type - Variable in class org.apache.wink.common.model.opensearch.OpenSearchUrl
 
type - Variable in class org.apache.wink.common.model.rss.RssEnclosure
 
type - Variable in class org.apache.wink.common.model.synd.SyndSimpleContent
 
type(MediaType) - Method in interface org.apache.wink.server.utils.SingleLinkBuilder
Set the type attribute of the link
types(SystemLinksBuilder.LinkType...) - Method in interface org.apache.wink.server.utils.SystemLinksBuilder
Set the types of system links to generate.

U

UNAUTHORIZED - Static variable in class org.apache.wink.common.http.HttpStatus
 
unmarshal(Reader) - Static method in class org.apache.wink.common.model.app.AppCategories
Convenience method for creating an AppCategories from xml
unmarshal(Reader) - Static method in class org.apache.wink.common.model.app.AppService
Convenience method for creating an AppService from xml
unmarshal(Reader) - Static method in class org.apache.wink.common.model.atom.AtomEntry
Convenience method for creating an AtomEntry from xml
unmarshal(Reader) - Static method in class org.apache.wink.common.model.atom.AtomFeed
Convenience method for creating an AtomFeed from xml
UNPROCESSABLE_ENTITY - Static variable in class org.apache.wink.common.http.HttpStatus
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.wink.common.http.HttpStatus
 
updated - Variable in class org.apache.wink.common.model.atom.AtomEntry
 
updated - Variable in class org.apache.wink.common.model.atom.AtomFeed
 
uri(URI) - Method in interface org.apache.wink.client.Resource
Set the uri of this resource and create a new UriBuilder
uri(String) - Method in interface org.apache.wink.client.Resource
Set the uri of this resource and create a new UriBuilder
uri - Variable in class org.apache.wink.common.model.atom.AtomGenerator
 
uri - Variable in class org.apache.wink.common.model.atom.AtomPerson
 
url - Variable in class org.apache.wink.common.model.opensearch.OpenSearchDescription
 
url - Variable in class org.apache.wink.common.model.rss.RssEnclosure
 
url - Variable in class org.apache.wink.common.model.rss.RssImage
 
url - Variable in class org.apache.wink.common.model.rss.RssSource
 
USE_PROXY - Static variable in class org.apache.wink.common.http.HttpStatus
 

V

value() - Method in enum org.apache.wink.common.model.app.AppYesNo
 
value - Variable in class org.apache.wink.common.model.atom.AtomCommonAttributesSimpleContent
 
value - Variable in class org.apache.wink.common.model.opensearch.OpenSearchImage
 
valueOf(String) - Static method in enum org.apache.wink.common.annotations.Scope.ScopeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.apache.wink.common.http.HttpStatus
Gets HttpStatus for given status code.
valueOf(String) - Static method in enum org.apache.wink.common.model.app.AppYesNo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wink.common.model.atom.AtomTextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wink.common.model.opensearch.OpenSearchParameter.OpenSearchParams
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wink.common.model.opensearch.OpenSearchQuery.QueryRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wink.common.model.synd.SyndTextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.wink.server.utils.SystemLinksBuilder.LinkType
Returns the enum constant of this type with the specified name.
valueOfStatusLine(String) - Static method in class org.apache.wink.common.http.HttpStatus
Gets HttpStatus for given status line.
values() - Static method in enum org.apache.wink.common.annotations.Scope.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wink.common.model.app.AppYesNo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wink.common.model.atom.AtomTextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wink.common.model.opensearch.OpenSearchParameter.OpenSearchParams
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wink.common.model.opensearch.OpenSearchQuery.QueryRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wink.common.model.synd.SyndTextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.wink.server.utils.SystemLinksBuilder.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.apache.wink.common.model.atom.AtomGenerator
 
version - Variable in class org.apache.wink.common.model.rss.RssFeed
 

W

webMaster - Variable in class org.apache.wink.common.model.rss.RssChannel
 
width - Variable in class org.apache.wink.common.model.opensearch.OpenSearchImage
 
width - Variable in class org.apache.wink.common.model.rss.RssImage
 
WinkApplication - Class in org.apache.wink.common
Enhances javax.ws.rs.core.Application with getPriority and getInstances methods.
WinkApplication() - Constructor for class org.apache.wink.common.WinkApplication
 
Workspace - Annotation Type in org.apache.wink.common.annotations
Allows automatic contruction of APP service document.
workspace - Variable in class org.apache.wink.common.model.app.AppService
 
write(OutputStream, Providers) - Method in class org.apache.wink.common.model.multipart.OutMultiPart
This method write the multiPart message to the os stream, it make a usage of the providers for the serialization of the parts
writeBody(OutputStream, Providers) - Method in class org.apache.wink.common.model.multipart.OutPart
write the part body to the os stream, the providers might be used to serialize the body
writePart(OutputStream, Providers) - Method in class org.apache.wink.common.model.multipart.OutPart
write the entire part to the os stream, the providers might be used to serialize the body
writeToStream(String, OutputStream, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
writeToString(Providers, Object, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
writeToString(Providers, Object, Class<?>, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
writeToString(Providers, Object, Class<?>, Type, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 
writeToString(Providers, Object, Class<?>, Type, MultivaluedMap<String, Object>, MediaType) - Static method in class org.apache.wink.common.utils.ProviderUtils
 

X

X_HTTP_METHOD_OVERRIDE - Static variable in class org.apache.wink.common.http.HttpHeadersEx
Non RFC 2616 - Google Doc convention
X_METHOD_OVERRIDE - Static variable in class org.apache.wink.common.http.HttpHeadersEx
Non RFC 2616 - Some client implementing Google Doc
XHTML_PREFIX - Static variable in class org.apache.wink.common.RestConstants
 
XmlFormattingOptions - Class in org.apache.wink.common.model
Holds the following XML Formatting Options: omitXmlDeclaration - indicates if xml declaration should be omitted.
XmlFormattingOptions() - Constructor for class org.apache.wink.common.model.XmlFormattingOptions
 
XmlFormattingOptions(boolean, boolean) - Constructor for class org.apache.wink.common.model.XmlFormattingOptions
 
XmlFormattingOptions(Map<String, Object>) - Constructor for class org.apache.wink.common.model.XmlFormattingOptions
 

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

Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.