com.jproxy.samples.soap.test
Class ITestCallback

java.lang.Object
  extended bycom.jproxy.samples.soap.test.ITestCallback
All Implemented Interfaces:
ITestCallback, java.rmi.Remote, java.io.Serializable

public class ITestCallback
extends java.lang.Object
implements java.io.Serializable, ITestCallback

See Also:
Serialized Form

Constructor Summary
ITestCallback()
           
 
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
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()
           
 java.lang.Object onCallback(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITestCallback

public ITestCallback()
Method Detail

onCallback

public java.lang.Object onCallback(java.lang.Object obj)
                            throws java.rmi.RemoteException
Specified by:
onCallback in interface ITestCallback
Throws:
java.rmi.RemoteException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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 © JProxy LLC. All Rights Reserved.