org.exoplatform.services.wsrp2.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)
           
 ResourceResponse getResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 HandleEventsResponse handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams)
           
 ReturnAny initCookie(RegistrationContext registrationContext, UserContext userContext)
           
 BlockingInteractionResponse performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 ReturnAny releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs, UserContext userContext)
           
 

Method Detail

getMarkup

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

getResource

ResourceResponse getResource(RegistrationContext registrationContext,
                             PortletContext portletContext,
                             RuntimeContext runtimeContext,
                             UserContext userContext,
                             ResourceParams resourceParams)
                             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

handleEvents

HandleEventsResponse handleEvents(RegistrationContext registrationContext,
                                  PortletContext portletContext,
                                  RuntimeContext runtimeContext,
                                  UserContext userContext,
                                  MarkupParams markupParams,
                                  EventParams eventParams)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

initCookie

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

releaseSessions

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.