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 DestroyPortlets

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

public class DestroyPortlets
extends java.lang.Object


Constructor Summary
DestroyPortlets()
           
DestroyPortlets(RegistrationContext registrationContext, java.lang.String[] portletHandles)
           
 
Method Summary
 java.lang.String[] getPortletHandles()
           
 RegistrationContext getRegistrationContext()
           
 void setPortletHandles(java.lang.String[] portletHandles)
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyPortlets

public DestroyPortlets()

DestroyPortlets

public DestroyPortlets(RegistrationContext registrationContext,
                       java.lang.String[] portletHandles)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getPortletHandles

public java.lang.String[] getPortletHandles()

setPortletHandles

public void setPortletHandles(java.lang.String[] portletHandles)

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