public interface ProxyServiceAdmin
Modifier and Type | Method and Description |
---|---|
String |
addProxy(ProxyData pd38)
Auto generated method signature
|
String |
deleteProxyService(String proxyName87)
Auto generated method signature
|
String |
disableStatistics(String proxyName27)
Auto generated method signature
|
String |
disableTracing(String proxyName46)
Auto generated method signature
|
String |
enableStatistics(String proxyName80)
Auto generated method signature
|
String |
enableTracing(String proxyName68)
Auto generated method signature
|
String[] |
getAvailableEndpoints()
Auto generated method signature
|
String[] |
getAvailableSequences()
Auto generated method signature
|
String[] |
getAvailableTransports()
Auto generated method signature
|
String |
getEndpoint(String name57)
Auto generated method signature
|
MetaData |
getMetaData()
Auto generated method signature
|
ProxyData |
getProxy(String proxyName53)
Auto generated method signature
|
String |
getSourceView(ProxyData pd72)
Auto generated method signature
|
String |
modifyProxy(ProxyData pd42)
Auto generated method signature
|
String |
redeployProxyService(String proxyName34)
Auto generated method signature
|
void |
startaddProxy(ProxyData pd38,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteProxyService(String proxyName87,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableStatistics(String proxyName27,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdisableTracing(String proxyName46,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableStatistics(String proxyName80,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startenableTracing(String proxyName68,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvailableEndpoints(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvailableSequences(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAvailableTransports(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpoint(String name57,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMetaData(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetProxy(String proxyName53,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSourceView(ProxyData pd72,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startmodifyProxy(ProxyData pd42,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
startProxyService(String proxyName61)
Auto generated method signature
|
void |
startredeployProxyService(String proxyName34,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startstartProxyService(String proxyName61,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startstopProxyService(String proxyName76,
ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
stopProxyService(String proxyName76)
Auto generated method signature
|
String disableStatistics(String proxyName27) throws RemoteException, ProxyServiceAdminProxyAdminException
disableStatistics26
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startdisableStatistics(String proxyName27, ProxyServiceAdminCallbackHandler callback) throws RemoteException
disableStatistics26
- RemoteException
String[] getAvailableEndpoints() throws RemoteException, ProxyServiceAdminProxyAdminException
getAvailableEndpoints30
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetAvailableEndpoints(ProxyServiceAdminCallbackHandler callback) throws RemoteException
getAvailableEndpoints30
- RemoteException
String redeployProxyService(String proxyName34) throws RemoteException, ProxyServiceAdminProxyAdminException
redeployProxyService33
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startredeployProxyService(String proxyName34, ProxyServiceAdminCallbackHandler callback) throws RemoteException
redeployProxyService33
- RemoteException
String addProxy(ProxyData pd38) throws RemoteException, Exception
addProxy37
- Exception
- :RemoteException
void startaddProxy(ProxyData pd38, ProxyServiceAdminCallbackHandler callback) throws RemoteException
addProxy37
- RemoteException
String modifyProxy(ProxyData pd42) throws RemoteException, ProxyServiceAdminProxyAdminException
modifyProxy41
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startmodifyProxy(ProxyData pd42, ProxyServiceAdminCallbackHandler callback) throws RemoteException
modifyProxy41
- RemoteException
String disableTracing(String proxyName46) throws RemoteException, ProxyServiceAdminProxyAdminException
disableTracing45
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startdisableTracing(String proxyName46, ProxyServiceAdminCallbackHandler callback) throws RemoteException
disableTracing45
- RemoteException
String[] getAvailableTransports() throws RemoteException, ProxyServiceAdminProxyAdminException
getAvailableTransports49
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetAvailableTransports(ProxyServiceAdminCallbackHandler callback) throws RemoteException
getAvailableTransports49
- RemoteException
ProxyData getProxy(String proxyName53) throws RemoteException, ProxyServiceAdminProxyAdminException
getProxy52
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetProxy(String proxyName53, ProxyServiceAdminCallbackHandler callback) throws RemoteException
getProxy52
- RemoteException
String getEndpoint(String name57) throws RemoteException, ProxyServiceAdminProxyAdminException
getEndpoint56
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetEndpoint(String name57, ProxyServiceAdminCallbackHandler callback) throws RemoteException
getEndpoint56
- RemoteException
String startProxyService(String proxyName61) throws RemoteException, ProxyServiceAdminProxyAdminException
startProxyService60
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startstartProxyService(String proxyName61, ProxyServiceAdminCallbackHandler callback) throws RemoteException
startProxyService60
- RemoteException
MetaData getMetaData() throws RemoteException, ProxyServiceAdminProxyAdminException
getMetaData64
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetMetaData(ProxyServiceAdminCallbackHandler callback) throws RemoteException
getMetaData64
- RemoteException
String enableTracing(String proxyName68) throws RemoteException, ProxyServiceAdminProxyAdminException
enableTracing67
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startenableTracing(String proxyName68, ProxyServiceAdminCallbackHandler callback) throws RemoteException
enableTracing67
- RemoteException
String getSourceView(ProxyData pd72) throws RemoteException, ProxyServiceAdminProxyAdminException
getSourceView71
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetSourceView(ProxyData pd72, ProxyServiceAdminCallbackHandler callback) throws RemoteException
getSourceView71
- RemoteException
String stopProxyService(String proxyName76) throws RemoteException, ProxyServiceAdminProxyAdminException
stopProxyService75
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startstopProxyService(String proxyName76, ProxyServiceAdminCallbackHandler callback) throws RemoteException
stopProxyService75
- RemoteException
String enableStatistics(String proxyName80) throws RemoteException, ProxyServiceAdminProxyAdminException
enableStatistics79
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startenableStatistics(String proxyName80, ProxyServiceAdminCallbackHandler callback) throws RemoteException
enableStatistics79
- RemoteException
String[] getAvailableSequences() throws RemoteException, ProxyServiceAdminProxyAdminException
getAvailableSequences83
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startgetAvailableSequences(ProxyServiceAdminCallbackHandler callback) throws RemoteException
getAvailableSequences83
- RemoteException
String deleteProxyService(String proxyName87) throws RemoteException, ProxyServiceAdminProxyAdminException
deleteProxyService86
- ProxyServiceAdminProxyAdminException
- :RemoteException
void startdeleteProxyService(String proxyName87, ProxyServiceAdminCallbackHandler callback) throws RemoteException
deleteProxyService86
- RemoteException
Copyright © 2017 WSO2. All rights reserved.