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 UpdateResponse

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

public class UpdateResponse
extends java.lang.Object


Constructor Summary
UpdateResponse()
           
UpdateResponse(SessionContext sessionContext, PortletContext portletContext, MarkupContext markupContext, java.lang.String navigationalState, java.lang.String newWindowState, java.lang.String newMode)
           
 
Method Summary
 MarkupContext getMarkupContext()
           
 java.lang.String getNavigationalState()
           
 java.lang.String getNewMode()
           
 java.lang.String getNewWindowState()
           
 PortletContext getPortletContext()
           
 SessionContext getSessionContext()
           
 void setMarkupContext(MarkupContext markupContext)
           
 void setNavigationalState(java.lang.String navigationalState)
           
 void setNewMode(java.lang.String newMode)
           
 void setNewWindowState(java.lang.String newWindowState)
           
 void setPortletContext(PortletContext portletContext)
           
 void setSessionContext(SessionContext sessionContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResponse

public UpdateResponse()

UpdateResponse

public UpdateResponse(SessionContext sessionContext,
                      PortletContext portletContext,
                      MarkupContext markupContext,
                      java.lang.String navigationalState,
                      java.lang.String newWindowState,
                      java.lang.String newMode)
Method Detail

getSessionContext

public SessionContext getSessionContext()

setSessionContext

public void setSessionContext(SessionContext sessionContext)

getPortletContext

public PortletContext getPortletContext()

setPortletContext

public void setPortletContext(PortletContext portletContext)

getMarkupContext

public MarkupContext getMarkupContext()

setMarkupContext

public void setMarkupContext(MarkupContext markupContext)

getNavigationalState

public java.lang.String getNavigationalState()

setNavigationalState

public void setNavigationalState(java.lang.String navigationalState)

getNewWindowState

public java.lang.String getNewWindowState()

setNewWindowState

public void setNewWindowState(java.lang.String newWindowState)

getNewMode

public java.lang.String getNewMode()

setNewMode

public void setNewMode(java.lang.String newMode)

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