org.exoplatform.services.wsrp.type
Class MarkupRequest

java.lang.Object
  extended by org.exoplatform.services.wsrp.type.MarkupRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MarkupRequest()
           
MarkupRequest(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 MarkupParams getMarkupParams()
          Gets the markupParams value for this MarkupRequest.
 PortletContext getPortletContext()
          Gets the portletContext value for this MarkupRequest.
 RegistrationContext getRegistrationContext()
          Gets the registrationContext value for this MarkupRequest.
 RuntimeContext getRuntimeContext()
          Gets the runtimeContext value for this MarkupRequest.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 UserContext getUserContext()
          Gets the userContext value for this MarkupRequest.
 int hashCode()
           
 void setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this MarkupRequest.
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this MarkupRequest.
 void setRegistrationContext(RegistrationContext registrationContext)
          Sets the registrationContext value for this MarkupRequest.
 void setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this MarkupRequest.
 void setUserContext(UserContext userContext)
          Sets the userContext value for this MarkupRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupRequest

public MarkupRequest()

MarkupRequest

public MarkupRequest(RegistrationContext registrationContext,
                     PortletContext portletContext,
                     RuntimeContext runtimeContext,
                     UserContext userContext,
                     MarkupParams markupParams)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()
Gets the registrationContext value for this MarkupRequest.

Returns:
registrationContext

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)
Sets the registrationContext value for this MarkupRequest.

Parameters:
registrationContext -

getPortletContext

public PortletContext getPortletContext()
Gets the portletContext value for this MarkupRequest.

Returns:
portletContext

setPortletContext

public void setPortletContext(PortletContext portletContext)
Sets the portletContext value for this MarkupRequest.

Parameters:
portletContext -

getRuntimeContext

public RuntimeContext getRuntimeContext()
Gets the runtimeContext value for this MarkupRequest.

Returns:
runtimeContext

setRuntimeContext

public void setRuntimeContext(RuntimeContext runtimeContext)
Sets the runtimeContext value for this MarkupRequest.

Parameters:
runtimeContext -

getUserContext

public UserContext getUserContext()
Gets the userContext value for this MarkupRequest.

Returns:
userContext

setUserContext

public void setUserContext(UserContext userContext)
Sets the userContext value for this MarkupRequest.

Parameters:
userContext -

getMarkupParams

public MarkupParams getMarkupParams()
Gets the markupParams value for this MarkupRequest.

Returns:
markupParams

setMarkupParams

public void setMarkupParams(MarkupParams markupParams)
Sets the markupParams value for this MarkupRequest.

Parameters:
markupParams -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
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)
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)
Get Custom Deserializer



Copyright © 2011 eXo Platform SAS. All Rights Reserved.