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 InteractionParams

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

public class InteractionParams
extends Object


Constructor Summary
InteractionParams()
           
InteractionParams(StateChange portletStateChange, String interactionState, NamedString[] formParameters, UploadContext[] uploadContexts, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 NamedString[] getFormParameters()
           
 String getInteractionState()
           
 StateChange getPortletStateChange()
           
 UploadContext[] getUploadContexts()
           
 void setExtensions(Extension[] extensions)
           
 void setFormParameters(NamedString[] formParameters)
           
 void setInteractionState(String interactionState)
           
 void setPortletStateChange(StateChange portletStateChange)
           
 void setUploadContexts(UploadContext[] uploadContexts)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionParams

public InteractionParams()

InteractionParams

public InteractionParams(StateChange portletStateChange,
                         String interactionState,
                         NamedString[] formParameters,
                         UploadContext[] uploadContexts,
                         Extension[] extensions)
Method Detail

getPortletStateChange

public StateChange getPortletStateChange()

setPortletStateChange

public void setPortletStateChange(StateChange portletStateChange)

getInteractionState

public String getInteractionState()

setInteractionState

public void setInteractionState(String interactionState)

getFormParameters

public NamedString[] getFormParameters()

setFormParameters

public void setFormParameters(NamedString[] formParameters)

getUploadContexts

public UploadContext[] getUploadContexts()

setUploadContexts

public void setUploadContexts(UploadContext[] uploadContexts)

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