org.jasig.portal.wsrp
Class MarkupService
java.lang.Object
org.jasig.portal.wsrp.MarkupService
- 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.3 $
- Author:
- Ken Weiner, kweiner@unicon.net
Method Summary |
MarkupResponse |
getMarkup(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams)
|
static MarkupService |
getService(java.lang.String baseEndpoint)
|
Extension[] |
initCookie(RegistrationContext registrationContext)
|
void |
performBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
|
Extension[] |
releaseSessions(RegistrationContext registrationContext,
java.lang.String[] sessionIDs)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getService
public static MarkupService getService(java.lang.String baseEndpoint)
throws java.lang.Exception
- Throws:
java.lang.Exception
getMarkup
public MarkupResponse getMarkup(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams)
throws java.lang.Exception
- Throws:
java.lang.Exception
performBlockingInteraction
public void performBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams)
throws java.lang.Exception
- Throws:
java.lang.Exception
releaseSessions
public Extension[] releaseSessions(RegistrationContext registrationContext,
java.lang.String[] sessionIDs)
throws java.lang.Exception
- Throws:
java.lang.Exception
initCookie
public Extension[] initCookie(RegistrationContext registrationContext)
throws java.lang.Exception
- Throws:
java.lang.Exception