MarkupResponseState Interface

com.bea.wsrp.ext.holders
MarkupResponseState Interface

public interface MarkupResponseState

    extends Serializable

The MarkupResponseState specifies a holder for transporting custom state from the Producer to a Croducer with a getMarkup request.

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

On the Consumer side, you can access an instance of this object via a servlet request attribute with key MarkupResponseState.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