uPortal 2.4.1
API Documentation

org.jasig.portal.wsrp.types
Class UpdateResponse

java.lang.Object
  extended byorg.jasig.portal.wsrp.types.UpdateResponse
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of uPortal 2.4, the WSRP producer in uPortal is no longer being maintained. If reintroduced, it will migrate to one based on WSRP4J.

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

See Also:
Serialized Form

Constructor Summary
UpdateResponse()
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Deserializer
 MarkupContext getMarkupContext()
          Deprecated.  
 java.lang.String getNavigationalState()
          Deprecated.  
 java.lang.String getNewMode()
          Deprecated.  
 java.lang.String getNewWindowState()
          Deprecated.  
 PortletContext getPortletContext()
          Deprecated.  
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Deprecated. Get Custom Serializer
 SessionContext getSessionContext()
          Deprecated.  
static org.apache.axis.description.TypeDesc getTypeDesc()
          Deprecated. Return type metadata object
 int hashCode()
          Deprecated.  
 void setMarkupContext(MarkupContext markupContext)
          Deprecated.  
 void setNavigationalState(java.lang.String navigationalState)
          Deprecated.  
 void setNewMode(java.lang.String newMode)
          Deprecated.  
 void setNewWindowState(java.lang.String newWindowState)
          Deprecated.  
 void setPortletContext(PortletContext portletContext)
          Deprecated.  
 void setSessionContext(SessionContext sessionContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateResponse

public UpdateResponse()
Deprecated. 
Method Detail

getSessionContext

public SessionContext getSessionContext()
Deprecated. 

setSessionContext

public void setSessionContext(SessionContext sessionContext)
Deprecated. 

getPortletContext

public PortletContext getPortletContext()
Deprecated. 

setPortletContext

public void setPortletContext(PortletContext portletContext)
Deprecated. 

getMarkupContext

public MarkupContext getMarkupContext()
Deprecated. 

setMarkupContext

public void setMarkupContext(MarkupContext markupContext)
Deprecated. 

getNavigationalState

public java.lang.String getNavigationalState()
Deprecated. 

setNavigationalState

public void setNavigationalState(java.lang.String navigationalState)
Deprecated. 

getNewWindowState

public java.lang.String getNewWindowState()
Deprecated. 

setNewWindowState

public void setNewWindowState(java.lang.String newWindowState)
Deprecated. 

getNewMode

public java.lang.String getNewMode()
Deprecated. 

setNewMode

public void setNewMode(java.lang.String newMode)
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Deprecated. 
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Deprecated. 
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Deprecated. 
Get Custom Deserializer


uPortal 2.4.1
API Documentation