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 void
deployProxy(CGServiceMetaDataBean metaData24)
Auto generated method signatureCGProxyToolsURLs
getPublishedProxyToolsURLs(String serviceName29, String domainName30)
Auto generated method signatureCGThriftServerBean
getThriftServerConnectionBean()
Auto generated method signaturevoid
startgetPublishedProxyToolsURLs(String serviceName29, String domainName30, CGAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetThriftServerConnectionBean(CGAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
unDeployProxy(String serviceName19)
Auto generated method signaturevoid
updateProxy(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.AxisFault
Constructor 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.AxisFault
Constructor 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.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
CGAdminServiceStub
public CGAdminServiceStub() throws org.apache.axis2.AxisFault
Default 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:
unDeployProxy
in interfaceCGAdminService
- Throws:
CGAdminServiceCGException
- :RemoteException
-
getThriftServerConnectionBean
public CGThriftServerBean getThriftServerConnectionBean() throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
getThriftServerConnectionBean
in 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:
startgetThriftServerConnectionBean
in 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:
deployProxy
in interfaceCGAdminService
- Throws:
CGAdminServiceCGException
- :RemoteException
-
updateProxy
public void updateProxy(String serviceName26, int eventType27) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
updateProxy
in interfaceCGAdminService
- Throws:
CGAdminServiceCGException
- :RemoteException
-
getPublishedProxyToolsURLs
public CGProxyToolsURLs getPublishedProxyToolsURLs(String serviceName29, String domainName30) throws RemoteException, CGAdminServiceCGException
Auto generated method signature- Specified by:
getPublishedProxyToolsURLs
in 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:
startgetPublishedProxyToolsURLs
in interfaceCGAdminService
- Parameters:
getPublishedProxyToolsURLs28
-- Throws:
RemoteException
- See Also:
CGAdminService.startgetPublishedProxyToolsURLs(java.lang.String, java.lang.String, org.wso2.carbon.cloud.gateway.stub.CGAdminServiceCallbackHandler)
-
-