Skip navigation links


com.bea.wsrp.model.markup
Interface IMarkupResponseStateContext

All Known Subinterfaces:
IGetMarkupResponseContext, IHandleEventsResponseContext

public interface IMarkupResponseStateContext

A response context that 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 getMarkupResponseState()
          Returns a custom data object that is in the response of the "getMarkup" operation.
 void setMarkupResponseState(MarkupResponseState markupResponseState)
          Sets the supplied markupResponseState object as a custom data that is in the response of the "getMarkup" operation.
 void setMarkupResponseState(XmlPayload xmlPayload)
          Sets the supplied xmlPayload object as a custom data that is in the response of the "getMarkup" operation.

 

Method Detail

getMarkupResponseState

Object getMarkupResponseState()
Returns a custom data object that is in the response of the "getMarkup" operation. The returned object type can be XmlPayload or MarkupResponseState.
Returns
a custom data object received from a producer.

setMarkupResponseState

void setMarkupResponseState(XmlPayload xmlPayload)
Sets the supplied xmlPayload object as a custom data that is in the response of the "getMarkup" operation.
Parameters
xmlPayload - a new custom data object.
See Also
XmlPayload

setMarkupResponseState

void setMarkupResponseState(MarkupResponseState markupResponseState)
Sets the supplied markupResponseState object as a custom data that is in the response of the "getMarkup" operation.
Parameters
markupResponseState - a new custom data object.
See Also
SimpleStateHolder

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.