com.jproxy.samples.soap.test
Interface ITest

All Superinterfaces:
ITest, java.rmi.Remote
All Known Implementing Classes:
JProxyTestSoapBindingImpl, JProxyTestSoapBindingSkeleton, JProxyTestSoapBindingStub

public interface ITest
extends java.rmi.Remote, ITest


Method Summary
 void callbackBytes(java.lang.Object in0, int in1, int in2)
           
 byte[] echoBytes(byte[] in0)
           
 long getServerTime()
           
 

Method Detail

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.