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


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.