MarkupRequestState Interface

com.bea.wsrp.ext.holders
MarkupRequestState Interface

public interface MarkupRequestState

    extends Serializable

The MarkupRequestState specifies a holder for transporting custom state from the consumer to a producer with a getMarkup request.

To send this state from a Consumer to a Producer, on the Consumer side, add an object of this type with key MarkupRequestState.KEY as an attribute to the servlet request.

On the Producer side, you can access an instance of this object via a servlet request attribute with key MarkupRequestState.KEY.


All Known Implementing Classes
SimpleStateHolder
All Superinterfaces
Serializable

Field Summary

public static final String
KEY

Key used to propagate state

 

Field Detail

KEY

public static final String KEY

Key used to propagate state