com.jproxy.samples.soap.test
Class JProxyTestSoapBindingSkeleton

java.lang.Object
  extended bycom.jproxy.samples.soap.test.JProxyTestSoapBindingSkeleton
All Implemented Interfaces:
ITest, ITest, java.rmi.Remote

public class JProxyTestSoapBindingSkeleton
extends java.lang.Object
implements ITest


Constructor Summary
JProxyTestSoapBindingSkeleton()
           
JProxyTestSoapBindingSkeleton(ITest impl)
           
 
Method Summary
 void callbackBytes(java.lang.Object in0, int in1, int in2)
           
 byte[] echoBytes(byte[] in0)
           
static java.util.List getOperationDescByName(java.lang.String methodName)
          Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Returns Collection of OperationDescs
 long getServerTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JProxyTestSoapBindingSkeleton

public JProxyTestSoapBindingSkeleton()

JProxyTestSoapBindingSkeleton

public JProxyTestSoapBindingSkeleton(ITest impl)
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Returns Collection of OperationDescs


getServerTime

public long getServerTime()
                   throws java.rmi.RemoteException
Specified by:
getServerTime in interface ITest
Throws:
java.rmi.RemoteException

echoBytes

public byte[] echoBytes(byte[] in0)
                 throws java.rmi.RemoteException
Specified by:
echoBytes in interface ITest
Throws:
java.rmi.RemoteException

callbackBytes

public void callbackBytes(java.lang.Object in0,
                          int in1,
                          int in2)
                   throws java.rmi.RemoteException
Specified by:
callbackBytes in interface ITest
Throws:
java.rmi.RemoteException


Copyright © JProxy LLC. All Rights Reserved.