org.jboss.portal.wsrp.core
Class InitCookie

java.lang.Object
  extended by org.jboss.portal.wsrp.core.InitCookie
All Implemented Interfaces:
java.io.Serializable

public class InitCookie
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  RegistrationContext registrationContext
           
 
Constructor Summary
InitCookie()
           
InitCookie(RegistrationContext registrationContext)
           
 
Method Summary
 RegistrationContext getRegistrationContext()
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registrationContext

protected RegistrationContext registrationContext
Constructor Detail

InitCookie

public InitCookie()

InitCookie

public InitCookie(RegistrationContext registrationContext)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)