it.eng.spago.soap.axis.client
Class AdapterAxisSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by it.eng.spago.soap.axis.client.AdapterAxisSoapBindingStub
All Implemented Interfaces:
AdapterAxis, java.rmi.Remote

public class AdapterAxisSoapBindingStub
extends org.apache.axis.client.Stub
implements AdapterAxis


Constructor Summary
AdapterAxisSoapBindingStub()
           
AdapterAxisSoapBindingStub(javax.xml.rpc.Service service)
           
AdapterAxisSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 java.lang.Long getSessionId()
           
 java.lang.String service(java.lang.String request)
           
 void setSessionId(java.lang.Long sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterAxisSoapBindingStub

public AdapterAxisSoapBindingStub()
                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AdapterAxisSoapBindingStub

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

AdapterAxisSoapBindingStub

public AdapterAxisSoapBindingStub(javax.xml.rpc.Service service)
                           throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

service

public java.lang.String service(java.lang.String request)
                         throws java.rmi.RemoteException
Specified by:
service in interface AdapterAxis
Throws:
java.rmi.RemoteException

getSessionId

public java.lang.Long getSessionId()

setSessionId

public void setSessionId(java.lang.Long sessionId)