org.exoplatform.services.wsrp.type
Class BlockingInteractionRequest

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

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

See Also:
Serialized Form

Constructor Summary
BlockingInteractionRequest()
           
BlockingInteractionRequest(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 
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
 InteractionParams getInteractionParams()
          Gets the interactionParams value for this BlockingInteractionRequest.
 MarkupParams getMarkupParams()
          Gets the markupParams value for this BlockingInteractionRequest.
 PortletContext getPortletContext()
          Gets the portletContext value for this BlockingInteractionRequest.
 RegistrationContext getRegistrationContext()
          Gets the registrationContext value for this BlockingInteractionRequest.
 RuntimeContext getRuntimeContext()
          Gets the runtimeContext value for this BlockingInteractionRequest.
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 BlockingInteractionRequest.
 int hashCode()
           
 void setInteractionParams(InteractionParams interactionParams)
          Sets the interactionParams value for this BlockingInteractionRequest.
 void setMarkupParams(MarkupParams markupParams)
          Sets the markupParams value for this BlockingInteractionRequest.
 void setPortletContext(PortletContext portletContext)
          Sets the portletContext value for this BlockingInteractionRequest.
 void setRegistrationContext(RegistrationContext registrationContext)
          Sets the registrationContext value for this BlockingInteractionRequest.
 void setRuntimeContext(RuntimeContext runtimeContext)
          Sets the runtimeContext value for this BlockingInteractionRequest.
 void setUserContext(UserContext userContext)
          Sets the userContext value for this BlockingInteractionRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockingInteractionRequest

public BlockingInteractionRequest()

BlockingInteractionRequest

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

getRegistrationContext

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

Returns:
registrationContext

setRegistrationContext

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

Parameters:
registrationContext -

getPortletContext

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

Returns:
portletContext

setPortletContext

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

Parameters:
portletContext -

getRuntimeContext

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

Returns:
runtimeContext

setRuntimeContext

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

Parameters:
runtimeContext -

getUserContext

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

Returns:
userContext

setUserContext

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

Parameters:
userContext -

getMarkupParams

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

Returns:
markupParams

setMarkupParams

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

Parameters:
markupParams -

getInteractionParams

public InteractionParams getInteractionParams()
Gets the interactionParams value for this BlockingInteractionRequest.

Returns:
interactionParams

setInteractionParams

public void setInteractionParams(InteractionParams interactionParams)
Sets the interactionParams value for this BlockingInteractionRequest.

Parameters:
interactionParams -

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.