com.jproxy.samples.soap.test
Class JProxyTestSoapBindingSkeleton
java.lang.Object
com.jproxy.samples.soap.test.JProxyTestSoapBindingSkeleton
- All Implemented Interfaces:
- ITest, ITest, java.rmi.Remote
- public class JProxyTestSoapBindingSkeleton
- extends java.lang.Object
- implements ITest
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JProxyTestSoapBindingSkeleton
public JProxyTestSoapBindingSkeleton()
JProxyTestSoapBindingSkeleton
public JProxyTestSoapBindingSkeleton(ITest impl)
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.