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 PortletDescriptionResponse

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

public class PortletDescriptionResponse
extends Object


Constructor Summary
PortletDescriptionResponse()
           
PortletDescriptionResponse(PortletDescription portletDescription, ResourceList resourceList, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 PortletDescription getPortletDescription()
           
 ResourceList getResourceList()
           
 void setExtensions(Extension[] extensions)
           
 void setPortletDescription(PortletDescription portletDescription)
           
 void setResourceList(ResourceList resourceList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDescriptionResponse

public PortletDescriptionResponse()

PortletDescriptionResponse

public PortletDescriptionResponse(PortletDescription portletDescription,
                                  ResourceList resourceList,
                                  Extension[] extensions)
Method Detail

getPortletDescription

public PortletDescription getPortletDescription()

setPortletDescription

public void setPortletDescription(PortletDescription portletDescription)

getResourceList

public ResourceList getResourceList()

setResourceList

public void setResourceList(ResourceList resourceList)

getExtensions

public Extension[] getExtensions()

setExtensions

public void setExtensions(Extension[] extensions)

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