org.exoplatform.services.wsrp.producer
Interface MarkupOperationsInterface

All Known Implementing Classes:
MarkupOperationsInterfaceImpl

public interface MarkupOperationsInterface

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net

Method Summary
 MarkupResponse getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 ReturnAny initCookie(RegistrationContext registrationContext)
           
 BlockingInteractionResponse performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 ReturnAny releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs)
           
 

Method Detail

getMarkup

MarkupResponse getMarkup(RegistrationContext registrationContext,
                         PortletContext portletContext,
                         RuntimeContext runtimeContext,
                         UserContext userContext,
                         MarkupParams markupParams)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

performBlockingInteraction

BlockingInteractionResponse performBlockingInteraction(RegistrationContext registrationContext,
                                                       PortletContext portletContext,
                                                       RuntimeContext runtimeContext,
                                                       UserContext userContext,
                                                       MarkupParams markupParams,
                                                       InteractionParams interactionParams)
                                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

initCookie

ReturnAny initCookie(RegistrationContext registrationContext)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

releaseSessions

ReturnAny releaseSessions(RegistrationContext registrationContext,
                          java.lang.String[] sessionIDs)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.