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, setServiceClientEPRpublic DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DataServiceFileUploaderStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DataServiceFileUploaderStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic DataServiceFileUploaderStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String uploadService(String fileName20, String serviceHierarchy21, DataHandler dataHandler22) throws RemoteException, ExceptionException
uploadService in interface DataServiceFileUploaderuploadService19 - ExceptionException - :RemoteExceptionDataServiceFileUploader.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 DataServiceFileUploaderuploadService19 - RemoteExceptionDataServiceFileUploader.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 DataServiceFileUploaderurlWsdlUpload25 - ExceptionException - :RemoteExceptionDataServiceFileUploader.urlWsdlUpload(java.lang.String)public void starturlWsdlUpload(String url26, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
starturlWsdlUpload in interface DataServiceFileUploaderurlWsdlUpload25 - RemoteExceptionDataServiceFileUploader.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 DataServiceFileUploaderuploadWSDL29 - ExceptionException - :RemoteExceptionDataServiceFileUploader.uploadWSDL(java.lang.String, javax.activation.DataHandler)public void startuploadWSDL(String fileName30, DataHandler dataHandler31, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
startuploadWSDL in interface DataServiceFileUploaderuploadWSDL29 - RemoteExceptionDataServiceFileUploader.startuploadWSDL(java.lang.String, javax.activation.DataHandler, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)Copyright © 2019 WSO2. All rights reserved.