com.bea.wsrp.model.markup
Interface IMarkupRequestStateContext

All Known Subinterfaces:
IGetMarkupRequestContext, IGetRenderDependenciesRequestContext, IGetResourceRequestContext, IHandleEventsRequestContext

public interface IMarkupRequestStateContext

A context that represents markup request state type that is used by multiple wsrp-2.0 operations, such as GetMarkup and HandleEvents

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 getMarkupRequestState()
          Returns a custom data object that is being sent to the Producer as part of the "getMarkup" request.
 void setMarkupRequestState(MarkupRequestState markupRequestState)
          Sets the supplied markupRequestState object as a custom data that is being sent to the Producer in the "getMarkup" request.
 void setMarkupRequestState(XmlPayload xmlPayload)
          Sets the supplied xmlPayload object as a custom data that will be sent to the Producer in the "getMarkup" request.
 

Method Detail

getMarkupRequestState

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

Returns
a custom data object being sent to a producer.

setMarkupRequestState

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

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

setMarkupRequestState

void setMarkupRequestState(MarkupRequestState markupRequestState)
Sets the supplied markupRequestState object as a custom data that is being sent to the Producer in the "getMarkup" request.

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


Copyright © 2011, Oracle. All rights reserved.