com.jproxy.samples.soap.test
Class JProxyTestSoapBindingImpl

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

public class JProxyTestSoapBindingImpl
extends java.lang.Object
implements ITest


Constructor Summary
JProxyTestSoapBindingImpl()
           
 
Method Summary
 void callbackBytes(java.lang.Object callback, int numberOfBytes, int numberOfLoops)
           
 byte[] echoBytes(byte[] bytes)
           
 long getServerTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JProxyTestSoapBindingImpl

public JProxyTestSoapBindingImpl()
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[] bytes)
                 throws java.rmi.RemoteException
Specified by:
echoBytes in interface ITest
Throws:
java.rmi.RemoteException

callbackBytes

public void callbackBytes(java.lang.Object callback,
                          int numberOfBytes,
                          int numberOfLoops)
                   throws java.rmi.RemoteException
Specified by:
callbackBytes in interface ITest
Throws:
java.rmi.RemoteException


Copyright © JProxy LLC. All Rights Reserved.