org.exoplatform.services.wsrp2.producer.impl
Class MarkupOperationsInterfaceImpl

java.lang.Object
  extended by org.exoplatform.services.wsrp2.producer.impl.MarkupOperationsInterfaceImpl
All Implemented Interfaces:
MarkupOperationsInterface

public class MarkupOperationsInterfaceImpl
extends Object
implements MarkupOperationsInterface

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net Author : Alexey Zavizionov alexey.zavizionov@exoplatform.com.ua

Constructor Summary
MarkupOperationsInterfaceImpl(PortletManagementOperationsInterface portletManagementOperationsInterface, PersistentStateManager persitentStateManager, TransientStateManager transientStateManager, PortletContainerProxy proxy, WSRPConfiguration conf, org.exoplatform.services.organization.OrganizationService orgService)
           
 
Method Summary
 org.exoplatform.services.wsrp2.type.MarkupResponse getMarkup(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp2.type.PortletContext portletContext, org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext, org.exoplatform.services.wsrp2.type.UserContext userContext, org.exoplatform.services.wsrp2.type.MarkupParams markupParams)
           
 org.exoplatform.services.wsrp2.type.ResourceResponse getResource(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp2.type.PortletContext portletContext, org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext, org.exoplatform.services.wsrp2.type.UserContext userContext, org.exoplatform.services.wsrp2.type.ResourceParams resourceParams)
           
 org.exoplatform.services.wsrp2.type.HandleEventsResponse handleEvents(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp2.type.PortletContext portletContext, org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext, org.exoplatform.services.wsrp2.type.UserContext userContext, org.exoplatform.services.wsrp2.type.MarkupParams markupParams, org.exoplatform.services.wsrp2.type.EventParams eventParams)
           
 org.exoplatform.services.wsrp2.type.ReturnAny initCookie(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp2.type.UserContext userContext)
           
 org.exoplatform.services.wsrp2.type.BlockingInteractionResponse performBlockingInteraction(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext, org.exoplatform.services.wsrp2.type.PortletContext portletContext, org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext, org.exoplatform.services.wsrp2.type.UserContext userContext, org.exoplatform.services.wsrp2.type.MarkupParams markupParams, org.exoplatform.services.wsrp2.type.InteractionParams interactionParams)
           
 org.exoplatform.services.wsrp2.type.ReturnAny releaseSessions(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext, String[] sessionIDs, org.exoplatform.services.wsrp2.type.UserContext userContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupOperationsInterfaceImpl

public MarkupOperationsInterfaceImpl(PortletManagementOperationsInterface portletManagementOperationsInterface,
                                     PersistentStateManager persitentStateManager,
                                     TransientStateManager transientStateManager,
                                     PortletContainerProxy proxy,
                                     WSRPConfiguration conf,
                                     org.exoplatform.services.organization.OrganizationService orgService)
Method Detail

getMarkup

public org.exoplatform.services.wsrp2.type.MarkupResponse getMarkup(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
                                                                    org.exoplatform.services.wsrp2.type.PortletContext portletContext,
                                                                    org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext,
                                                                    org.exoplatform.services.wsrp2.type.UserContext userContext,
                                                                    org.exoplatform.services.wsrp2.type.MarkupParams markupParams)
                                                             throws RemoteException
Specified by:
getMarkup in interface MarkupOperationsInterface
Throws:
RemoteException

performBlockingInteraction

public org.exoplatform.services.wsrp2.type.BlockingInteractionResponse performBlockingInteraction(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
                                                                                                  org.exoplatform.services.wsrp2.type.PortletContext portletContext,
                                                                                                  org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext,
                                                                                                  org.exoplatform.services.wsrp2.type.UserContext userContext,
                                                                                                  org.exoplatform.services.wsrp2.type.MarkupParams markupParams,
                                                                                                  org.exoplatform.services.wsrp2.type.InteractionParams interactionParams)
                                                                                           throws RemoteException
Specified by:
performBlockingInteraction in interface MarkupOperationsInterface
Throws:
RemoteException

getResource

public org.exoplatform.services.wsrp2.type.ResourceResponse getResource(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
                                                                        org.exoplatform.services.wsrp2.type.PortletContext portletContext,
                                                                        org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext,
                                                                        org.exoplatform.services.wsrp2.type.UserContext userContext,
                                                                        org.exoplatform.services.wsrp2.type.ResourceParams resourceParams)
                                                                 throws RemoteException
Specified by:
getResource in interface MarkupOperationsInterface
Throws:
RemoteException

handleEvents

public org.exoplatform.services.wsrp2.type.HandleEventsResponse handleEvents(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
                                                                             org.exoplatform.services.wsrp2.type.PortletContext portletContext,
                                                                             org.exoplatform.services.wsrp2.type.RuntimeContext runtimeContext,
                                                                             org.exoplatform.services.wsrp2.type.UserContext userContext,
                                                                             org.exoplatform.services.wsrp2.type.MarkupParams markupParams,
                                                                             org.exoplatform.services.wsrp2.type.EventParams eventParams)
                                                                      throws RemoteException
Specified by:
handleEvents in interface MarkupOperationsInterface
Throws:
RemoteException

initCookie

public org.exoplatform.services.wsrp2.type.ReturnAny initCookie(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
                                                                org.exoplatform.services.wsrp2.type.UserContext userContext)
                                                         throws RemoteException
Specified by:
initCookie in interface MarkupOperationsInterface
Throws:
RemoteException

releaseSessions

public org.exoplatform.services.wsrp2.type.ReturnAny releaseSessions(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
                                                                     String[] sessionIDs,
                                                                     org.exoplatform.services.wsrp2.type.UserContext userContext)
                                                              throws RemoteException
Specified by:
releaseSessions in interface MarkupOperationsInterface
Throws:
RemoteException


Copyright © 2009 eXo Platform SAS. All Rights Reserved.