GateIn WSRP Consumer 2.3.1.Final
A B C D E G H I K L M N O P R S T U V W X 

A

AbstractConsumerRegistry - Class in org.gatein.wsrp.consumer.registry
Provides a base implementation for ConsumerRegistry behavior.
AbstractConsumerRegistry() - Constructor for class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
AbstractConsumerRegistry.InMemoryConsumerCache - Class in org.gatein.wsrp.consumer.registry
Implements a local cache for consumers.
AbstractConsumerRegistry.InMemoryConsumerCache(ConsumerRegistrySPI) - Constructor for class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
AbstractConsumerRegistry.ProducerInfoIterator - Class in org.gatein.wsrp.consumer.registry
 
AbstractConsumerRegistry.ProducerInfoIterator(Iterator<WSRPConsumer>) - Constructor for class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.ProducerInfoIterator
 
ActionHandler - Class in org.gatein.wsrp.consumer.handlers
 
ActionHandler(WSRPConsumerImpl) - Constructor for class org.gatein.wsrp.consumer.handlers.ActionHandler
 
ActionHandler.RequestContextWrapper - Class in org.gatein.wsrp.consumer.handlers
 
ActionHandler.RequestContextWrapper(RequestContext) - Constructor for class org.gatein.wsrp.consumer.handlers.ActionHandler.RequestContextWrapper
 
