com.jproxy.samples.soap.test
Class JProxyTestSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycom.jproxy.samples.soap.test.JProxyTestSoapBindingStub
All Implemented Interfaces:
ITest, ITest, java.rmi.Remote

public class JProxyTestSoapBindingStub
extends org.apache.axis.client.Stub
implements ITest

See Also:
Serialized Form

Constructor Summary
JProxyTestSoapBindingStub()
           
JProxyTestSoapBindingStub(javax.xml.rpc.Service service)
           
JProxyTestSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void callbackBytes(java.lang.Object in0, int in1, int in2)
           
 byte[] echoBytes(byte[] in0)
           
 long getServerTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JProxyTestSoapBindingStub

public JProxyTestSoapBindingStub()
                          throws org.apache.axis.AxisFault

JProxyTestSoapBindingStub

public JProxyTestSoapBindingStub(java.net.URL endpointURL,
                                 javax.xml.rpc.Service service)
                          throws org.apache.axis.AxisFault

JProxyTestSoapBindingStub

public JProxyTestSoapBindingStub(javax.xml.rpc.Service service)
                          throws org.apache.axis.AxisFault
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.