org.exoplatform.services.wsrp2.type
Class GetResource

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

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

See Also:
Serialized Form

Constructor Summary
GetResource()
           
GetResource(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams)
           
 
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
 PortletContext getPortletContext()
          Gets the portletContext value for this GetResource.
 RegistrationContext getRegistrationContext()
          Gets the registrationContext value for this GetResource.
 ResourceParams getResourceParams()
          Gets the resourceParams value for this GetResource.
 RuntimeContext getRuntimeContext()
          Gets the runtimeContext value for this GetResource.
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 GetResource.
 int hashCode()
           
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this GetResource.
 void setRegistrationContext(RegistrationContext registrationContext)
          Sets the registrationContext value for this GetResource.
 void setResourceParams(ResourceParams resourceParams)
          Sets the resourceParams value for this GetResource.
 void setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this GetResource.
 void setUserContext(UserContext userContext)
          Sets the userContext value for this GetResource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetResource

public GetResource()

GetResource

public GetResource(RegistrationContext registrationContext,
                   PortletContext portletContext,
                   RuntimeContext runtimeContext,
                   UserContext userContext,
                   ResourceParams resourceParams)
Method Detail

getRegistrationContext

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

Returns:
registrationContext

setRegistrationContext

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

Parameters:
registrationContext -

getPortletContext

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

Returns:
portletContext

setPortletContext

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

Parameters:
portletContext -

getRuntimeContext

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

Returns:
runtimeContext

setRuntimeContext

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

Parameters:
runtimeContext -

getUserContext

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

Returns:
userContext

setUserContext

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

Parameters:
userContext -

getResourceParams

public ResourceParams getResourceParams()
Gets the resourceParams value for this GetResource.

Returns:
resourceParams

setResourceParams

public void setResourceParams(ResourceParams resourceParams)
Sets the resourceParams value for this GetResource.

Parameters:
resourceParams -

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 © 2010 eXo Platform SAS. All Rights Reserved.