com.bea.wsrp.model.markup
Interface IBlockingInteractionRequestContext

All Superinterfaces
IBaseRequestContext, IBlockingInteractionBaseRequestContext, IFormParamsContext, IGetMarkupBaseRequestContext, IMutableRegistrationContext, INillable, com.bea.wsrp.bind.IPortletContextHolder, IPortletStateChangeContext, IRegistrationContext, IRuntimeContext, IUserContext, Serializable

public interface IBlockingInteractionRequestContext
extends IBlockingInteractionBaseRequestContext, IPortletStateChangeContext

A request context that represents input data for the "performBlockingInteraction" operation. This also provides methods for custom data transfer which is applicable only in the WLP Consumer/Producer combination.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 Object getInteractionRequestState()
          Returns a custom data object that is being sent to the Producer as part of the "performBlockingInteraction" request.
 void setInteractionRequestState(InteractionRequestState interactionRequestState)
          Sets the supplied interactionRequestState object as a custom data that is being sent to the Producer in the "performBlockingInteraction" request.
 void setInteractionRequestState(XmlPayload xmlPayload)
          Sets the supplied xmlPayload object as a custom data that will be sent to the Producer in the "performBlockingInteraction" request.
 
Methods inherited from interface com.bea.wsrp.model.markup.IBlockingInteractionBaseRequestContext
forceGetMarkupCall, getInteractionState, setInteractionState, shouldForceGetMarkupCall
 
Methods inherited from interface com.bea.wsrp.model.markup.IGetMarkupBaseRequestContext
addLocale, addMarkupCharacterSet, addMimeType, getLocales, getMarkupCharacterSets, getMimeTypes, getMode, getNavigationalState, getPublicNavigationalState, getRequestVerb, getUserAgent, getWindowState, isSecureClientCommunicationOn, isValidateTagOn, setMarkupCharacterSet, setMode, setNavigationalState, setPublicNavigationalState, setRequestVerb, setUserAgent, setValidateTagOn, setWindowState
 
Methods inherited from interface com.bea.wsrp.model.markup.IBaseRequestContext
addMimeHeader, getHttpServletRequest, getHttpServletResponse, getMimeHeaders, getMimeHeaders, getProducerInfo, getServletContext, getWsrpRequestContext, removeMimeHeader, setMimeHeader, setWsrpRequestContext
 
Methods inherited from interface com.bea.wsrp.model.IMutableRegistrationContext
setRegistrationHandle, setRegistrationState
 
Methods inherited from interface com.bea.wsrp.model.IRegistrationContext
getRegistrationHandle, getRegistrationState
 
Methods inherited from interface com.bea.wsrp.model.INillable
isNil
 
Methods inherited from interface com.bea.wsrp.model.markup.IUserContext
getUserCategories, getUserContextKey, getUserProfile, isUserProfileValid, setUserContextKey
 
Methods inherited from interface com.bea.wsrp.model.INillable
isNil
 
Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder
getPortletContext
 
Methods inherited from interface com.bea.wsrp.model.markup.IRuntimeContext
getDoctypeUri, getNamespacePrefix, getPortletInstanceKey, getSessionID, getSkeleton, getSkeletonChromosome, getSkeletonPath, getSkin, getSkinChromosome, getSkinPath, getTemplates, getThemeName, getThemeSkeletonChromosome, getThemeSkinChromosome, getUserAuthentication, isReturnContentToCaller, isUsingAltSkeleton, isUsingAltSkin, setDoctypeUri, setNamespacePrefix, setPortletInstanceKey, setReturnContentToCaller, setSessionID, setSkeleton, setSkeletonChromosome, setSkeletonPath, setSkin, setSkinChromosome, setSkinPath, setTemplates, setThemeName, setThemeSkeletonChromosome, setThemeSkinChromosome, setUserAuthentication, setUsingAltSkeleton, setUsingAltSkin
 
Methods inherited from interface com.bea.wsrp.model.markup.IFormParamsContext
addFormParameter, getFormParameters, getUploadedData, setFormParameter, setUploadedData
 
Methods inherited from interface com.bea.wsrp.model.markup.IPortletStateChangeContext
getPortletStateChange
 

Method Detail

getInteractionRequestState

Object getInteractionRequestState()
Returns a custom data object that is being sent to the Producer as part of the "performBlockingInteraction" request. The returned object type can be XmlPayload or InteractionRequestState.

Returns
a custom data object being sent to a producer.

setInteractionRequestState

void setInteractionRequestState(XmlPayload xmlPayload)
Sets the supplied xmlPayload object as a custom data that will be sent to the Producer in the "performBlockingInteraction" request.

Parameters
xmlPayload - a new custom data object.
See Also
XmlPayload

setInteractionRequestState

void setInteractionRequestState(InteractionRequestState interactionRequestState)
Sets the supplied interactionRequestState object as a custom data that is being sent to the Producer in the "performBlockingInteraction" request.

Parameters
interactionRequestState - a new custom data object.
See Also
SimpleStateHolder


Copyright © 2011, Oracle. All rights reserved.