activate() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
activate() - Method in interface org.gatein.wsrp.WSRPConsumer
Prepares this Consumer to be used: service is started, endpoints are ready.
activateConsumer(WSRPConsumer) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
activateConsumerWith(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
activateConsumerWith(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Activates the consumer associated with the specified identifier if and only if access to the remote producer is properly setup (i.e.
add(ExportInfo) - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
add(ExportInfo) - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Adds the specified ExportInfo to the set of ExportInfos managed by this MigrationService.
addChild(Object, Object, UnmarshallingContext, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
addChild(RegistrationInfo, XMLWSRPConsumerFactory.Property, UnmarshallingContext, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
addChild(SortedMap<String, WSRPConsumer>, WSRPConsumer, UnmarshallingContext, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
addSessionForPortlet(String, SessionContext) - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Associates the portlet session information provided by the specified SessionContext with the portlet identified by the specified portlet handle.
asExternalFormList(List<CookieUtil.Cookie>) - Static method in class org.gatein.wsrp.handler.CookieUtil
Converts the specified internal Cookie representations into a list of String representations, ready to be sent over the wire.

B

BaseMigrationInfo - Class in org.gatein.wsrp.consumer.migration
Provides basic behavior for migration (i.e.
BaseMigrationInfo(long, Map<QName, List<String>>) - Constructor for class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 

C

clear() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
clear() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Clears all consumers from this cache.
clonePortlet(RegistrationContext, PortletContext, UserContext, Lifetime, Holder<String>, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
clonePortlet(RegistrationContext, PortletContext, UserContext, Lifetime, Holder<String>, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
clonePortlet(RegistrationContext, PortletContext, UserContext, Lifetime, Holder<String>, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
close(MessageContext) - Method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
 
coalesceAndExternalizeCookies(List<CookieUtil.Cookie>) - Static method in class org.gatein.wsrp.handler.CookieUtil
Coalesce the list of specified cookies into a single String representation suitable to be used as part of an HTTP response
coalesceCookies(List<String>) - Static method in class org.gatein.wsrp.handler.CookieUtil
Coalesce several externalized Cookies into one and returning the resulting concatenated String.
compareTo(RegistrationProperty) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
completeRoot(Object, UnmarshallingContext, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
consumer - Variable in class org.gatein.wsrp.consumer.handlers.InvocationHandler
The consumer owning this handler
consumer - Variable in class org.gatein.wsrp.consumer.handlers.SessionHandler
 
consumerCache - Variable in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
Caches consumers to avoid having to recreate them if possible as the lifecycle transitions might be a little complex and not completely possible to restore from persistence
ConsumerCache - Interface in org.gatein.wsrp.consumer.registry
A cache for WSRPConsumers to avoid having to retrieve them (and restore their complete state) from persistence.
ConsumerException - Exception in org.gatein.wsrp.consumer
 
ConsumerException() - Constructor for exception org.gatein.wsrp.consumer.ConsumerException
 
ConsumerException(String) - Constructor for exception org.gatein.wsrp.consumer.ConsumerException
 
ConsumerException(String, Throwable) - Constructor for exception org.gatein.wsrp.consumer.ConsumerException
 
ConsumerException(Throwable) - Constructor for exception org.gatein.wsrp.consumer.ConsumerException
 
ConsumerRegistry - Interface in org.gatein.wsrp.consumer.registry
Handles consumers' persistence and lifecycles.
ConsumerRegistrySPI - Interface in org.gatein.wsrp.consumer.spi
Defines the behavior that ConsumerRegistry implementors need to provide in addition to the client-facing API provided by ConsumerRegistry itself.
containsConsumer(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
containsConsumer(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Whether or not this registry knows about a consumer with the specified identifier.
convertFrom(CookieUtil.Cookie) - Static method in class org.gatein.wsrp.handler.CookieUtil
Converts the specified internal Cookie into a javax.servlet.http.Cookie object.
COOKIE - Static variable in class org.gatein.wsrp.handler.CookieUtil
 
CookieUtil - Class in org.gatein.wsrp.handler
 
CookieUtil() - Constructor for class org.gatein.wsrp.handler.CookieUtil
 
CookieUtil.Cookie - Class in org.gatein.wsrp.handler
An internal representation of Cookie metadata, able to be serialized across cluster nodes (javax.servlet.http.Cookie is not Serializable).
CookieUtil.Cookie(HttpCookie, long) - Constructor for class org.gatein.wsrp.handler.CookieUtil.Cookie
 
CookieUtil.Cookie(String, String, int) - Constructor for class org.gatein.wsrp.handler.CookieUtil.Cookie
 
copyPortlets(RegistrationContext, UserContext, RegistrationContext, UserContext, List<PortletContext>, Lifetime, Holder<List<CopiedPortlet>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
copyPortlets(RegistrationContext, UserContext, RegistrationContext, UserContext, List<PortletContext>, Lifetime, Holder<List<CopiedPortlet>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
copyPortlets(RegistrationContext, UserContext, RegistrationContext, UserContext, List<PortletContext>, Lifetime, Holder<List<CopiedPortlet>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
createCacheControl(LocalMimeResponse) - Method in class org.gatein.wsrp.consumer.handlers.MimeResponseHandler
 
createClone(PortletContext, WSRPPortletInfo) - Static method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
createClone(PortletStateType, PortletContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
createCoalescedCookieFromCurrentInfo() - Static method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
 
createConsumer(String, Integer, String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
createConsumer(String, Integer, String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Creates a consumer with the specified associated producer identifier, caching producer metadata for the specified time in seconds and accessing the related producer via the specified WSDL location.
createConsumerFrom(ProducerInfo, boolean) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
createConsumerFrom(ProducerInfo, boolean) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
createConsumerFrom(ProducerInfo, boolean) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Creates a consumer from the specified ProducerInfo, caching it if so specified.
createContentResponse(LocalMimeResponse, Invocation, ResponseProperties, String, byte[], String, CacheControl) - Method in class org.gatein.wsrp.consumer.handlers.MimeResponseHandler
 
createContentResponse(MarkupContext, RenderInvocation, ResponseProperties, String, byte[], String, CacheControl) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
customizePort(Object) - Method in interface org.gatein.wsrp.services.PortCustomizer
 

D

deactivate() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
deactivate() - Method in interface org.gatein.wsrp.WSRPConsumer
Removes this Consumer from service.
deactivateConsumer(WSRPConsumer) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
deactivateConsumerWith(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
deactivateConsumerWith(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Desactivates the consumer, unregistering it from the FederatingPortletInvoker, meaning that it cannot be interacted with anymore by the portal in which WSRP is running.
debug - Static variable in class org.gatein.wsrp.consumer.handlers.InvocationHandler
 
DEFAULT_CACHE_VALUE - Static variable in class org.gatein.wsrp.consumer.ProducerInfo
 
DEFAULT_TIMEOUT_MS - Static variable in interface org.gatein.wsrp.services.ServiceFactory
 
delete(ProducerInfo) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
delete(ProducerInfo) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Deletes the specified ProducerInfo from persistence.
deregister() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
deregister(RegistrationContext, UserContext) - Method in class org.gatein.wsrp.services.RegistrationService
 
deregister(RegistrationContext, UserContext) - Method in class org.gatein.wsrp.services.v1.V1RegistrationService
 
deregister(RegistrationContext, UserContext) - Method in class org.gatein.wsrp.services.v2.V2RegistrationService
 
deregisterWithFederatingPortletInvoker(WSRPConsumer) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
deregisterWithFederatingPortletInvoker(WSRPConsumer) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Deregisters the specified WSRPConsumer with the FederatingPortletInvoker.
destroyClones(List<PortletContext>) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
destroyConsumer(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
destroyConsumer(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Destroys the specified consumer taking care of cleaning (if needed) things up at the same time, meaning: unregistering if registered, deactivating if activated and removing the consumer from persistent storage.
destroyPortlets(RegistrationContext, List<String>, UserContext, Holder<List<FailedPortlets>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
destroyPortlets(RegistrationContext, List<String>, UserContext, Holder<List<FailedPortlets>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
destroyPortlets(RegistrationContext, List<String>, UserContext, Holder<List<FailedPortlets>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
detailedRefresh(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
Refreshes the producer's information from the service description if required.
didRefreshHappen() - Method in class org.gatein.wsrp.consumer.RefreshResult
 
DirectResourceServingHandler - Class in org.gatein.wsrp.consumer.handlers
 
DirectResourceServingHandler(WSRPConsumerSPI) - Constructor for class org.gatein.wsrp.consumer.handlers.DirectResourceServingHandler
 
dispatchAndHandle(PortletInvocation) - Method in class org.gatein.wsrp.consumer.handlers.InvocationDispatcher
Determines which InvocationHandler will handle the specified invocation and call its InvocationHandler.handle(org.gatein.pc.api.invocation.PortletInvocation) method, giving the consumer-side InvocationHandlerDelegate a chance to pre- and post-process the invocation.

E

EMPTY_FAILED - Static variable in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
enableWSS(boolean) - Method in interface org.gatein.wsrp.services.ServiceFactory
Specifies whether WS-Security (WSS) is activated when accessing the services held by this ServiceFactory.
enableWSS(boolean) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
EndpointConfigurationInfo - Class in org.gatein.wsrp.consumer
Manages the information pertaining to the web service connection to the remote producer via its ServiceFactory and provides access to the services classes for WSRP invocations.
EndpointConfigurationInfo() - Constructor for class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
EndpointConfigurationInfo(ServiceFactory) - Constructor for class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
equals(Object) - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
equals(Object) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
equals(Object) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
equals(Object) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
eraseRegistrationInfo() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
errorCodeToHandles - Variable in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
EventHandler - Class in org.gatein.wsrp.consumer.handlers
 
EventHandler(WSRPConsumerImpl) - Constructor for class org.gatein.wsrp.consumer.handlers.EventHandler
 
ExportInfo - Class in org.gatein.wsrp.consumer.migration
Provides metadata information about the result of an export operation on a remote producer.
ExportInfo(long, SortedMap<QName, List<String>>, SortedMap<String, byte[]>, byte[]) - Constructor for class org.gatein.wsrp.consumer.migration.ExportInfo
 
exportPortlet(PortletStateType, PortletContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
exportPortlets(List<String>) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
exportPortlets(RegistrationContext, List<PortletContext>, UserContext, Holder<Lifetime>, Boolean, Holder<byte[]>, Holder<List<ExportedPortlet>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
exportPortlets(RegistrationContext, List<PortletContext>, UserContext, Holder<Lifetime>, Boolean, Holder<byte[]>, Holder<List<ExportedPortlet>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
exportPortlets(RegistrationContext, List<PortletContext>, UserContext, Holder<Lifetime>, Boolean, Holder<byte[]>, Holder<List<ExportedPortlet>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
exportPortlets(List<String>) - Method in interface org.gatein.wsrp.WSRPConsumer
Asks the remote producer to export the specified portlets.
exportTime - Variable in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
extractCookiesFrom(URL, List<String>) - Static method in class org.gatein.wsrp.handler.CookieUtil
Extract cookies from the specified list of String representation of cookies, validating them to check if they are valid for the domain associated with the specified URL.

G

get(String) - Method in class org.gatein.wsrp.consumer.handlers.session.InMemorySessionRegistry
 
get(String) - Method in interface org.gatein.wsrp.consumer.handlers.session.SessionRegistry
 
getAliases() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPEventInfo
 
getAliases() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPParameterInfo
 
getAll() - Method in class org.gatein.wsrp.consumer.handlers.session.InMemorySessionRegistry
 
getAll() - Method in interface org.gatein.wsrp.consumer.handlers.session.SessionRegistry
 
getAllPortletsMap() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getApplicationName() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getAttachment(Class<T>) - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getAvailableExportInfos() - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
getAvailableExportInfos() - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Retrieves a list of available ExportInfo, i.e.
getCache() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getCapabilities() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getCharacterEncoding() - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler.RequestContextWrapper
 
getComment() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getConfiguredConsumerNumber() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getConfiguredConsumerNumber() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Retrieves the number of configured consumers.
getConfiguredConsumers() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getConfiguredConsumers() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Retrieves the list of configured consumers.
getConfiguredConsumersIds() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Retrieves the identifiers for all known consumers.
getConfiguredConsumersIds() - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
getConsumer(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getConsumer(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
getConsumer(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Retrieves the consumer identified by the specified identifier, updating its state from persistence if required.
getConsumer(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Retrieves the consumer associated with the specified producer identifier.
getConsumerAgent() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getConsumerName() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getConsumers(boolean) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getConsumers() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
getConsumers() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Retrieves the up-to-date collection of consumers known by this cache.
getContentLength() - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler.RequestContextWrapper
 
getContentType() - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler.RequestContextWrapper
 
getContext() - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
Portlet interface implemented methods
getCurrentGroupId() - Static method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Retrieves the portlet group identifier, if any, associated with the portlets being interacted with.
getCurrentProducerSessionInformation() - Static method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Retrieves the session metadata associated with the current interaction.
getDescription() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPEventInfo
 
getDescription() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPParameterInfo
 
getDescription() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
getDisplayName() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPEventInfo
 
getDomain() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getEndpointConfigurationInfo() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getEntityResolver() - Method in class org.gatein.wsrp.consumer.registry.xml.XMLConsumerRegistry
 
getErrorCodesToFailedPortletHandlesMapping() - Method in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
getEventing() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getExpectedRegistrationInfo() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getExpirationCacheSeconds() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getExpirationTime() - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
getExportContext() - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
getExportedPortletHandles() - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
getExportInfo(long) - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
getExportInfo(long) - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Retrieves the ExportInfo associated with the specified export time.
getExportTime() - Method in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
getExtensionsFrom(BlockingInteractionResponse) - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler
 
getExtensionsFrom(HandleEventsResponse) - Method in class org.gatein.wsrp.consumer.handlers.EventHandler
 
getExtensionsFrom(Response) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Extracts extensions from the response.
getExtensionsFrom(MarkupResponse) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
getExtensionsFrom(ResourceResponse) - Method in class org.gatein.wsrp.consumer.handlers.ResourceHandler
 
getFederatingPortletInvoker() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getFederatingPortletInvoker() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Retrieves the FederatingPortletInvoker used by this ConsumerRegistry to register / unregister consumers as PortletInvokers.
getGroupCookiesFor(String) - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Retrieves the String representations of the cookies associated with the portlet group identified by the specified group identifier.
getGroupId() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getHeaders() - Method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
 
getHttpRequest(PortletInvocation) - Static method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
Utility method to extract the HttpServletRequest from the PortletInvocation.
getHttpSession(PortletInvocation) - Static method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
Gets the consumer HttpSession associated with the specified PortletInvocation.
getHumanReadableExpirationTime(Locale) - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
getHumanReadableExportTime(Locale) - Method in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
getHumanReadableTime(Locale, long) - Method in class org.gatein.wsrp.consumer.migration.BaseMigrationInfo
 
getId() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPParameterInfo
 
getId() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getInfo() - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
getInfoForEvent(QName) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getInputStream() - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler.RequestContextWrapper
 
getInstance() - Static method in class org.gatein.wsrp.services.PortCustomizerRegistry
 
getKey() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getKey() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getKnownInvokerIds() - Method in class org.gatein.wsrp.consumer.registry.RegisteringPortletInvokerResolver
 
getLang() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
getLocalizationKey() - Method in enum org.gatein.wsrp.consumer.RegistrationProperty.Status
 
getMarkup(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, Holder<MarkupContext>, Holder<SessionContext>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.MarkupService
 
getMarkup(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, Holder<MarkupContext>, Holder<SessionContext>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1MarkupService
 
getMarkup(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, Holder<MarkupContext>, Holder<SessionContext>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2MarkupService
 
getMarkupParams() - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
getMarkupService() - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
 
getMarkupService() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getMarkupService() - Method in interface org.gatein.wsrp.services.ServiceFactory
 
getMarkupService() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getMaxAge() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getMeta() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getMigrationService() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getMigrationService() - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
 
getMigrationService() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getMigrationService() - Method in interface org.gatein.wsrp.WSRPConsumer
Retrieves the MigrationService associated with this consumer.
getMimeResponseFrom(Response) - Method in class org.gatein.wsrp.consumer.handlers.MimeResponseHandler
 
getMimeResponseFrom(MarkupResponse) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
getMimeResponseFrom(ResourceResponse) - Method in class org.gatein.wsrp.consumer.handlers.ResourceHandler
 
getMultiPartContent(RequestContext) - Static method in class org.gatein.wsrp.consumer.handlers.MultiPartUtil
 
getName() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPEventInfo
 
getName() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPParameterInfo
 
getName() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getName() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
getName() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getNavigation() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getNumberOfPortlets() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getParent() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getPath() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getPersistedLastModifiedForProducerInfoWith(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getPersistedLastModifiedForProducerInfoWith(String) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Checks the last modification time that was persisted for the ProducerInfo identified by the specified identifier.
getPersistentKey() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
getPortCustomizers() - Method in class org.gatein.wsrp.services.PortCustomizerRegistry
 
getPortlet(PortletContext) - Method in class org.gatein.wsrp.consumer.ProducerInfo
Retrieve (possibly from cache) the Portlet associated with the specified PortletContext.
getPortlet(PortletContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getPortletContext() - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
getPortletContext(PortletInvocation) - Static method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
Extracts the targeted portlet context from a given PortletInvocation
getPortletContextFor(String) - Method in class org.gatein.wsrp.consumer.migration.ImportInfo
 
getPortletDescription(RegistrationContext, PortletContext, UserContext, List<String>, Holder<PortletDescription>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
getPortletDescription(RegistrationContext, PortletContext, UserContext, List<String>, Holder<PortletDescription>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
getPortletDescription(RegistrationContext, PortletContext, UserContext, List<String>, Holder<PortletDescription>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
getPortletGroupMap() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getPortletHandle() - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
getPortletInfo(PortletInvocation) - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Retrieves the WSRP-specific PortletInfo implementation for the portlet targeted by the specified invocation
getPortletInfo(PortletInvocation) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getPortletManagementService() - Method in interface org.gatein.wsrp.services.ServiceFactory
 
getPortletManagementService() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getPortletProperties(RegistrationContext, PortletContext, UserContext, List<String>, Holder<List<Property>>, Holder<List<ResetProperty>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
getPortletProperties(RegistrationContext, PortletContext, UserContext, List<String>, Holder<List<Property>>, Holder<List<ResetProperty>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
getPortletProperties(RegistrationContext, PortletContext, UserContext, List<String>, Holder<List<Property>>, Holder<List<ResetProperty>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
getPortletPropertyDescription(RegistrationContext, PortletContext, UserContext, List<String>, Holder<ModelDescription>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
getPortletPropertyDescription(RegistrationContext, PortletContext, UserContext, List<String>, Holder<ModelDescription>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
getPortletPropertyDescription(RegistrationContext, PortletContext, UserContext, List<String>, Holder<ModelDescription>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
getPortlets() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getPortletsLifetime(RegistrationContext, List<PortletContext>, UserContext, Holder<List<PortletLifetime>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
getPortletsLifetime(RegistrationContext, List<PortletContext>, UserContext, Holder<List<PortletLifetime>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
getPortletsLifetime(RegistrationContext, List<PortletContext>, UserContext, Holder<List<PortletLifetime>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
getPortletStateFor(String) - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
getPreferences() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getProducerId() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getProducerId() - Method in interface org.gatein.wsrp.WSRPConsumer
Retrieves the identifier for the producer this consumer is associated with.
getProducerInfo() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getProducerInfo() - Method in interface org.gatein.wsrp.WSRPConsumer
Retrieves the ProducerInfo associated with this consumer.
getProducerInfosFromStorage() - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
getProducerInfosFromStorage() - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Retrieves all ProducerInfos currently persisted from the persistent store.
getProducerOffereedPortletMap() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getProducerSessionInformation(PortletInvocation) - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Retrieves the ProducerSessionInformation containing the current state of what is known session-wise for this producer, creating a new one if none existed previously.
getProducerSessionInformation(HttpSession) - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Retrieves the ProducerSessionInformation from the specified session.
getProducerSessionInformationFrom(PortletInvocation) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getProducerSessionInformationFrom(HttpSession) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getProducerSessionInformationFrom(PortletInvocation) - Method in interface org.gatein.wsrp.WSRPConsumer
Retrieves the session information for the producer associated with this consumer.
getProducerSessionInformationFrom(HttpSession) - Method in interface org.gatein.wsrp.WSRPConsumer
Retrieves the session information for the producer associated with this consumer.
getProperties(PortletContext, Set<String>) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getProperties(PortletContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getPropertyDescriptionsFor(String) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getPublicParameter(String) - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPNavigationInfo
 
getPublicParameter(QName) - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPNavigationInfo
 
getPublicParameters() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPNavigationInfo
 
getRealId(String) - Static method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Returns a session id with any trailing jvmRoute removed.
getRegistrationContext() - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
getRegistrationContext() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getRegistrationContext() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getRegistrationContext() - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Retrieves the current RegistrationContext if any
getRegistrationContext() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getRegistrationData() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
Retrieves the RegistrationData that can be sent to the WSRP producer associated with the consumer owning this RegistrationInfo to perform registration.
getRegistrationHandle() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getRegistrationInfo() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getRegistrationLifetime(GetRegistrationLifetime) - Method in class org.gatein.wsrp.services.RegistrationService
 
getRegistrationLifetime(GetRegistrationLifetime) - Method in class org.gatein.wsrp.services.v1.V1RegistrationService
 
getRegistrationLifetime(GetRegistrationLifetime) - Method in class org.gatein.wsrp.services.v2.V2RegistrationService
 
getRegistrationProperties() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getRegistrationProperties() - Method in class org.gatein.wsrp.consumer.RegistrationInfo.RegistrationRefreshResult
 
getRegistrationProperty(String) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getRegistrationProperty(QName) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getRegistrationResult() - Method in class org.gatein.wsrp.consumer.RefreshResult
 
getRegistrationService() - Method in interface org.gatein.wsrp.services.ServiceFactory
 
getRegistrationService() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getRegistrationState() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
getRegistry() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getRemoteHostAddress() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
getRequiresInitCookie() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getResource(RegistrationContext, Holder<PortletContext>, RuntimeContext, UserContext, ResourceParams, Holder<ResourceContext>, Holder<SessionContext>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.MarkupService
 
getResource(RegistrationContext, Holder<PortletContext>, RuntimeContext, UserContext, ResourceParams, Holder<ResourceContext>, Holder<SessionContext>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1MarkupService
 
getResource(RegistrationContext, Holder<PortletContext>, RuntimeContext, UserContext, ResourceParams, Holder<ResourceContext>, Holder<SessionContext>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2MarkupService
 
getRuntimeContext() - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
getRuntimeContextFrom(PerformBlockingInteraction) - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler
 
getRuntimeContextFrom(HandleEvents) - Method in class org.gatein.wsrp.consumer.handlers.EventHandler
 
getRuntimeContextFrom(Request) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Extracts the RuntimeContext from the specific WSRP request.
getRuntimeContextFrom(GetMarkup) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
getRuntimeContextFrom(GetResource) - Method in class org.gatein.wsrp.consumer.handlers.ResourceHandler
 
getRuntimeOptionsInfo() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getSecure() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getSecurity() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
getService(Class<T>) - Method in interface org.gatein.wsrp.services.ServiceFactory
Generic, typesafe version of the get*Service methods.
getService(Class<T>) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getServiceDescription() - Method in class org.gatein.wsrp.consumer.RefreshResult
 
getServiceDescription(RegistrationContext, List<String>, List<String>, UserContext, Holder<Boolean>, Holder<List<PortletDescription>>, Holder<List<ItemDescription>>, Holder<List<ExtensionDescription>>, Holder<List<ItemDescription>>, Holder<List<ItemDescription>>, Holder<CookieProtocol>, Holder<ModelDescription>, Holder<List<String>>, Holder<ResourceList>, Holder<List<EventDescription>>, Holder<ModelTypes>, Holder<List<String>>, Holder<ExportDescription>, Holder<Boolean>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.ServiceDescriptionService
 
getServiceDescription(RegistrationContext, List<String>, List<String>, UserContext, Holder<Boolean>, Holder<List<PortletDescription>>, Holder<List<ItemDescription>>, Holder<List<ExtensionDescription>>, Holder<List<ItemDescription>>, Holder<List<ItemDescription>>, Holder<CookieProtocol>, Holder<ModelDescription>, Holder<List<String>>, Holder<ResourceList>, Holder<List<EventDescription>>, Holder<ModelTypes>, Holder<List<String>>, Holder<ExportDescription>, Holder<Boolean>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1ServiceDescriptionService
 
getServiceDescription(RegistrationContext, List<String>, List<String>, UserContext, Holder<Boolean>, Holder<List<PortletDescription>>, Holder<List<ItemDescription>>, Holder<List<ExtensionDescription>>, Holder<List<ItemDescription>>, Holder<List<ItemDescription>>, Holder<CookieProtocol>, Holder<ModelDescription>, Holder<List<String>>, Holder<ResourceList>, Holder<List<EventDescription>>, Holder<ModelTypes>, Holder<List<String>>, Holder<ExportDescription>, Holder<Boolean>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2ServiceDescriptionService
 
getServiceDescriptionService() - Method in interface org.gatein.wsrp.services.ServiceFactory
 
getServiceDescriptionService() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getSessionContextFrom(Response) - Method in class org.gatein.wsrp.consumer.handlers.MimeResponseHandler
 
getSessionContextFrom(MarkupResponse) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
getSessionContextFrom(ResourceResponse) - Method in class org.gatein.wsrp.consumer.handlers.ResourceHandler
 
getSessionHandler() - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Retrieves the SessionHandler associated with this consumer.
getSessionHandler() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getSessionIdForPortlet(String) - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Retrieves the session id for the portlet with the specified handle.
getSessionRegistry() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
getSessionRegistry() - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
 
getSessionRegistry() - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Retrieves the SessionRegistry associated with this consumer.
getSessionRegistry() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getStatus() - Method in class org.gatein.wsrp.consumer.RefreshResult
 
getStatus() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
getStatus(PortletContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getStructureProvider() - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
getStructureProvider() - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Accesses the ConsumerStructureProvider this MigrationService uses.
getSupportedCustomModes() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getSupportedCustomWindowStates() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getSupportedOptions() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
getSupportedUserScopes() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getType() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPEventInfo
 
getUserContext() - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
getUserContextFrom(WSRPPortletInfo, PortletInvocation, RuntimeContext) - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Retrieves the user context if needed by the portlet from the invocation.
getUserContextFrom(WSRPPortletInfo, PortletInvocation, RuntimeContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getUserCookies() - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Retrieves an up-to-date list of String representations of user-level cookies.
getValue() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
getValue() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getVersion() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
getWsdlDefinitionURL() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
getWsdlDefinitionURL() - Method in interface org.gatein.wsrp.services.ServiceFactory
Retrieves the current String representation of the remote producer's WSDL URL.
getWsdlDefinitionURL() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getWSOperationTimeOut() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
getWSOperationTimeOut() - Method in interface org.gatein.wsrp.services.ServiceFactory
Retrieves the current number of milliseconds this factory waits before deciding that a WS operation has timed out.
getWSOperationTimeOut() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getWSRP1ServiceQName() - Method in class org.gatein.wsrp.services.SOAPServiceFactory.WSDLInfo
 
getWSRP2ServiceQName() - Method in class org.gatein.wsrp.services.SOAPServiceFactory.WSDLInfo
 
getWSRPInfo() - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
getWSRPVersion() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
getWSRPVersion() - Method in interface org.gatein.wsrp.services.ServiceFactory
Returns the WSRP version of the remote service that this ServiceFactory connects to or null if the ServiceFactory is not available.
getWSRPVersion() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
getWSSEnabled() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 

H

handle(Invocation) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Translates a portlet container request into a WSRP request, calls the appropriate WSRP operation and translates the received response back into something the portlet container can deal with, taking care of any exception, dealing with the ones we can or transforming them into portlet container exceptions when we can't deal with them ourselves.
handleEvents(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, EventParams, Holder<UpdateResponse>, Holder<List<HandleEventsFailed>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.MarkupService
 
handleEvents(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, EventParams, Holder<UpdateResponse>, Holder<List<HandleEventsFailed>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1MarkupService
 
handleEvents(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, EventParams, Holder<UpdateResponse>, Holder<List<HandleEventsFailed>>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2MarkupService
 
handleFault(SOAPMessageContext) - Method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
 
handleInvalidRegistrationFault() - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Performs required maintenance when the consumer receives an InvalidaRegistrationFault from the producer.
handleInvalidRegistrationFault() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
handleMessage(SOAPMessageContext) - Method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
 
handleModifyRegistrationRequiredFault() - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Performs required operations when the consumer receives a ModifyRegistrationRequiredFault from the producer to get the consumer ready to call modifyRegistration.
handleModifyRegistrationRequiredFault() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
handleRequest(SOAPMessageContext) - Method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Retrieves cookie information from currently held information and adds them to outbound (producer-bound) messages.
handleResponse(MessageContext) - Method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Extracts any cookie from the inbound (provider-issued) message and make this information available to other WSRP components via ProducerSessionInformation.
hasExpired() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
hashCode() - Method in class org.gatein.wsrp.consumer.migration.ExportInfo
 
hashCode() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
hashCode() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
hashCode() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
hasIssues() - Method in class org.gatein.wsrp.consumer.RefreshResult
 
hasLocalInfo() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
hasLocalRegistrationInfo() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
hasNext() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.ProducerInfoIterator
 
hasWSSFocusedCustomizers() - Method in class org.gatein.wsrp.services.PortCustomizerRegistry
 

I

ImportInfo - Class in org.gatein.wsrp.consumer.migration
Provides metadata about the result of a WSRP import operation on a producer.
ImportInfo(long, Map<QName, List<String>>, SortedMap<String, PortletContext>) - Constructor for class org.gatein.wsrp.consumer.migration.ImportInfo
 
importPortlet(PortletStateType, PortletContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
importPortlets(ExportInfo, List<String>) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
importPortlets(RegistrationContext, byte[], List<ImportPortlet>, UserContext, Lifetime, Holder<List<ImportedPortlet>>, Holder<List<ImportPortletsFailed>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
importPortlets(RegistrationContext, byte[], List<ImportPortlet>, UserContext, Lifetime, Holder<List<ImportedPortlet>>, Holder<List<ImportPortletsFailed>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
importPortlets(RegistrationContext, byte[], List<ImportPortlet>, UserContext, Lifetime, Holder<List<ImportedPortlet>>, Holder<List<ImportPortletsFailed>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
importPortlets(ExportInfo, List<String>) - Method in interface org.gatein.wsrp.WSRPConsumer
Imports the specified portlets as identified by their handles associated with a previous export operation as identified by the specified ExportInfo.
initConsumerCache() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
Initializes the ConsumerCache so that subclasses have the opportunity to do some specific processing.
initConsumerCache() - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
initConsumers(SortedMap<String, WSRPConsumer>) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
initCookie(RegistrationContext, UserContext) - Method in class org.gatein.wsrp.services.MarkupService
 
initCookie(RegistrationContext, UserContext) - Method in class org.gatein.wsrp.services.v1.V1MarkupService
 
initCookie(RegistrationContext, UserContext) - Method in class org.gatein.wsrp.services.v2.V2MarkupService
 
initCookieIfNeeded(PortletInvocation) - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Invokes initCookie if needed (i.e.
initFromStorage() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
initFromStorage() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Initializes this cache from persistent store.
InMemoryConsumerRegistry - Class in org.gatein.wsrp.consumer.registry
 
InMemoryConsumerRegistry() - Constructor for class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
InMemoryMigrationService - Class in org.gatein.wsrp.consumer.migration
 
InMemoryMigrationService() - Constructor for class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
InMemorySessionRegistry - Class in org.gatein.wsrp.consumer.handlers.session
 
InMemorySessionRegistry() - Constructor for class org.gatein.wsrp.consumer.handlers.session.InMemorySessionRegistry
 
InvocationDispatcher - Class in org.gatein.wsrp.consumer.handlers
Decides which InvocationHandler will handle a given PortletInvocation, originating from the portal, to convert it into one or more WSRP calls.
InvocationDispatcher(WSRPConsumerImpl) - Constructor for class org.gatein.wsrp.consumer.handlers.InvocationDispatcher
 
InvocationHandler<Invocation extends org.gatein.pc.api.invocation.PortletInvocation,Request,Response> - Class in org.gatein.wsrp.consumer.handlers
Handles a specific type of PortletInvocation, translating it back and forth into WSRP-understable structures.
InvocationHandler(WSRPConsumerSPI) - Constructor for class org.gatein.wsrp.consumer.handlers.InvocationHandler
 
InvocationHandler.RequestPrecursor<Invocation extends org.gatein.pc.api.invocation.PortletInvocation> - Class in org.gatein.wsrp.consumer.handlers
Extracts basic required elements for all invocation requests.
InvocationHandler.RequestPrecursor(WSRPConsumerSPI, Invocation) - Constructor for class org.gatein.wsrp.consumer.handlers.InvocationHandler.RequestPrecursor
 
invoke(PortletInvocation) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
isActive() - Method in class org.gatein.wsrp.consumer.ProducerInfo
Determines whether the associated consumer is active.
isActive() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
isAvailable() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
isAvailable() - Method in interface org.gatein.wsrp.services.ServiceFactory
Determines whether or not this ServiceFactory is able to provide services.
isAvailable() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
isAvailableExportInfosEmpty() - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
isAvailableExportInfosEmpty() - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Whether there are any available ExportInfos.
isConsistentWithProducerExpectations() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isDefaultMarkupSecure() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isDeterminedInvalid() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
isDoesUrlTemplateProcessing() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isFailed() - Method in interface org.gatein.wsrp.services.ServiceFactory
Determines whether or not this ServiceFactory is in a permanent state of failure which cannot be recovered from without user intervention.
isFailed() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
isHasUserSpecificState() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isImportExportSupported() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
isImportExportSupported() - Method in interface org.gatein.wsrp.WSRPConsumer
Do we support the WSRP 2 import/export functionality?
isInitCookieDone() - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Whether we already called initCookie for the associated producer.
isInvalid() - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
isInvalidated() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
isInvalidated() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Are we invalidated?
isModifiedSinceLastRefresh() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isModifyRegistrationNeeded() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isModifyRegistrationRequired() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
isOnlySecure() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isPerGroupCookies() - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Whether the producer required cookies to be initialized per portlet group instead of per user.
isPerUserCookieInit() - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Whether initCookie needs to be called once per user.
isRefreshNeeded() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
isRefreshNeeded(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
isRefreshNeeded() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
Determines whether this RegistrationInfo needs to be refreshed when its RegistrationInfo.refresh(org.oasis.wsrp.v2.ServiceDescription, String, boolean, boolean, boolean) method is called.
isRefreshNeeded() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
isRefreshNeeded() - Method in interface org.gatein.wsrp.WSRPConsumer
Determines whether this consumer's information needs to be refreshed with respect to its associated remote producer.
isRegistered() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
isRegistered() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isRegistrationChecked() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
isRegistrationDeterminedNotRequired() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
Determines whether it has been determined after querying the associated Producer that it does NOT require registration.
isRegistrationDeterminedRequired() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
Determines whether it has been determined after querying the associated Producer that it requires registration.
isRegistrationPropertiesExisting() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isRegistrationRequired() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
isRegistrationRequired() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
Determines whether the associated Producer requires registration.
isRegistrationValid() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isRemotable() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isRemote() - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
isTemplatesStoredInSession() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isUndetermined() - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
isUserContextStoredInSession() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isUsesMethodGet() - Method in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
isUsingWSRP2() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
isUsingWSRP2() - Method in interface org.gatein.wsrp.WSRPConsumer
Is this consumer compatible with WSRP 2?
isWSSAvailable() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
isWSSAvailable() - Method in interface org.gatein.wsrp.services.ServiceFactory
Determines whether WS-Security is configured and available to be enabled on this ServiceFactory.
isWSSAvailable() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
isWSSEnabled() - Method in interface org.gatein.wsrp.services.ServiceFactory
Retrieves whether WSS is enabled or not on this ServiceFactory
isWSSEnabled() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
isWSSFocused() - Method in interface org.gatein.wsrp.services.PortCustomizer
 

K

knows(String) - Method in class org.gatein.wsrp.consumer.registry.RegisteringPortletInvokerResolver
 

L

loadProducerInfo(String) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
loadProducerInfo(String) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Loads the ProducerInfo associated with the specified identifier from the persistent state.
log - Static variable in class org.gatein.wsrp.consumer.handlers.InvocationHandler
 
log - Static variable in class org.gatein.wsrp.consumer.handlers.MultiPartUtil
 
log - Static variable in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 

M

ManageableServiceFactory - Interface in org.gatein.wsrp.services
 
MarkupService<T> - Class in org.gatein.wsrp.services
 
MarkupService(T) - Constructor for class org.gatein.wsrp.services.MarkupService
 
MigrationService - Interface in org.gatein.wsrp.consumer.migration
Provides support for import/export operations.
MimeResponseHandler<Invocation extends org.gatein.pc.api.invocation.PortletInvocation,Request,Response,LocalMimeResponse extends MimeResponse> - Class in org.gatein.wsrp.consumer.handlers
 
MimeResponseHandler(WSRPConsumerSPI) - Constructor for class org.gatein.wsrp.consumer.handlers.MimeResponseHandler
 
modifyRegistration() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
modifyRegistration(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
modifyRegistration(RegistrationContext, RegistrationData, UserContext, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.RegistrationService
 
modifyRegistration(RegistrationContext, RegistrationData, UserContext, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1RegistrationService
 
modifyRegistration(RegistrationContext, RegistrationData, UserContext, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2RegistrationService
 
MultiPartUtil - Class in org.gatein.wsrp.consumer.handlers
 
MultiPartUtil() - Constructor for class org.gatein.wsrp.consumer.handlers.MultiPartUtil
 

N

NavigationalStateUpdatingHandler<Invocation extends org.gatein.pc.api.invocation.PortletInvocation,Request,Response> - Class in org.gatein.wsrp.consumer.handlers
 
NavigationalStateUpdatingHandler(WSRPConsumerImpl) - Constructor for class org.gatein.wsrp.consumer.handlers.NavigationalStateUpdatingHandler
 
newChild(Object, UnmarshallingContext, String, String, Attributes) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
newChild(SortedMap<String, WSRPConsumer>, UnmarshallingContext, String, String, Attributes) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
newChild(WSRPConsumer, UnmarshallingContext, String, String, Attributes) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
newChild(RegistrationInfo, UnmarshallingContext, String, String, Attributes) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
newRoot(Object, UnmarshallingContext, String, String, Attributes) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
next() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.ProducerInfoIterator
 

O

onSessionEvent(SessionEvent) - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Listen to consumer-side session destruction events to notify the producer that the portlet sessions for that user need to be released.
onSessionEvent(SessionEvent) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
org.gatein.wsrp - package org.gatein.wsrp
 
org.gatein.wsrp.consumer - package org.gatein.wsrp.consumer
 
org.gatein.wsrp.consumer.handlers - package org.gatein.wsrp.consumer.handlers
 
org.gatein.wsrp.consumer.handlers.session - package org.gatein.wsrp.consumer.handlers.session
 
org.gatein.wsrp.consumer.migration - package org.gatein.wsrp.consumer.migration
 
org.gatein.wsrp.consumer.portlet - package org.gatein.wsrp.consumer.portlet
 
org.gatein.wsrp.consumer.portlet.info - package org.gatein.wsrp.consumer.portlet.info
 
org.gatein.wsrp.consumer.registry - package org.gatein.wsrp.consumer.registry
 
org.gatein.wsrp.consumer.registry.xml - package org.gatein.wsrp.consumer.registry.xml
 
org.gatein.wsrp.consumer.spi - package org.gatein.wsrp.consumer.spi
 
org.gatein.wsrp.handler - package org.gatein.wsrp.handler
 
org.gatein.wsrp.services - package org.gatein.wsrp.services
 
org.gatein.wsrp.services.v1 - package org.gatein.wsrp.services.v1
 
org.gatein.wsrp.services.v2 - package org.gatein.wsrp.services.v2
 

P

performBlockingInteraction(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, InteractionParams, Holder<UpdateResponse>, Holder<String>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.MarkupService
 
performBlockingInteraction(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, InteractionParams, Holder<UpdateResponse>, Holder<String>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1MarkupService
 
performBlockingInteraction(RegistrationContext, PortletContext, RuntimeContext, UserContext, MarkupParams, InteractionParams, Holder<UpdateResponse>, Holder<String>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2MarkupService
 
performRequest(PerformBlockingInteraction) - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler
 
performRequest(GetResource) - Method in class org.gatein.wsrp.consumer.handlers.DirectResourceServingHandler
 
performRequest(HandleEvents) - Method in class org.gatein.wsrp.consumer.handlers.EventHandler
 
performRequest(Request, PortletInvocation) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Attempts to perform the specified request, taking care of setting and updating cookies if required, at most InvocationHandler.MAXIMUM_RETRY_NUMBER times to give the consumer the opportunity to react to specific errors (such as need to invoke initCookie or modifyRegistration) that can sometimes be recovered from.
performRequest(Request) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Performs the actual specific WSRP call for the specified request.
performRequest(GetMarkup) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
performRequest(GetResource) - Method in class org.gatein.wsrp.consumer.handlers.ResourceHandler
 
PortCustomizer - Interface in org.gatein.wsrp.services
 
PortCustomizerRegistry - Class in org.gatein.wsrp.services
 
PortletManagementService<T> - Class in org.gatein.wsrp.services
 
PortletManagementService(T) - Constructor for class org.gatein.wsrp.services.PortletManagementService
 
prepareRequest(InvocationHandler.RequestPrecursor<ActionInvocation>, ActionInvocation) - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler
 
prepareRequest(InvocationHandler.RequestPrecursor<EventInvocation>, EventInvocation) - Method in class org.gatein.wsrp.consumer.handlers.EventHandler
 
prepareRequest(InvocationHandler.RequestPrecursor<Invocation>, Invocation) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Created and further prepares the specific requests based on common extracted information from the specified RequestPrecursor and the originating portlet invocation.
prepareRequest(InvocationHandler.RequestPrecursor<RenderInvocation>, RenderInvocation) - Method in class org.gatein.wsrp.consumer.handlers.RenderHandler
 
prepareRequest(InvocationHandler.RequestPrecursor<ResourceInvocation>, ResourceInvocation) - Method in class org.gatein.wsrp.consumer.handlers.ResourceHandler
 
processExtensions(Response) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Processes extensions, making them available if needed to the ConsumerExtensionAccessor.
processResponse(BlockingInteractionResponse, ActionInvocation, InvocationHandler.RequestPrecursor<ActionInvocation>) - Method in class org.gatein.wsrp.consumer.handlers.ActionHandler
 
processResponse(HandleEventsResponse, EventInvocation, InvocationHandler.RequestPrecursor<EventInvocation>) - Method in class org.gatein.wsrp.consumer.handlers.EventHandler
 
processResponse(Response, Invocation, InvocationHandler.RequestPrecursor<Invocation>) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Converts the WSRP response into a portlet container PortletInvocationResponse based on its type and on whether other WSRP components need to be informed of potential changes from the producer.
processResponse(Response, Invocation, InvocationHandler.RequestPrecursor<Invocation>) - Method in class org.gatein.wsrp.consumer.handlers.MimeResponseHandler
 
processUpdateResponse(Invocation, InvocationHandler.RequestPrecursor<Invocation>, UpdateResponse, Response) - Method in class org.gatein.wsrp.consumer.handlers.NavigationalStateUpdatingHandler
 
PRODUCER_NAME_META_INFO_KEY - Static variable in class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
ProducerInfo - Class in org.gatein.wsrp.consumer
ProducerInfo handles the consumer's state with respect to its remote producer.
ProducerInfo(ConsumerRegistrySPI) - Constructor for class org.gatein.wsrp.consumer.ProducerInfo
 
ProducerSessionInformation - Class in org.gatein.wsrp.consumer.handlers
Records portlet session and cookie information for a given producer.
ProducerSessionInformation() - Constructor for class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
 
propertyValueChanged(RegistrationProperty, RegistrationProperty.Status, Object, Object) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
purgeExpiredCookies(List<CookieUtil.Cookie>) - Static method in class org.gatein.wsrp.handler.CookieUtil
Purges the expired cookies in the specified array.
put(String, ProducerSessionInformation) - Method in class org.gatein.wsrp.consumer.handlers.session.InMemorySessionRegistry
 
put(String, ProducerSessionInformation) - Method in interface org.gatein.wsrp.consumer.handlers.session.SessionRegistry
 
putConsumer(String, WSRPConsumer) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
putConsumer(String, WSRPConsumer) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Puts the specified consumer in cache under the specified identifier.

R

refresh() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
refresh(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
Refreshes the producer's information from the service description if required.
refresh(ServiceDescription, String, boolean, boolean, boolean) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
Refreshes the registration status and information required by the associated WSRP producer based on the information provided in the specified ServiceDescription.
refresh(boolean) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
refresh(boolean) - Method in interface org.gatein.wsrp.services.ServiceFactory
Refreshes (if needed) the information held by this factory from the producer's WSDL.
refresh(boolean) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
refresh(boolean) - Method in interface org.gatein.wsrp.WSRPConsumer
Refreshes this consumer, potentially bypassing any cache, from the associated remote producer.
refreshIfNeeded() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
Refreshes the cache information if needed.
refreshProducerInfo() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
refreshProducerInfo() - Method in interface org.gatein.wsrp.WSRPConsumer
Asks this consumer's ProducerInfo to refresh itself by querying the associated remote producer for its service description and parsing it, potentially triggering other WSRP operations such as registration if required.
RefreshResult - Class in org.gatein.wsrp.consumer
A detailed status of what happened during a refresh of the producer metadata.
RefreshResult() - Constructor for class org.gatein.wsrp.consumer.RefreshResult
A RefreshResult is assumed successful unless proven otherwise.
RefreshResult(RefreshResult.Status) - Constructor for class org.gatein.wsrp.consumer.RefreshResult
 
RefreshResult.Status - Enum in org.gatein.wsrp.consumer
 
register() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
register(PortCustomizer) - Method in class org.gatein.wsrp.services.PortCustomizerRegistry
 
register(RegistrationData, Lifetime, UserContext, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>, Holder<String>) - Method in class org.gatein.wsrp.services.RegistrationService
 
register(RegistrationData, Lifetime, UserContext, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>, Holder<String>) - Method in class org.gatein.wsrp.services.v1.V1RegistrationService
 
register(RegistrationData, Lifetime, UserContext, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>, Holder<String>) - Method in class org.gatein.wsrp.services.v2.V2RegistrationService
 
RegisteringPortletInvokerResolver - Class in org.gatein.wsrp.consumer.registry
Attempts to activate a WSRP consumer named like the missing invoker that triggered the invocation of this PortletInvokerResolver.
RegisteringPortletInvokerResolver() - Constructor for class org.gatein.wsrp.consumer.registry.RegisteringPortletInvokerResolver
 
registerOrDeregisterConsumerWith(String, boolean) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
registerOrDeregisterConsumerWith(String, boolean) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Attempts to register (if the specified boolean is true) or deregister (otherwise) the consumer associated with the specified identifier with the associated remote producer.
registerWithFederatingPortletInvoker(WSRPConsumer) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
registerWithFederatingPortletInvoker(WSRPConsumer) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Registers the specified WSRPConsumer with the FederatingPortletInvoker.
RegistrationInfo - Class in org.gatein.wsrp.consumer
Records the registration status of the consumer owning this RegistrationInfo (via its ProducerInfo) with respect to the metadata provided by the producer, i.e.
RegistrationInfo(ProducerInfo) - Constructor for class org.gatein.wsrp.consumer.RegistrationInfo
 
RegistrationInfo(ProducerInfo, boolean) - Constructor for class org.gatein.wsrp.consumer.RegistrationInfo
 
RegistrationInfo(RegistrationInfo) - Constructor for class org.gatein.wsrp.consumer.RegistrationInfo
 
RegistrationInfo.RegistrationRefreshResult - Class in org.gatein.wsrp.consumer
 
RegistrationInfo.RegistrationRefreshResult() - Constructor for class org.gatein.wsrp.consumer.RegistrationInfo.RegistrationRefreshResult
 
RegistrationProperty - Class in org.gatein.wsrp.consumer
 
RegistrationProperty() - Constructor for class org.gatein.wsrp.consumer.RegistrationProperty
 
RegistrationProperty(String, String, String, RegistrationProperty.PropertyChangeListener) - Constructor for class org.gatein.wsrp.consumer.RegistrationProperty
 
RegistrationProperty(QName, String, String, RegistrationProperty.PropertyChangeListener) - Constructor for class org.gatein.wsrp.consumer.RegistrationProperty
 
RegistrationProperty.Status - Enum in org.gatein.wsrp.consumer
 
RegistrationService<T> - Class in org.gatein.wsrp.services
 
RegistrationService(T) - Constructor for class org.gatein.wsrp.services.RegistrationService
 
releaseExport(ExportInfo) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
releaseExport(RegistrationContext, byte[], UserContext) - Method in class org.gatein.wsrp.services.PortletManagementService
 
releaseExport(RegistrationContext, byte[], UserContext) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
releaseExport(RegistrationContext, byte[], UserContext) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
releaseExport(ExportInfo) - Method in interface org.gatein.wsrp.WSRPConsumer
Tells the remote producer that we don't need the data associated with the specified ExportInfo.
releaseSessions() - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
 
releaseSessions() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
releaseSessions(RegistrationContext, List<String>, UserContext) - Method in class org.gatein.wsrp.services.MarkupService
 
releaseSessions(RegistrationContext, List<String>, UserContext) - Method in class org.gatein.wsrp.services.v1.V1MarkupService
 
releaseSessions(RegistrationContext, List<String>, UserContext) - Method in class org.gatein.wsrp.services.v2.V2MarkupService
 
releaseSessions() - Method in interface org.gatein.wsrp.WSRPConsumer
Releases all the sessions held by this Consumer
reloadConsumers() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
reloadConsumers() - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Reloads consumers from persistence, re-initializing any cache from the persisted state.
reloadConsumers() - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
reloadConsumers() - Method in class org.gatein.wsrp.consumer.registry.xml.XMLConsumerRegistry
 
remove(String) - Method in class org.gatein.wsrp.consumer.handlers.session.InMemorySessionRegistry
 
remove(String) - Method in interface org.gatein.wsrp.consumer.handlers.session.SessionRegistry
 
remove(ExportInfo) - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
remove(ExportInfo) - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Removes the specified ExportInfo from the ones managed by this MigrationService.
remove() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.ProducerInfoIterator
 
removeConsumer(String) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
removeConsumer(String) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Removes the consumer identified by the specified identifier from this cache.
removeRegistrationProperty(String) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
removeRegistrationProperty(QName) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
RenderHandler - Class in org.gatein.wsrp.consumer.handlers
 
RenderHandler(WSRPConsumerSPI) - Constructor for class org.gatein.wsrp.consumer.handlers.RenderHandler
 
RequestHeaderClientHandler - Class in org.gatein.wsrp.handler
A WS-level handler to intercept cookies returned from the remote producer responses and provide them back again to the producer when invoking WS operations.
RequestHeaderClientHandler() - Constructor for class org.gatein.wsrp.handler.RequestHeaderClientHandler
 
requiresInitCookie() - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Whether the associated producer requires initCookie to be called.
resetCurrentInfo() - Static method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Removes any data associated with the current interaction.
resetCurrentlyHeldInformation() - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Resets the information held by RequestHeaderClientHandler for the current interaction.
resetRegistration() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
resolvePortletInvokerFor(String, FederatingPortletInvoker, String) - Method in class org.gatein.wsrp.consumer.registry.RegisteringPortletInvokerResolver
 
ResourceHandler - Class in org.gatein.wsrp.consumer.handlers
 
ResourceHandler(WSRPConsumerSPI) - Constructor for class org.gatein.wsrp.consumer.handlers.ResourceHandler
 

S

save(ProducerInfo, String) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
save(ProducerInfo, String) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Saves for the first time the specified ProducerInfo to persistence, providing a message in case an error happens.
service - Variable in class org.gatein.wsrp.services.WSRPService
 
ServiceDescriptionService<T> - Class in org.gatein.wsrp.services
 
ServiceDescriptionService(T) - Constructor for class org.gatein.wsrp.services.ServiceDescriptionService
 
ServiceFactory - Interface in org.gatein.wsrp.services
A factory that gives access to WSRP services published by a remote producer based on the metadata provided by its WSDL file.
SessionHandler - Class in org.gatein.wsrp.consumer.handlers
Manages session information and operations on behalf of a consumer.
SessionHandler(WSRPConsumerImpl) - Constructor for class org.gatein.wsrp.consumer.handlers.SessionHandler
Constructs a new SessionHandler.
SessionRegistry - Interface in org.gatein.wsrp.consumer.handlers.session
Records which consumer-side session is associated with which ProducerSessionInformation.
SET_COOKIE - Static variable in class org.gatein.wsrp.handler.CookieUtil
 
setActive(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
Activates or de-activate this Consumer.
setActiveAndSave(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setAvailable(boolean) - Method in interface org.gatein.wsrp.services.ManageableServiceFactory
 
setAvailable(boolean) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
setConfigurationIS(InputStream) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLConsumerRegistry
 
setConsumerCache(ConsumerCache) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
setConsumerName(String) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setConsumerRegistry(ConsumerRegistrySPI) - Method in class org.gatein.wsrp.consumer.registry.RegisteringPortletInvokerResolver
 
setCurrentGroupId(String) - Static method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Specifies that the portlets being interacted with are part of the portlet group identified by the specified group identifier
setCurrentInfo(String, ProducerSessionInformation) - Static method in class org.gatein.wsrp.handler.RequestHeaderClientHandler
Updates the information associated with the current interactions with the specified information.
setDescription(RegistrationPropertyDescription) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setEndpointConfigurationInfo(EndpointConfigurationInfo) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setEntityResolver(EntityResolver) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLConsumerRegistry
 
setExpirationCacheSeconds(Integer) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setExportLifetime(SetExportLifetime) - Method in class org.gatein.wsrp.services.PortletManagementService
 
setExportLifetime(SetExportLifetime) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
setExportLifetime(SetExportLifetime) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
setFailed(boolean) - Method in interface org.gatein.wsrp.services.ManageableServiceFactory
 
setFailed(boolean) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
setFederatingPortletInvoker(FederatingPortletInvoker) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
setFederatingPortletInvoker(FederatingPortletInvoker) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
 
setGroupCookiesFor(String, List<CookieUtil.Cookie>) - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Associates the given cookies with a given portlet group, as identified by the specified group identifier.
setId(String) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setInfo(PortletInfo) - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
setInvalidated(boolean) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry.InMemoryConsumerCache
 
setInvalidated(boolean) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerCache
Specifies whether this cache should be invalidated.
setKey(String) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setKey(Long) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setLang(String) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setListener(RegistrationProperty.PropertyChangeListener) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setMigrationService(MigrationService) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
setMigrationService(MigrationService) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
 
setModifiedSinceLastRefresh(boolean) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setModifyRegistrationRequired(boolean) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setName(QName) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setParent(ProducerInfo) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setPerGroupCookies(boolean) - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
Only public for test purposes.
setPersistentKey(String) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setPortletContext(PortletContext) - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
setPortletProperties(RegistrationContext, PortletContext, UserContext, PropertyList, Holder<String>, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
setPortletProperties(RegistrationContext, PortletContext, UserContext, PropertyList, Holder<String>, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
setPortletProperties(RegistrationContext, PortletContext, UserContext, PropertyList, Holder<String>, Holder<byte[]>, Holder<Lifetime>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
setPortletsLifetime(RegistrationContext, List<PortletContext>, UserContext, Lifetime, Holder<List<PortletLifetime>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.PortletManagementService
 
setPortletsLifetime(RegistrationContext, List<PortletContext>, UserContext, Lifetime, Holder<List<PortletLifetime>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v1.V1PortletManagementService
 
setPortletsLifetime(RegistrationContext, List<PortletContext>, UserContext, Lifetime, Holder<List<PortletLifetime>>, Holder<List<FailedPortlets>>, Holder<ResourceList>, Holder<List<Extension>>) - Method in class org.gatein.wsrp.services.v2.V2PortletManagementService
 
setProperties(PortletContext, PropertyChange[]) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
setRegistrationContext(RegistrationContext) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setRegistrationHandle(String) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setRegistrationInfo(RegistrationInfo) - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
setRegistrationLifetime(SetRegistrationLifetime) - Method in class org.gatein.wsrp.services.RegistrationService
 
setRegistrationLifetime(SetRegistrationLifetime) - Method in class org.gatein.wsrp.services.v1.V1RegistrationService
 
setRegistrationLifetime(SetRegistrationLifetime) - Method in class org.gatein.wsrp.services.v2.V2RegistrationService
 
setRegistrationProperties(Map<QName, RegistrationProperty>) - Method in class org.gatein.wsrp.consumer.RegistrationInfo.RegistrationRefreshResult
 
setRegistrationProperties(Map<QName, RegistrationProperty>) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setRegistrationPropertyValue(String, String) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setRegistrationPropertyValue(QName, String) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setRegistrationResult(RefreshResult) - Method in class org.gatein.wsrp.consumer.RefreshResult
 
setRegistrationState(byte[]) - Method in class org.gatein.wsrp.consumer.RegistrationInfo
 
setServiceDescription(ServiceDescription) - Method in class org.gatein.wsrp.consumer.RefreshResult
 
setSessionEventBroadcaster(SessionEventBroadcaster) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
setSessionEventBroadcaster(SessionEventBroadcaster) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
 
setSessionRegistry(SessionRegistry) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
setSessionRegistry(SessionRegistry) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
 
setStatus(RefreshResult.Status) - Method in class org.gatein.wsrp.consumer.RefreshResult
 
setStatus(RegistrationProperty.Status) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setStructureProvider(ConsumerStructureProvider) - Method in class org.gatein.wsrp.consumer.migration.InMemoryMigrationService
 
setStructureProvider(ConsumerStructureProvider) - Method in interface org.gatein.wsrp.consumer.migration.MigrationService
Provides a way to wire in a ConsumerStructureProvider.
setSupportedOption(String) - Method in class org.gatein.wsrp.consumer.ProducerInfo
Public for tests
setTemplatesIfNeeded(WSRPPortletInfo, PortletInvocation, RuntimeContext) - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Adds templates (see http://docs.oasis-open.org/wsrp/v2/wsrp-2.0-spec-os-01.html#_Producer_URL_Writing) if required.
setTemplatesIfNeeded(WSRPPortletInfo, PortletInvocation, RuntimeContext) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
setUserCookies(List<CookieUtil.Cookie>) - Method in class org.gatein.wsrp.consumer.handlers.ProducerSessionInformation
 
setValue(String) - Method in class org.gatein.wsrp.consumer.RegistrationProperty
 
setValue(Object, UnmarshallingContext, String, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
setValue(EndpointConfigurationInfo, UnmarshallingContext, String, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
setValue(RegistrationInfo, UnmarshallingContext, String, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
setValue(XMLWSRPConsumerFactory.Property, UnmarshallingContext, String, String, String) - Method in class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
setWsdlDefinitionURL(String) - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
setWsdlDefinitionURL(String) - Method in interface org.gatein.wsrp.services.ServiceFactory
Specifies the URL of the WSDL that needs to be analyzed for WSRP service publication.
setWsdlDefinitionURL(String) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
setWSOperationTimeOut(int) - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
Number of milliseconds before a WS operation is considered as having timed out.
setWSOperationTimeOut(int) - Method in interface org.gatein.wsrp.services.ServiceFactory
Specifies how many milliseconds this factory waits before deciding a WS operation is considered as having timed out.
setWSOperationTimeOut(int) - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
setWSSEnabled(boolean) - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
SOAPServiceFactory - Class in org.gatein.wsrp.services
 
SOAPServiceFactory() - Constructor for class org.gatein.wsrp.services.SOAPServiceFactory
 
SOAPServiceFactory.WSDLInfo - Class in org.gatein.wsrp.services
 
SOAPServiceFactory.WSDLInfo(String) - Constructor for class org.gatein.wsrp.services.SOAPServiceFactory.WSDLInfo
 
start() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
start() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
start() - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Gets this ConsumerRegistry ready to work, in particular, loads the consumers from persistence and starts them, registering the active ones with the FederatingPortletInvoker.
start() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
start() - Method in interface org.gatein.wsrp.services.ServiceFactory
Performs initialization of this ServiceFactory based on available connection metadata.
start() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
start() - Method in interface org.gatein.wsrp.WSRPConsumer
Gets this consumer ready to receive and send WSRP messages to the remote producer.
stop() - Method in class org.gatein.wsrp.consumer.EndpointConfigurationInfo
 
stop() - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
stop() - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
stop() - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Stops all consumers, deregistering them with the FederatingPortletInvoker.
stop() - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
stop() - Method in interface org.gatein.wsrp.services.ServiceFactory
Performs any clean-up operation needed when this factory is being shutdown.
stop() - Method in class org.gatein.wsrp.services.SOAPServiceFactory
 
stop() - Method in interface org.gatein.wsrp.WSRPConsumer
Stops this consumer, making it unable to send or receive WSRP messages.
supportsUserScope(String) - Method in interface org.gatein.wsrp.consumer.spi.WSRPConsumerSPI
Determines whether the specified user scope (for markup caching) is supported.
supportsUserScope(String) - Method in class org.gatein.wsrp.consumer.WSRPConsumerImpl
 

T

toString() - Method in class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
toString() - Method in class org.gatein.wsrp.consumer.ProducerInfo
 
toString() - Method in class org.gatein.wsrp.handler.CookieUtil.Cookie
 
trace - Static variable in class org.gatein.wsrp.consumer.handlers.InvocationHandler
 

U

unregister(PortCustomizer) - Method in class org.gatein.wsrp.services.PortCustomizerRegistry
 
unwrapWSRPError(ErrorResponse) - Method in class org.gatein.wsrp.consumer.handlers.InvocationHandler
Attempts to unwrap nested errors to make them more palatable to users.
update(ProducerInfo) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
update(ProducerInfo) - Method in interface org.gatein.wsrp.consumer.spi.ConsumerRegistrySPI
Persists the changes made to an already persisted ProducerInfo.
updateProducerInfo(ProducerInfo) - Method in class org.gatein.wsrp.consumer.registry.AbstractConsumerRegistry
 
updateProducerInfo(ProducerInfo) - Method in interface org.gatein.wsrp.consumer.registry.ConsumerRegistry
Persists the changes made to ProducerInfo.
updateProducerInfo(ProducerInfo) - Method in class org.gatein.wsrp.consumer.registry.InMemoryConsumerRegistry
 
updateSessionIfNeeded(SessionContext, PortletInvocation, String) - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Updates, if needed, the known session information based on the data provided by the specified SessionContext (i.e.
updateSessionInfoFor(String, String, PortletInvocation) - Method in class org.gatein.wsrp.consumer.handlers.SessionHandler
Maintains session information associated with portlets when their handle is modified (for example, after a clone operation).

V

V1MarkupService - Class in org.gatein.wsrp.services.v1
 
V1MarkupService(WSRPV1MarkupPortType) - Constructor for class org.gatein.wsrp.services.v1.V1MarkupService
 
V1PortletManagementService - Class in org.gatein.wsrp.services.v1
 
V1PortletManagementService(WSRPV1PortletManagementPortType) - Constructor for class org.gatein.wsrp.services.v1.V1PortletManagementService
 
V1RegistrationService - Class in org.gatein.wsrp.services.v1
 
V1RegistrationService(WSRPV1RegistrationPortType) - Constructor for class org.gatein.wsrp.services.v1.V1RegistrationService
 
V1ServiceDescriptionService - Class in org.gatein.wsrp.services.v1
 
V1ServiceDescriptionService(WSRPV1ServiceDescriptionPortType) - Constructor for class org.gatein.wsrp.services.v1.V1ServiceDescriptionService
 
V2MarkupService - Class in org.gatein.wsrp.services.v2
 
V2MarkupService(WSRPV2MarkupPortType) - Constructor for class org.gatein.wsrp.services.v2.V2MarkupService
 
V2PortletManagementService - Class in org.gatein.wsrp.services.v2
 
V2PortletManagementService(WSRPV2PortletManagementPortType) - Constructor for class org.gatein.wsrp.services.v2.V2PortletManagementService
 
V2RegistrationService - Class in org.gatein.wsrp.services.v2
 
V2RegistrationService(WSRPV2RegistrationPortType) - Constructor for class org.gatein.wsrp.services.v2.V2RegistrationService
 
V2ServiceDescriptionService - Class in org.gatein.wsrp.services.v2
 
V2ServiceDescriptionService(WSRPV2ServiceDescriptionPortType) - Constructor for class org.gatein.wsrp.services.v2.V2ServiceDescriptionService
 
valueOf(String) - Static method in enum org.gatein.wsrp.consumer.RefreshResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gatein.wsrp.consumer.RegistrationProperty.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gatein.wsrp.consumer.RefreshResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gatein.wsrp.consumer.RegistrationProperty.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

WSRP1 - Static variable in interface org.gatein.wsrp.services.ServiceFactory
 
WSRP2 - Static variable in interface org.gatein.wsrp.services.ServiceFactory
 
WSRPConsumer - Interface in org.gatein.wsrp
A PortletInvoker implementation proxying a remote producer on behalf of the local portal, translating portal calls to portlets into WSRP operations on the remote producer and translating the remote producer's responses back to portlet container structure so that the local portal thinks it's interacting with local portlets.
WSRPConsumerImpl - Class in org.gatein.wsrp.consumer
WSRPConsumerImpl is in charge of maintaining the consumer's information with respect to its associated producer.
WSRPConsumerImpl(ProducerInfo) - Constructor for class org.gatein.wsrp.consumer.WSRPConsumerImpl
 
WSRPConsumerSPI - Interface in org.gatein.wsrp.consumer.spi
 
WSRPEventInfo - Class in org.gatein.wsrp.consumer.portlet.info
 
WSRPEventInfo(QName, LocalizedString, LocalizedString, TypeInfo, Collection<QName>) - Constructor for class org.gatein.wsrp.consumer.portlet.info.WSRPEventInfo
 
WSRPNavigationInfo - Class in org.gatein.wsrp.consumer.portlet.info
 
WSRPNavigationInfo(Collection<ParameterInfo>) - Constructor for class org.gatein.wsrp.consumer.portlet.info.WSRPNavigationInfo
 
WSRPParameterInfo - Class in org.gatein.wsrp.consumer.portlet.info
 
WSRPParameterInfo(String, QName, Collection<QName>, LocalizedString) - Constructor for class org.gatein.wsrp.consumer.portlet.info.WSRPParameterInfo
 
WSRPPortlet - Class in org.gatein.wsrp.consumer.portlet
Simple implementation of org.gatein.pc.Portlet interface
WSRPPortlet() - Constructor for class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
WSRPPortlet(PortletContext, PortletInfo) - Constructor for class org.gatein.wsrp.consumer.portlet.WSRPPortlet
 
WSRPPortletInfo - Class in org.gatein.wsrp.consumer.portlet.info
 
WSRPPortletInfo(PortletDescription, ProducerInfo) - Constructor for class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
WSRPPortletInfo(WSRPPortletInfo, String) - Constructor for class org.gatein.wsrp.consumer.portlet.info.WSRPPortletInfo
 
WSRPService<T> - Class in org.gatein.wsrp.services
 
WSRPService(T) - Constructor for class org.gatein.wsrp.services.WSRPService
 

X

XMLConsumerRegistry - Class in org.gatein.wsrp.consumer.registry.xml
Loads consumer configurations from an XML file.
XMLConsumerRegistry() - Constructor for class org.gatein.wsrp.consumer.registry.xml.XMLConsumerRegistry
 
XMLConsumerRegistry(InputStream) - Constructor for class org.gatein.wsrp.consumer.registry.xml.XMLConsumerRegistry
 
XMLWSRPConsumerFactory - Class in org.gatein.wsrp.consumer.registry.xml
Wire the mbeans to install
XMLWSRPConsumerFactory(ConsumerRegistry) - Constructor for class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory
 
XMLWSRPConsumerFactory.Property - Class in org.gatein.wsrp.consumer.registry.xml
 
XMLWSRPConsumerFactory.Property() - Constructor for class org.gatein.wsrp.consumer.registry.xml.XMLWSRPConsumerFactory.Property
 
A B C D E G H I K L M N O P R S T U V W X 
GateIn WSRP Consumer 2.3.1.Final

Copyright © 2006-2014 GateIn. All Rights Reserved.