org.exoplatform.services.wsrp.producer
Interface MarkupOperationsInterface

All Known Implementing Classes:
MarkupOperationsInterfaceImpl

public interface 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)
           
 

Method Detail

getMarkup

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
Throws:
RemoteException

performBlockingInteraction

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
Throws:
RemoteException

initCookie

org.exoplatform.services.wsrp.type.ReturnAny initCookie(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext)
                                                        throws RemoteException
Throws:
RemoteException

releaseSessions

org.exoplatform.services.wsrp.type.ReturnAny releaseSessions(org.exoplatform.services.wsrp.type.RegistrationContext registrationContext,
                                                             String[] sessionIDs)
                                                             throws RemoteException
Throws:
RemoteException


Copyright © 2009 eXo Platform SAS. All Rights Reserved.