com.bea.wsrp.model
Interface IMutableRegistrationContext

All Superinterfaces
IRegistrationContext, Serializable
All Known Subinterfaces:
IBaseRequestContext, IBlockingInteractionBaseRequestContext, IBlockingInteractionRequestContext, IGetMarkupBaseRequestContext, IGetMarkupRequestContext, IGetRenderDependenciesRequestContext, IHandleEventsRequestContext, IInitCookieRequestContext

public interface IMutableRegistrationContext
extends IRegistrationContext

Mutable registration context.


Method Summary
 void setRegistrationHandle(String registrationHandle)
           
 void setRegistrationState(byte[] base64EncodedState)
           
 
Methods inherited from interface com.bea.wsrp.model.IRegistrationContext
getRegistrationHandle, getRegistrationState
 

Method Detail

setRegistrationHandle

void setRegistrationHandle(String registrationHandle)

setRegistrationState

void setRegistrationState(byte[] base64EncodedState)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved