oasis.names.tc.wsrp.v1.types
Class PerformBlockingInteraction

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.PerformBlockingInteraction
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

PerformBlockingInteraction

public PerformBlockingInteraction()

PerformBlockingInteraction

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

getRegistrationContext

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

Returns:
registrationContext

setRegistrationContext

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

Parameters:
registrationContext -

getPortletContext

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

Returns:
portletContext

setPortletContext

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

Parameters:
portletContext -

getRuntimeContext

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

Returns:
runtimeContext

setRuntimeContext

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

Parameters:
runtimeContext -

getUserContext

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

Returns:
userContext

setUserContext

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

Parameters:
userContext -

getMarkupParams

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

Returns:
markupParams

setMarkupParams

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

Parameters:
markupParams -

getInteractionParams

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

Returns:
interactionParams

setInteractionParams

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

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