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 BlockingInteractionResponse

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

public class BlockingInteractionResponse
extends Object


Constructor Summary
BlockingInteractionResponse()
           
BlockingInteractionResponse(UpdateResponse updateResponse, String redirectURL, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 String getRedirectURL()
           
 UpdateResponse getUpdateResponse()
           
 void setExtensions(Extension[] extensions)
           
 void setRedirectURL(String redirectURL)
           
 void setUpdateResponse(UpdateResponse updateResponse)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingInteractionResponse

public BlockingInteractionResponse()

BlockingInteractionResponse

public BlockingInteractionResponse(UpdateResponse updateResponse,
                                   String redirectURL,
                                   Extension[] extensions)
Method Detail

getUpdateResponse

public UpdateResponse getUpdateResponse()

setUpdateResponse

public void setUpdateResponse(UpdateResponse updateResponse)

getRedirectURL

public String getRedirectURL()

setRedirectURL

public void setRedirectURL(String redirectURL)

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