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

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

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

See Also:
Serialized Form

Constructor Summary
RuntimeContext()
           
RuntimeContext(Extension[] extensions, java.lang.String namespacePrefix, java.lang.String portletInstanceKey, java.lang.String sessionID, Templates templates, java.lang.String userAuthentication)
           
 
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
 Extension[] getExtensions()
          Gets the extensions value for this RuntimeContext.
 Extension getExtensions(int i)
           
 java.lang.String getNamespacePrefix()
          Gets the namespacePrefix value for this RuntimeContext.
 java.lang.String getPortletInstanceKey()
          Gets the portletInstanceKey value for this RuntimeContext.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSessionID()
          Gets the sessionID value for this RuntimeContext.
 Templates getTemplates()
          Gets the templates value for this RuntimeContext.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserAuthentication()
          Gets the userAuthentication value for this RuntimeContext.
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this RuntimeContext.
 void setExtensions(int i, Extension _value)
           
 void setNamespacePrefix(java.lang.String namespacePrefix)
          Sets the namespacePrefix value for this RuntimeContext.
 void setPortletInstanceKey(java.lang.String portletInstanceKey)
          Sets the portletInstanceKey value for this RuntimeContext.
 void setSessionID(java.lang.String sessionID)
          Sets the sessionID value for this RuntimeContext.
 void setTemplates(Templates templates)
          Sets the templates value for this RuntimeContext.
 void setUserAuthentication(java.lang.String userAuthentication)
          Sets the userAuthentication value for this RuntimeContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeContext

public RuntimeContext()

RuntimeContext

public RuntimeContext(Extension[] extensions,
                      java.lang.String namespacePrefix,
                      java.lang.String portletInstanceKey,
                      java.lang.String sessionID,
                      Templates templates,
                      java.lang.String userAuthentication)
Method Detail

getUserAuthentication

public java.lang.String getUserAuthentication()
Gets the userAuthentication value for this RuntimeContext.

Returns:
userAuthentication

setUserAuthentication

public void setUserAuthentication(java.lang.String userAuthentication)
Sets the userAuthentication value for this RuntimeContext.

Parameters:
userAuthentication -

getPortletInstanceKey

public java.lang.String getPortletInstanceKey()
Gets the portletInstanceKey value for this RuntimeContext.

Returns:
portletInstanceKey

setPortletInstanceKey

public void setPortletInstanceKey(java.lang.String portletInstanceKey)
Sets the portletInstanceKey value for this RuntimeContext.

Parameters:
portletInstanceKey -

getNamespacePrefix

public java.lang.String getNamespacePrefix()
Gets the namespacePrefix value for this RuntimeContext.

Returns:
namespacePrefix

setNamespacePrefix

public void setNamespacePrefix(java.lang.String namespacePrefix)
Sets the namespacePrefix value for this RuntimeContext.

Parameters:
namespacePrefix -

getTemplates

public Templates getTemplates()
Gets the templates value for this RuntimeContext.

Returns:
templates

setTemplates

public void setTemplates(Templates templates)
Sets the templates value for this RuntimeContext.

Parameters:
templates -

getSessionID

public java.lang.String getSessionID()
Gets the sessionID value for this RuntimeContext.

Returns:
sessionID

setSessionID

public void setSessionID(java.lang.String sessionID)
Sets the sessionID value for this RuntimeContext.

Parameters:
sessionID -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this RuntimeContext.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this RuntimeContext.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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