Skip navigation links


com.bea.wsrp.model
Interface IMutableRegistrationContext

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

public interface IMutableRegistrationContext
extends IRegistrationContext, INillable

Mutable registration context.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 void setRegistrationHandle(String registrationHandle)
           
 void setRegistrationState(byte[] base64EncodedState)
           

 

Methods inherited from interface com.bea.wsrp.model.IRegistrationContext
getRegistrationHandle, getRegistrationState

 

Methods inherited from interface com.bea.wsrp.model.INillable
isNil

 

Method Detail

setRegistrationHandle

void setRegistrationHandle(String registrationHandle)

setRegistrationState

void setRegistrationState(byte[] base64EncodedState)

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.