Skip navigation links


com.bea.wsrp.ext.holders
Interface InteractionResponseState

All Superinterfaces
Serializable
All Known Implementing Classes:
SimpleStateHolder

public interface InteractionResponseState
extends Serializable

The InteractionResponseState specifies a holder for transporting custom state from the Producer to a Consumer with a performBlockingInteraction request.

To send this state from a Producer to a Consumer, on the Producer side, add an object of this type with key InteractionResponseState.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 InteractionRequestState.KEY.


Field Summary
static String KEY
          Key used to propagate state

 

Field Detail

KEY

static final String KEY

Key used to propagate state


Skip navigation links


Copyright © 2010, Oracle. All rights reserved.