hudson.plugins.sfee.webservice
Class SimpleFileStorageAppSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by hudson.plugins.sfee.webservice.SimpleFileStorageAppSoapBindingStub
All Implemented Interfaces:
SimpleFileStorageAppSoap, Remote, javax.xml.rpc.Stub

public class SimpleFileStorageAppSoapBindingStub
extends org.apache.axis.client.Stub
implements SimpleFileStorageAppSoap


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
SimpleFileStorageAppSoapBindingStub()
           
SimpleFileStorageAppSoapBindingStub(javax.xml.rpc.Service service)
           
SimpleFileStorageAppSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 void endFileUpload(String sessionId, String fileId)
           
 long getSize(String sessionId, String fileId)
           
 byte[] read(String sessionId, String fileId, int offset, int length)
           
 String startFileUpload(String sessionId)
           
 void write(String sessionId, String fileId, byte[] data)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFileStorageAppSoapBindingStub

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

SimpleFileStorageAppSoapBindingStub

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

SimpleFileStorageAppSoapBindingStub

public SimpleFileStorageAppSoapBindingStub(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 RemoteException
Throws:
RemoteException

write

public void write(String sessionId,
                  String fileId,
                  byte[] data)
           throws RemoteException,
                  InvalidSessionFault,
                  SystemFault
Specified by:
write in interface SimpleFileStorageAppSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

getSize

public long getSize(String sessionId,
                    String fileId)
             throws RemoteException,
                    InvalidSessionFault,
                    SystemFault
Specified by:
getSize in interface SimpleFileStorageAppSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

read

public byte[] read(String sessionId,
                   String fileId,
                   int offset,
                   int length)
            throws RemoteException,
                   InvalidSessionFault,
                   SystemFault,
                   PermissionDeniedFault
Specified by:
read in interface SimpleFileStorageAppSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault
PermissionDeniedFault

startFileUpload

public String startFileUpload(String sessionId)
                       throws RemoteException,
                              InvalidSessionFault,
                              SystemFault
Specified by:
startFileUpload in interface SimpleFileStorageAppSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault

endFileUpload

public void endFileUpload(String sessionId,
                          String fileId)
                   throws RemoteException,
                          InvalidSessionFault,
                          SystemFault
Specified by:
endFileUpload in interface SimpleFileStorageAppSoap
Throws:
RemoteException
InvalidSessionFault
SystemFault


Copyright © 2004-2012 Hudson. All Rights Reserved.