org.exoplatform.services.wsrp2.producer
Interface MarkupOperationsInterface
- All Known Implementing Classes:
- MarkupOperationsInterfaceImpl
public interface MarkupOperationsInterface
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
|
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)
|
getMarkup
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
- Throws:
RemoteException
getResource
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
- Throws:
RemoteException
performBlockingInteraction
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
- Throws:
RemoteException
handleEvents
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
- Throws:
RemoteException
initCookie
org.exoplatform.services.wsrp2.type.ReturnAny initCookie(org.exoplatform.services.wsrp2.type.RegistrationContext registrationContext,
org.exoplatform.services.wsrp2.type.UserContext userContext)
throws RemoteException
- Throws:
RemoteException
releaseSessions
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
- Throws:
RemoteException
Copyright © 2009 eXo Platform SAS. All Rights Reserved.