uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp
Class MarkupService

java.lang.Object
  extended byorg.jasig.portal.wsrp.MarkupService

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

public class MarkupService
extends java.lang.Object

This class is a helper class that makes it easier for a WSRP consumer to call the methods of the MarkupService API for a particular service endpoint.

Version:
$Revision: 1.4 $
Author:
Ken Weiner, kweiner@unicon.net

Method Summary
 MarkupResponse getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
          Deprecated.  
static MarkupService getService(java.lang.String baseEndpoint)
          Deprecated.  
 Extension[] initCookie(RegistrationContext registrationContext)
          Deprecated.  
 void performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
          Deprecated.  
 Extension[] releaseSessions(RegistrationContext registrationContext, java.lang.String[] sessionIDs)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getService

public static MarkupService getService(java.lang.String baseEndpoint)
                                throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

getMarkup

public MarkupResponse getMarkup(RegistrationContext registrationContext,
                                PortletContext portletContext,
                                RuntimeContext runtimeContext,
                                UserContext userContext,
                                MarkupParams markupParams)
                         throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

performBlockingInteraction

public void performBlockingInteraction(RegistrationContext registrationContext,
                                       PortletContext portletContext,
                                       RuntimeContext runtimeContext,
                                       UserContext userContext,
                                       MarkupParams markupParams,
                                       InteractionParams interactionParams)
                                throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

releaseSessions

public Extension[] releaseSessions(RegistrationContext registrationContext,
                                   java.lang.String[] sessionIDs)
                            throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

initCookie

public Extension[] initCookie(RegistrationContext registrationContext)
                       throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

uPortal 2.4.1
API Documentation