public abstract class Axis2RepoManagerCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
Axis2RepoManagerCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
Axis2RepoManagerCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking
Web service call is finished and appropriate method of this CallBack is called.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrordeleteLib(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteLib operation
|
void |
receiveErrordownloadArtifact(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from downloadArtifact operation
|
void |
receiveErrorgetDirectoryStructure(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDirectoryStructure operation
|
void |
receiveErrorrestartAxis2Server(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from restartAxis2Server operation
|
void |
receiveErroruploadArtifact(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from uploadArtifact operation
|
void |
receiveResultdeleteLib(boolean result)
auto generated Axis2 call back method for deleteLib method
override this method for handling normal response from deleteLib operation
|
void |
receiveResultdownloadArtifact(DataHandler result)
auto generated Axis2 call back method for downloadArtifact method
override this method for handling normal response from downloadArtifact operation
|
void |
receiveResultgetDirectoryStructure(DirectoryStructureMetaData result)
auto generated Axis2 call back method for getDirectoryStructure method
override this method for handling normal response from getDirectoryStructure operation
|
void |
receiveResultrestartAxis2Server(boolean result)
auto generated Axis2 call back method for restartAxis2Server method
override this method for handling normal response from restartAxis2Server operation
|
void |
receiveResultuploadArtifact(boolean result)
auto generated Axis2 call back method for uploadArtifact method
override this method for handling normal response from uploadArtifact operation
|
protected Object clientData
public Axis2RepoManagerCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public Axis2RepoManagerCallbackHandler()
public Object getClientData()
public void receiveResultrestartAxis2Server(boolean result)
public void receiveErrorrestartAxis2Server(Exception e)
public void receiveResultdownloadArtifact(DataHandler result)
public void receiveErrordownloadArtifact(Exception e)
public void receiveResultdeleteLib(boolean result)
public void receiveErrordeleteLib(Exception e)
public void receiveResultuploadArtifact(boolean result)
public void receiveErroruploadArtifact(Exception e)
public void receiveResultgetDirectoryStructure(DirectoryStructureMetaData result)
public void receiveErrorgetDirectoryStructure(Exception e)
Copyright © 2019 WSO2. All rights reserved.