public class FileServiceStub extends org.apache.axis2.client.Stub implements FileService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
FileServiceStub()
Default Constructor
|
FileServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
FileServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
FileServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
FileServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
File9[] |
_getcheckfileexists(String fileName48)
Auto generated method signature
|
void |
_getcreatenewfile(String fileName42,
String fileType43)
Auto generated method signature
|
void |
_getdeletefile(String fileName56)
Auto generated method signature
|
File6[] |
_getgetfilenames()
Auto generated method signature
|
File3[] |
_getgetfilerecords(String fileName52)
Auto generated method signature
|
File[] |
_getgetfilesize(String fileName65)
Auto generated method signature
|
FileE[] |
_getgetfiletype(String fileName58)
Auto generated method signature
|
void |
_postappenddatatofile(String fileName45,
javax.activation.DataHandler data46)
Auto generated method signature
|
void |
start_getcheckfileexists(String fileName48,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfilenames(FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfilerecords(String fileName52,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfilesize(String fileName65,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfiletype(String fileName58,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public FileServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public FileServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public FileServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public FileServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public FileServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void _getcreatenewfile(String fileName42, String fileType43) throws RemoteException
_getcreatenewfile
in interface FileService
RemoteException
public void _postappenddatatofile(String fileName45, javax.activation.DataHandler data46) throws RemoteException
_postappenddatatofile
in interface FileService
RemoteException
public File9[] _getcheckfileexists(String fileName48) throws RemoteException, DataServiceFault
_getcheckfileexists
in interface FileService
_getcheckfileexists47
- DataServiceFault
- :RemoteException
FileService._getcheckfileexists(java.lang.String)
public void start_getcheckfileexists(String fileName48, FileServiceCallbackHandler callback) throws RemoteException
start_getcheckfileexists
in interface FileService
_getcheckfileexists47
- RemoteException
FileService.start_getcheckfileexists(java.lang.String, org.wso2.carbon.dataservices.samples.file_service.FileServiceCallbackHandler)
public File3[] _getgetfilerecords(String fileName52) throws RemoteException, DataServiceFault
_getgetfilerecords
in interface FileService
_getgetfilerecords51
- DataServiceFault
- :RemoteException
FileService._getgetfilerecords(java.lang.String)
public void start_getgetfilerecords(String fileName52, FileServiceCallbackHandler callback) throws RemoteException
start_getgetfilerecords
in interface FileService
_getgetfilerecords51
- RemoteException
FileService.start_getgetfilerecords(java.lang.String, org.wso2.carbon.dataservices.samples.file_service.FileServiceCallbackHandler)
public void _getdeletefile(String fileName56) throws RemoteException
_getdeletefile
in interface FileService
RemoteException
public FileE[] _getgetfiletype(String fileName58) throws RemoteException, DataServiceFault
_getgetfiletype
in interface FileService
_getgetfiletype57
- DataServiceFault
- :RemoteException
FileService._getgetfiletype(java.lang.String)
public void start_getgetfiletype(String fileName58, FileServiceCallbackHandler callback) throws RemoteException
start_getgetfiletype
in interface FileService
_getgetfiletype57
- RemoteException
FileService.start_getgetfiletype(java.lang.String, org.wso2.carbon.dataservices.samples.file_service.FileServiceCallbackHandler)
public File6[] _getgetfilenames() throws RemoteException, DataServiceFault
_getgetfilenames
in interface FileService
_getgetfilenames61
- DataServiceFault
- :RemoteException
FileService._getgetfilenames()
public void start_getgetfilenames(FileServiceCallbackHandler callback) throws RemoteException
start_getgetfilenames
in interface FileService
_getgetfilenames61
- RemoteException
FileService.start_getgetfilenames(org.wso2.carbon.dataservices.samples.file_service.FileServiceCallbackHandler)
public File[] _getgetfilesize(String fileName65) throws RemoteException, DataServiceFault
_getgetfilesize
in interface FileService
_getgetfilesize64
- DataServiceFault
- :RemoteException
FileService._getgetfilesize(java.lang.String)
public void start_getgetfilesize(String fileName65, FileServiceCallbackHandler callback) throws RemoteException
start_getgetfilesize
in interface FileService
_getgetfilesize64
- RemoteException
FileService.start_getgetfilesize(java.lang.String, org.wso2.carbon.dataservices.samples.file_service.FileServiceCallbackHandler)
Copyright © 2015 WSO2 Inc. All rights reserved.