Class CGAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.cloud.gateway.stub.CGAdminServiceStub
-
- All Implemented Interfaces:
CGAdminService
public class CGAdminServiceStub extends org.apache.axis2.client.Stub implements CGAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]_operations
-
Constructor Summary
Constructors Constructor Description CGAdminServiceStub()Default ConstructorCGAdminServiceStub(String targetEndpoint)Constructor taking the target endpointCGAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)Default ConstructorCGAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)Constructor that takes in a configContextCGAdminServiceStub(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 voiddeployProxy(CGServiceMetaDataBean metaData24)Auto generated method signatureCGProxyToolsURLsgetPublishedProxyToolsURLs(String serviceName29, String domainName30)Auto generated method signatureCGThriftServerBeangetThriftServerConnectionBean()Auto generated method signaturevoidstartgetPublishedProxyToolsURLs(String serviceName29, String domainName30, CGAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidstartgetThriftServerConnectionBean(CGAdminServiceCallbackHandler callback)Auto generated method signature for Asynchronous InvocationsvoidunDeployProxy(String serviceName19)Auto generated method signaturevoidupdateProxy(String serviceName26, int eventType27)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
-
CGAdminServiceStub
public CGAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
CGAdminServiceStub
public CGAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFaultConstructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
CGAdminServiceStub
public CGAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
CGAdminServiceStub
public CGAdminServiceStub() throws org.apache.axis2.AxisFaultDefault Constructor- Throws:
org.apache.axis2.AxisFault
-
CGAdminServiceStub
public CGAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
unDeployProxy
public void unDeployProxy(String serviceName19) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
unDeployProxyin interfaceCGAdminService- Throws:
CGAdminServiceCGException- :RemoteException
-
getThriftServerConnectionBean
public CGThriftServerBean getThriftServerConnectionBean() throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
getThriftServerConnectionBeanin interfaceCGAdminService- Parameters:
getThriftServerConnectionBean20-- Throws:
CGAdminServiceCGException- :RemoteException- See Also:
CGAdminService.getThriftServerConnectionBean()
-
startgetThriftServerConnectionBean
public void startgetThriftServerConnectionBean(CGAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetThriftServerConnectionBeanin interfaceCGAdminService- Parameters:
getThriftServerConnectionBean20-- Throws:
RemoteException- See Also:
CGAdminService.startgetThriftServerConnectionBean(org.wso2.carbon.cloud.gateway.stub.CGAdminServiceCallbackHandler)
-
deployProxy
public void deployProxy(CGServiceMetaDataBean metaData24) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
deployProxyin interfaceCGAdminService- Throws:
CGAdminServiceCGException- :RemoteException
-
updateProxy
public void updateProxy(String serviceName26, int eventType27) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
updateProxyin interfaceCGAdminService- Throws:
CGAdminServiceCGException- :RemoteException
-
getPublishedProxyToolsURLs
public CGProxyToolsURLs getPublishedProxyToolsURLs(String serviceName29, String domainName30) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
getPublishedProxyToolsURLsin interfaceCGAdminService- Parameters:
getPublishedProxyToolsURLs28-- Throws:
CGAdminServiceCGException- :RemoteException- See Also:
CGAdminService.getPublishedProxyToolsURLs(java.lang.String, java.lang.String)
-
startgetPublishedProxyToolsURLs
public void startgetPublishedProxyToolsURLs(String serviceName29, String domainName30, CGAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetPublishedProxyToolsURLsin interfaceCGAdminService- Parameters:
getPublishedProxyToolsURLs28-- Throws:
RemoteException- See Also:
CGAdminService.startgetPublishedProxyToolsURLs(java.lang.String, java.lang.String, org.wso2.carbon.cloud.gateway.stub.CGAdminServiceCallbackHandler)
-
-