public class Axis2RepoManagerStub extends org.apache.axis2.client.Stub implements Axis2RepoManager
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
Axis2RepoManagerStub()
Default Constructor
|
Axis2RepoManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
Axis2RepoManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
Axis2RepoManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
Axis2RepoManagerStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
boolean |
deleteLib(String libPath29)
Auto generated method signature
|
DataHandler |
downloadArtifact(String filePath36)
Auto generated method signature
|
DirectoryStructureMetaData |
getDirectoryStructure()
Auto generated method signature
|
boolean |
restartAxis2Server()
Auto generated method signature
|
void |
startdeleteLib(String libPath29,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdownloadArtifact(String filePath36,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDirectoryStructure(Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrestartAxis2Server(Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList24,
String fileUploadDir25,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
uploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList24,
String fileUploadDir25)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public Axis2RepoManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public Axis2RepoManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public Axis2RepoManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public Axis2RepoManagerStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public Axis2RepoManagerStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean uploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList24, String fileUploadDir25) throws RemoteException, Axis2RepoManagerIOExceptionException
uploadArtifact
in interface Axis2RepoManager
uploadArtifact23
- Axis2RepoManagerIOExceptionException
- :RemoteException
Axis2RepoManager.uploadArtifact(org.wso2.carbon.repomanager.axis2.stub.types.Axis2ArtifactUploadData[], java.lang.String)
public void startuploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList24, String fileUploadDir25, Axis2RepoManagerCallbackHandler callback) throws RemoteException
startuploadArtifact
in interface Axis2RepoManager
uploadArtifact23
- RemoteException
Axis2RepoManager.startuploadArtifact(org.wso2.carbon.repomanager.axis2.stub.types.Axis2ArtifactUploadData[], java.lang.String, org.wso2.carbon.repomanager.axis2.stub.Axis2RepoManagerCallbackHandler)
public boolean deleteLib(String libPath29) throws RemoteException
deleteLib
in interface Axis2RepoManager
deleteLib28
- RemoteException
Axis2RepoManager.deleteLib(java.lang.String)
public void startdeleteLib(String libPath29, Axis2RepoManagerCallbackHandler callback) throws RemoteException
startdeleteLib
in interface Axis2RepoManager
deleteLib28
- RemoteException
Axis2RepoManager.startdeleteLib(java.lang.String, org.wso2.carbon.repomanager.axis2.stub.Axis2RepoManagerCallbackHandler)
public DirectoryStructureMetaData getDirectoryStructure() throws RemoteException, Axis2RepoManagerJSONExceptionException
getDirectoryStructure
in interface Axis2RepoManager
getDirectoryStructure32
- Axis2RepoManagerJSONExceptionException
- :RemoteException
Axis2RepoManager.getDirectoryStructure()
public void startgetDirectoryStructure(Axis2RepoManagerCallbackHandler callback) throws RemoteException
startgetDirectoryStructure
in interface Axis2RepoManager
getDirectoryStructure32
- RemoteException
Axis2RepoManager.startgetDirectoryStructure(org.wso2.carbon.repomanager.axis2.stub.Axis2RepoManagerCallbackHandler)
public DataHandler downloadArtifact(String filePath36) throws RemoteException
downloadArtifact
in interface Axis2RepoManager
downloadArtifact35
- RemoteException
Axis2RepoManager.downloadArtifact(java.lang.String)
public void startdownloadArtifact(String filePath36, Axis2RepoManagerCallbackHandler callback) throws RemoteException
startdownloadArtifact
in interface Axis2RepoManager
downloadArtifact35
- RemoteException
Axis2RepoManager.startdownloadArtifact(java.lang.String, org.wso2.carbon.repomanager.axis2.stub.Axis2RepoManagerCallbackHandler)
public boolean restartAxis2Server() throws RemoteException
restartAxis2Server
in interface Axis2RepoManager
restartAxis2Server39
- RemoteException
Axis2RepoManager.restartAxis2Server()
public void startrestartAxis2Server(Axis2RepoManagerCallbackHandler callback) throws RemoteException
startrestartAxis2Server
in interface Axis2RepoManager
restartAxis2Server39
- RemoteException
Axis2RepoManager.startrestartAxis2Server(org.wso2.carbon.repomanager.axis2.stub.Axis2RepoManagerCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.