com.bea.wsrp.ext.holders
Interface MarkupResponseState

All Superinterfaces
Serializable
All Known Implementing Classes:
SimpleStateHolder

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.


Field Summary
static String KEY
          Key used to propagate state
 

Field Detail

KEY

static final String KEY

Key used to propagate state



Copyright © 2000, 2008, 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.