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 fileName29,
String serviceHierarchy30,
DataHandler dataHandler31,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadWSDL(String fileName24,
DataHandler dataHandler25,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starturlWsdlUpload(String url20,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
uploadService(String fileName29,
String serviceHierarchy30,
DataHandler dataHandler31)
Auto generated method signature
|
String |
uploadWSDL(String fileName24,
DataHandler dataHandler25)
Auto generated method signature
|
String |
urlWsdlUpload(String url20)
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 urlWsdlUpload(String url20) throws RemoteException, ExceptionException
urlWsdlUpload in interface DataServiceFileUploaderurlWsdlUpload19 - ExceptionException - :RemoteExceptionDataServiceFileUploader.urlWsdlUpload(java.lang.String)public void starturlWsdlUpload(String url20, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
starturlWsdlUpload in interface DataServiceFileUploaderurlWsdlUpload19 - RemoteExceptionDataServiceFileUploader.starturlWsdlUpload(java.lang.String, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)public String uploadWSDL(String fileName24, DataHandler dataHandler25) throws RemoteException, ExceptionException
uploadWSDL in interface DataServiceFileUploaderuploadWSDL23 - ExceptionException - :RemoteExceptionDataServiceFileUploader.uploadWSDL(java.lang.String, javax.activation.DataHandler)public void startuploadWSDL(String fileName24, DataHandler dataHandler25, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
startuploadWSDL in interface DataServiceFileUploaderuploadWSDL23 - RemoteExceptionDataServiceFileUploader.startuploadWSDL(java.lang.String, javax.activation.DataHandler, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)public String uploadService(String fileName29, String serviceHierarchy30, DataHandler dataHandler31) throws RemoteException, ExceptionException
uploadService in interface DataServiceFileUploaderuploadService28 - ExceptionException - :RemoteExceptionDataServiceFileUploader.uploadService(java.lang.String, java.lang.String, javax.activation.DataHandler)public void startuploadService(String fileName29, String serviceHierarchy30, DataHandler dataHandler31, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
startuploadService in interface DataServiceFileUploaderuploadService28 - RemoteExceptionDataServiceFileUploader.startuploadService(java.lang.String, java.lang.String, javax.activation.DataHandler, org.wso2.carbon.dataservices.ui.fileupload.stub.DataServiceFileUploaderCallbackHandler)Copyright © 2017 WSO2. All rights reserved.