org.exoplatform.services.wsrp.producer.impl
Class MarkupOperationsInterfaceImpl
java.lang.Object
org.exoplatform.services.wsrp.producer.impl.MarkupOperationsInterfaceImpl
- All Implemented Interfaces:
- MarkupOperationsInterface
public class MarkupOperationsInterfaceImpl
- extends Object
- implements MarkupOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
Method Summary |
org.exoplatform.services.wsrp.type.MarkupResponse |
getMarkup(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp.type.PortletContext portletContext,
org.exoplatform.services.wsrp.type.RuntimeContext runtimeContext,
org.exoplatform.services.wsrp.type.UserContext userContext,
org.exoplatform.services.wsrp.type.MarkupParams markupParams)
|
org.exoplatform.services.wsrp.type.ReturnAny |
initCookie(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext)
|
org.exoplatform.services.wsrp.type.BlockingInteractionResponse |
performBlockingInteraction(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp.type.PortletContext portletContext,
org.exoplatform.services.wsrp.type.RuntimeContext runtimeContext,
org.exoplatform.services.wsrp.type.UserContext userContext,
org.exoplatform.services.wsrp.type.MarkupParams markupParams,
org.exoplatform.services.wsrp.type.InteractionParams interactionParams)
|
org.exoplatform.services.wsrp.type.ReturnAny |
releaseSessions(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
String[] sessionIDs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkupOperationsInterfaceImpl
public MarkupOperationsInterfaceImpl(PortletManagementOperationsInterface portletManagementOperationsInterface,
PersistentStateManager persitentStateManager,
TransientStateManager transientStateManager,
PortletContainerProxy proxy,
WSRPConfiguration conf,
org.exoplatform.services.organization.OrganizationService orgService)
getMarkup
public org.exoplatform.services.wsrp.type.MarkupResponse getMarkup(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp.type.PortletContext portletContext,
org.exoplatform.services.wsrp.type.RuntimeContext runtimeContext,
org.exoplatform.services.wsrp.type.UserContext userContext,
org.exoplatform.services.wsrp.type.MarkupParams markupParams)
throws RemoteException
- Specified by:
getMarkup in interface MarkupOperationsInterface
- Throws:
RemoteException
performBlockingInteraction
public org.exoplatform.services.wsrp.type.BlockingInteractionResponse performBlockingInteraction(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp.type.PortletContext portletContext,
org.exoplatform.services.wsrp.type.RuntimeContext runtimeContext,
org.exoplatform.services.wsrp.type.UserContext userContext,
org.exoplatform.services.wsrp.type.MarkupParams markupParams,
org.exoplatform.services.wsrp.type.InteractionParams interactionParams)
throws RemoteException
- Specified by:
performBlockingInteraction in interface MarkupOperationsInterface
- Throws:
RemoteException
initCookie
public org.exoplatform.services.wsrp.type.ReturnAny initCookie(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext)
throws RemoteException
- Specified by:
initCookie in interface MarkupOperationsInterface
- Throws:
RemoteException
releaseSessions
public org.exoplatform.services.wsrp.type.ReturnAny releaseSessions(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
String[] sessionIDs)
throws RemoteException
- Specified by:
releaseSessions in interface MarkupOperationsInterface
- Throws:
RemoteException
Copyright © 2009 eXo Platform SAS. All Rights Reserved.