Package org.wso2.carbon.proxyadmin.stub
Class ProxyServiceAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminStub
-
- All Implemented Interfaces:
ProxyServiceAdmin
public class ProxyServiceAdminStub extends org.apache.axis2.client.Stub implements ProxyServiceAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description ProxyServiceAdminStub()
Default ConstructorProxyServiceAdminStub(String targetEndpoint)
Constructor taking the target endpointProxyServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorProxyServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextProxyServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
addProxy(ProxyData pd148)
Auto generated method signatureString
deleteProxyService(String proxyName144)
Auto generated method signatureString
disableStatistics(String proxyName132)
Auto generated method signatureString
disableTracing(String proxyName110)
Auto generated method signatureString
enableStatistics(String proxyName128)
Auto generated method signatureString
enableTracing(String proxyName117)
Auto generated method signatureString[]
getAvailableEndpoints()
Auto generated method signatureString[]
getAvailableSequences()
Auto generated method signatureString[]
getAvailableTransports()
Auto generated method signatureString
getEndpoint(String name136)
Auto generated method signatureMetaData
getMetaData()
Auto generated method signatureProxyData
getProxy(String proxyName121)
Auto generated method signatureString
getSourceView(ProxyData pd91)
Auto generated method signatureString
modifyProxy(ProxyData pd95)
Auto generated method signatureString
redeployProxyService(String proxyName99)
Auto generated method signaturevoid
startaddProxy(ProxyData pd148, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteProxyService(String proxyName144, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableStatistics(String proxyName132, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableTracing(String proxyName110, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableStatistics(String proxyName128, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableTracing(String proxyName117, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvailableEndpoints(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvailableSequences(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAvailableTransports(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpoint(String name136, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetMetaData(ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetProxy(String proxyName121, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSourceView(ProxyData pd91, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startmodifyProxy(ProxyData pd95, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsString
startProxyService(String proxyName106)
Auto generated method signaturevoid
startredeployProxyService(String proxyName99, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startstartProxyService(String proxyName106, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startstopProxyService(String proxyName140, ProxyServiceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous InvocationsString
stopProxyService(String proxyName140)
Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
ProxyServiceAdminStub
public ProxyServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
ProxyServiceAdminStub
public ProxyServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
ProxyServiceAdminStub
public ProxyServiceAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
ProxyServiceAdminStub
public ProxyServiceAdminStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
ProxyServiceAdminStub
public ProxyServiceAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
getSourceView
public String getSourceView(ProxyData pd91) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getSourceView
in interfaceProxyServiceAdmin
- Parameters:
getSourceView90
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getSourceView(org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData)
-
startgetSourceView
public void startgetSourceView(ProxyData pd91, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSourceView
in interfaceProxyServiceAdmin
- Parameters:
getSourceView90
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetSourceView(org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
modifyProxy
public String modifyProxy(ProxyData pd95) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
modifyProxy
in interfaceProxyServiceAdmin
- Parameters:
modifyProxy94
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.modifyProxy(org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData)
-
startmodifyProxy
public void startmodifyProxy(ProxyData pd95, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startmodifyProxy
in interfaceProxyServiceAdmin
- Parameters:
modifyProxy94
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startmodifyProxy(org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
redeployProxyService
public String redeployProxyService(String proxyName99) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
redeployProxyService
in interfaceProxyServiceAdmin
- Parameters:
redeployProxyService98
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.redeployProxyService(java.lang.String)
-
startredeployProxyService
public void startredeployProxyService(String proxyName99, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startredeployProxyService
in interfaceProxyServiceAdmin
- Parameters:
redeployProxyService98
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startredeployProxyService(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
getAvailableTransports
public String[] getAvailableTransports() throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getAvailableTransports
in interfaceProxyServiceAdmin
- Parameters:
getAvailableTransports102
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getAvailableTransports()
-
startgetAvailableTransports
public void startgetAvailableTransports(ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAvailableTransports
in interfaceProxyServiceAdmin
- Parameters:
getAvailableTransports102
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetAvailableTransports(org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
startProxyService
public String startProxyService(String proxyName106) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
startProxyService
in interfaceProxyServiceAdmin
- Parameters:
startProxyService105
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.startProxyService(java.lang.String)
-
startstartProxyService
public void startstartProxyService(String proxyName106, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startstartProxyService
in interfaceProxyServiceAdmin
- Parameters:
startProxyService105
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startstartProxyService(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
disableTracing
public String disableTracing(String proxyName110) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
disableTracing
in interfaceProxyServiceAdmin
- Parameters:
disableTracing109
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.disableTracing(java.lang.String)
-
startdisableTracing
public void startdisableTracing(String proxyName110, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableTracing
in interfaceProxyServiceAdmin
- Parameters:
disableTracing109
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startdisableTracing(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
getMetaData
public MetaData getMetaData() throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getMetaData
in interfaceProxyServiceAdmin
- Parameters:
getMetaData113
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getMetaData()
-
startgetMetaData
public void startgetMetaData(ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetMetaData
in interfaceProxyServiceAdmin
- Parameters:
getMetaData113
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetMetaData(org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
enableTracing
public String enableTracing(String proxyName117) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
enableTracing
in interfaceProxyServiceAdmin
- Parameters:
enableTracing116
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.enableTracing(java.lang.String)
-
startenableTracing
public void startenableTracing(String proxyName117, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableTracing
in interfaceProxyServiceAdmin
- Parameters:
enableTracing116
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startenableTracing(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
getProxy
public ProxyData getProxy(String proxyName121) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getProxy
in interfaceProxyServiceAdmin
- Parameters:
getProxy120
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getProxy(java.lang.String)
-
startgetProxy
public void startgetProxy(String proxyName121, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetProxy
in interfaceProxyServiceAdmin
- Parameters:
getProxy120
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetProxy(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
getAvailableEndpoints
public String[] getAvailableEndpoints() throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getAvailableEndpoints
in interfaceProxyServiceAdmin
- Parameters:
getAvailableEndpoints124
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getAvailableEndpoints()
-
startgetAvailableEndpoints
public void startgetAvailableEndpoints(ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAvailableEndpoints
in interfaceProxyServiceAdmin
- Parameters:
getAvailableEndpoints124
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetAvailableEndpoints(org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
enableStatistics
public String enableStatistics(String proxyName128) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
enableStatistics
in interfaceProxyServiceAdmin
- Parameters:
enableStatistics127
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.enableStatistics(java.lang.String)
-
startenableStatistics
public void startenableStatistics(String proxyName128, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableStatistics
in interfaceProxyServiceAdmin
- Parameters:
enableStatistics127
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startenableStatistics(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
disableStatistics
public String disableStatistics(String proxyName132) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
disableStatistics
in interfaceProxyServiceAdmin
- Parameters:
disableStatistics131
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.disableStatistics(java.lang.String)
-
startdisableStatistics
public void startdisableStatistics(String proxyName132, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableStatistics
in interfaceProxyServiceAdmin
- Parameters:
disableStatistics131
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startdisableStatistics(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
getEndpoint
public String getEndpoint(String name136) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getEndpoint
in interfaceProxyServiceAdmin
- Parameters:
getEndpoint135
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getEndpoint(java.lang.String)
-
startgetEndpoint
public void startgetEndpoint(String name136, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndpoint
in interfaceProxyServiceAdmin
- Parameters:
getEndpoint135
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetEndpoint(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
stopProxyService
public String stopProxyService(String proxyName140) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
stopProxyService
in interfaceProxyServiceAdmin
- Parameters:
stopProxyService139
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.stopProxyService(java.lang.String)
-
startstopProxyService
public void startstopProxyService(String proxyName140, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startstopProxyService
in interfaceProxyServiceAdmin
- Parameters:
stopProxyService139
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startstopProxyService(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
deleteProxyService
public String deleteProxyService(String proxyName144) throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
deleteProxyService
in interfaceProxyServiceAdmin
- Parameters:
deleteProxyService143
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.deleteProxyService(java.lang.String)
-
startdeleteProxyService
public void startdeleteProxyService(String proxyName144, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdeleteProxyService
in interfaceProxyServiceAdmin
- Parameters:
deleteProxyService143
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startdeleteProxyService(java.lang.String, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
addProxy
public String addProxy(ProxyData pd148) throws RemoteException, Exception
Auto generated method signature- Specified by:
addProxy
in interfaceProxyServiceAdmin
- Parameters:
addProxy147
-- Throws:
Exception
- :RemoteException
- See Also:
ProxyServiceAdmin.addProxy(org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData)
-
startaddProxy
public void startaddProxy(ProxyData pd148, ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startaddProxy
in interfaceProxyServiceAdmin
- Parameters:
addProxy147
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startaddProxy(org.wso2.carbon.proxyadmin.stub.types.carbon.ProxyData, org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
getAvailableSequences
public String[] getAvailableSequences() throws RemoteException, ProxyServiceAdminProxyAdminException
Auto generated method signature- Specified by:
getAvailableSequences
in interfaceProxyServiceAdmin
- Parameters:
getAvailableSequences151
-- Throws:
ProxyServiceAdminProxyAdminException
- :RemoteException
- See Also:
ProxyServiceAdmin.getAvailableSequences()
-
startgetAvailableSequences
public void startgetAvailableSequences(ProxyServiceAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAvailableSequences
in interfaceProxyServiceAdmin
- Parameters:
getAvailableSequences151
-- Throws:
RemoteException
- See Also:
ProxyServiceAdmin.startgetAvailableSequences(org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler)
-
-