orca.shirako.proxies.soap.beans
Class ResourceData

java.lang.Object
  extended by orca.shirako.proxies.soap.beans.ResourceData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResourceData()
           
ResourceData(Properties requestProperties, Properties configurationProperties, Properties resourceProperties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Properties getConfigurationProperties()
          Gets the configurationProperties value for this ResourceData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Properties getRequestProperties()
          Gets the requestProperties value for this ResourceData.
 Properties getResourceProperties()
          Gets the resourceProperties value for this ResourceData.
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
 int hashCode()
           
 void setConfigurationProperties(Properties configurationProperties)
          Sets the configurationProperties value for this ResourceData.
 void setRequestProperties(Properties requestProperties)
          Sets the requestProperties value for this ResourceData.
 void setResourceProperties(Properties resourceProperties)
          Sets the resourceProperties value for this ResourceData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceData

public ResourceData()

ResourceData

public ResourceData(Properties requestProperties,
                    Properties configurationProperties,
                    Properties resourceProperties)
Method Detail

getRequestProperties

public Properties getRequestProperties()
Gets the requestProperties value for this ResourceData.

Returns:
requestProperties

setRequestProperties

public void setRequestProperties(Properties requestProperties)
Sets the requestProperties value for this ResourceData.

Parameters:
requestProperties -

getConfigurationProperties

public Properties getConfigurationProperties()
Gets the configurationProperties value for this ResourceData.

Returns:
configurationProperties

setConfigurationProperties

public void setConfigurationProperties(Properties configurationProperties)
Sets the configurationProperties value for this ResourceData.

Parameters:
configurationProperties -

getResourceProperties

public Properties getResourceProperties()
Gets the resourceProperties value for this ResourceData.

Returns:
resourceProperties

setResourceProperties

public void setResourceProperties(Properties resourceProperties)
Sets the resourceProperties value for this ResourceData.

Parameters:
resourceProperties -

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 © 2007 Network/Internet Computing Lab. All Rights Reserved.