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 DestroyPortletsResponse

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

public class DestroyPortletsResponse
extends java.lang.Object


Constructor Summary
DestroyPortletsResponse()
           
DestroyPortletsResponse(DestroyFailed[] destroyFailed, Extension[] extensions)
           
 
Method Summary
 DestroyFailed[] getDestroyFailed()
           
 Extension[] getExtensions()
           
 void setDestroyFailed(DestroyFailed[] destroyFailed)
           
 void setExtensions(Extension[] extensions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyPortletsResponse

public DestroyPortletsResponse()

DestroyPortletsResponse

public DestroyPortletsResponse(DestroyFailed[] destroyFailed,
                               Extension[] extensions)
Method Detail

getDestroyFailed

public DestroyFailed[] getDestroyFailed()

setDestroyFailed

public void setDestroyFailed(DestroyFailed[] destroyFailed)

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