This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class GetPortletDescription

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.GetPortletDescription

public class GetPortletDescription
extends java.lang.Object


Constructor Summary
GetPortletDescription()
           
GetPortletDescription(RegistrationContext registrationContext, PortletContext portletContext, UserContext userContext, java.lang.String[] desiredLocales)
           
 
Method Summary
 java.lang.String[] getDesiredLocales()
           
 PortletContext getPortletContext()
           
 RegistrationContext getRegistrationContext()
           
 UserContext getUserContext()
           
 void setDesiredLocales(java.lang.String[] desiredLocales)
           
 void setPortletContext(PortletContext portletContext)
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 void setUserContext(UserContext userContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPortletDescription

public GetPortletDescription()

GetPortletDescription

public GetPortletDescription(RegistrationContext registrationContext,
                             PortletContext portletContext,
                             UserContext userContext,
                             java.lang.String[] desiredLocales)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getPortletContext

public PortletContext getPortletContext()

setPortletContext

public void setPortletContext(PortletContext portletContext)

getUserContext

public UserContext getUserContext()

setUserContext

public void setUserContext(UserContext userContext)

getDesiredLocales

public java.lang.String[] getDesiredLocales()

setDesiredLocales

public void setDesiredLocales(java.lang.String[] desiredLocales)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification