com.bea.wsrp.ext.holders
Interface InteractionRequestState

All Superinterfaces
Serializable
All Known Implementing Classes:
SimpleStateHolder

public interface InteractionRequestState
extends Serializable

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

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


Field Summary
static String KEY
          Key used to propagate state
 

Field Detail

KEY

static final String KEY

Key used to propagate state



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.