uPortal 2.3.2
API Documentation

org.jasig.portal.wsrp
Class ServiceDescriptionService

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

public class ServiceDescriptionService
extends java.lang.Object

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

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

Method Summary
static ServiceDescriptionService getService(java.lang.String baseEndpoint)
           
 ServiceDescription getServiceDescription(RegistrationContext registrationContext, java.lang.String[] desiredLocales)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getService

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

getServiceDescription

public ServiceDescription getServiceDescription(RegistrationContext registrationContext,
                                                java.lang.String[] desiredLocales)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

uPortal 2.3.2
API Documentation