public class DataServiceFileUploaderStub extends org.apache.axis2.client.Stub implements DataServiceFileUploader
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
DataServiceFileUploaderStub()
Default Constructor
|
DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
DataServiceFileUploaderStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
startuploadService(String fileName20,
String serviceHierarchy21,
DataHandler dataHandler22,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadWSDL(String fileName30,
DataHandler dataHandler31,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starturlWsdlUpload(String url26,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
uploadService(String fileName20,
String serviceHierarchy21,
DataHandler dataHandler22)
Auto generated method signature
|
String |
uploadWSDL(String fileName30,
DataHandler dataHandler31)
Auto generated method signature
|
String |
urlWsdlUpload(String url26)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DataServiceFileUploaderStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public DataServiceFileUploaderStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public String uploadService(String fileName20, String serviceHierarchy21, DataHandler dataHandler22) throws RemoteException, ExceptionException
uploadService
in interface DataServiceFileUploader
uploadService19
- ExceptionException
- :RemoteException
DataServiceFileUploader.uploadService(java.lang.String, java.lang.String, javax.activation.DataHandler)
public void startuploadService(String fileName20, String serviceHierarchy21, DataHandler dataHandler22, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
startuploadService
in interface DataServiceFileUploader
uploadService19
- RemoteException
DataServiceFileUploader.startuploadService(java.lang.String, java.lang.String, javax.activation.DataHandler, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)
public String urlWsdlUpload(String url26) throws RemoteException, ExceptionException
urlWsdlUpload
in interface DataServiceFileUploader
urlWsdlUpload25
- ExceptionException
- :RemoteException
DataServiceFileUploader.urlWsdlUpload(java.lang.String)
public void starturlWsdlUpload(String url26, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
starturlWsdlUpload
in interface DataServiceFileUploader
urlWsdlUpload25
- RemoteException
DataServiceFileUploader.starturlWsdlUpload(java.lang.String, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)
public String uploadWSDL(String fileName30, DataHandler dataHandler31) throws RemoteException, ExceptionException
uploadWSDL
in interface DataServiceFileUploader
uploadWSDL29
- ExceptionException
- :RemoteException
DataServiceFileUploader.uploadWSDL(java.lang.String, javax.activation.DataHandler)
public void startuploadWSDL(String fileName30, DataHandler dataHandler31, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
startuploadWSDL
in interface DataServiceFileUploader
uploadWSDL29
- RemoteException
DataServiceFileUploader.startuploadWSDL(java.lang.String, javax.activation.DataHandler, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)
Copyright © 2019 WSO2. All rights reserved.