|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.appfactory.svn.repository.mgt.service.RepositoryManagementServiceCallbackHandler
public abstract class RepositoryManagementServiceCallbackHandler
RepositoryManagementServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
| Field Summary | |
|---|---|
protected Object |
clientData
|
| Constructor Summary | |
|---|---|
RepositoryManagementServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData |
|
RepositoryManagementServiceCallbackHandler(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. |
|
| Method Summary | |
|---|---|
Object |
getClientData()
Get the client data |
void |
receiveErrorcheckoutApplication(Exception e)
auto generated Axis2 Error handler override this method for handling error response from checkoutApplication operation |
void |
receiveErrorcreateApplicationCheckoutDirectory(Exception e)
auto generated Axis2 Error handler override this method for handling error response from createApplicationCheckoutDirectory operation |
void |
receiveErrorcreateRepository(Exception e)
auto generated Axis2 Error handler override this method for handling error response from createRepository operation |
void |
receiveErrorgetAdminUsername(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAdminUsername operation |
void |
receiveErrorgetRepositoryManager(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getRepositoryManager operation |
void |
receiveErrorgetURL(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getURL operation |
void |
receiveErrorhasAccess(Exception e)
auto generated Axis2 Error handler override this method for handling error response from hasAccess operation |
void |
receiveResultcheckoutApplication(String result)
auto generated Axis2 call back method for checkoutApplication method override this method for handling normal response from checkoutApplication operation |
void |
receiveResultcreateApplicationCheckoutDirectory(File result)
auto generated Axis2 call back method for createApplicationCheckoutDirectory method override this method for handling normal response from createApplicationCheckoutDirectory operation |
void |
receiveResultcreateRepository(String result)
auto generated Axis2 call back method for createRepository method override this method for handling normal response from createRepository operation |
void |
receiveResultgetAdminUsername(String result)
auto generated Axis2 call back method for getAdminUsername method override this method for handling normal response from getAdminUsername operation |
void |
receiveResultgetRepositoryManager(RepositoryManager result)
auto generated Axis2 call back method for getRepositoryManager method override this method for handling normal response from getRepositoryManager operation |
void |
receiveResultgetURL(String result)
auto generated Axis2 call back method for getURL method override this method for handling normal response from getURL operation |
void |
receiveResulthasAccess(boolean result)
auto generated Axis2 call back method for hasAccess method override this method for handling normal response from hasAccess operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object clientData
| Constructor Detail |
|---|
public RepositoryManagementServiceCallbackHandler(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 RepositoryManagementServiceCallbackHandler()
| Method Detail |
|---|
public Object getClientData()
public void receiveResultgetURL(String result)
public void receiveErrorgetURL(Exception e)
public void receiveResulthasAccess(boolean result)
public void receiveErrorhasAccess(Exception e)
public void receiveResultgetAdminUsername(String result)
public void receiveErrorgetAdminUsername(Exception e)
public void receiveResultcreateApplicationCheckoutDirectory(File result)
public void receiveErrorcreateApplicationCheckoutDirectory(Exception e)
public void receiveResultcreateRepository(String result)
public void receiveErrorcreateRepository(Exception e)
public void receiveResultcheckoutApplication(String result)
public void receiveErrorcheckoutApplication(Exception e)
public void receiveResultgetRepositoryManager(RepositoryManager result)
public void receiveErrorgetRepositoryManager(Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||