This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class RegistrationContext

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.RegistrationContext

public class RegistrationContext
extends Object


Constructor Summary
RegistrationContext()
           
RegistrationContext(String registrationHandle, byte[] registrationState, Extension[] extensions)
           
 
Method Summary
 Extension[] getExtensions()
           
 String getRegistrationHandle()
           
 byte[] getRegistrationState()
           
 void setExtensions(Extension[] extensions)
           
 void setRegistrationHandle(String registrationHandle)
           
 void setRegistrationState(byte[] registrationState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationContext

public RegistrationContext()

RegistrationContext

public RegistrationContext(String registrationHandle,
                           byte[] registrationState,
                           Extension[] extensions)
Method Detail

getRegistrationHandle

public String getRegistrationHandle()

setRegistrationHandle

public void setRegistrationHandle(String registrationHandle)

getRegistrationState

public byte[] getRegistrationState()

setRegistrationState

public void setRegistrationState(byte[] registrationState)

getExtensions

public Extension[] getExtensions()

setExtensions

public void setExtensions(Extension[] extensions)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification