org.apache.wsrp4j.consumer
Interface InteractionRequest

All Superinterfaces:
WSRPBaseRequest
All Known Implementing Classes:
WSRPRequestImpl

public interface InteractionRequest
extends WSRPBaseRequest

This is the abstraction for a interaction request at a integrated remote portlet at the consumer side.

Version:
$Id: InteractionRequest.java,v 1.4 2005/08/10 14:42:36 cziegeler Exp $

Method Summary
 oasis.names.tc.wsrp.v1.types.NamedString[] getFormParameters()
          Get all name/value pairs aa result of processing an form
 java.lang.String getInteractionState()
          Get all the interaction state
 
Methods inherited from interface org.apache.wsrp4j.consumer.WSRPBaseRequest
getCharacterEncodingSet, getClientData, getLocales, getMimeTypes, getMode, getModes, getNavigationalState, getPortletInstanceKey, getSessionID, getUserAuthentication, getWindowState, getWindowStates, isModeSupported, isWindowStateSupported
 

Method Detail

getInteractionState

public java.lang.String getInteractionState()
Get all the interaction state

Returns:
Interaction state

getFormParameters

public oasis.names.tc.wsrp.v1.types.NamedString[] getFormParameters()
Get all name/value pairs aa result of processing an form

Returns:
Array of name/value pairs


--