Skip navigation links


com.bea.wsrp.model
Interface IRegistrationContext

All Superinterfaces
Serializable
All Known Subinterfaces:
IBaseRequestContext, IBlockingInteractionBaseRequestContext, IBlockingInteractionRequestContext, IGetMarkupBaseRequestContext, IGetMarkupRequestContext, IGetRenderDependenciesRequestContext, IGetResourceRequestContext, IHandleEventsRequestContext, IInitCookieRequestContext, IMutableRegistrationContext, IReleaseSessionsRequestContext

public interface IRegistrationContext
extends Serializable

Registration context


Method Summary
 String getRegistrationHandle()
          Returns registration handle.
 byte[] getRegistrationState()
          Returns any optional registration state to be persisted by the consumer.

 

Method Detail

getRegistrationHandle

String getRegistrationHandle()
Returns registration handle.
Returns
handle

getRegistrationState

byte[] getRegistrationState()
Returns any optional registration state to be persisted by the consumer.
Returns
state

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.