public class CGAgentAdminServiceStub extends org.apache.axis2.client.Stub implements CGAgentAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
CGAgentAdminServiceStub()
Default Constructor
|
CGAgentAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
CGAgentAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
CGAgentAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
CGAgentAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addCGServer(CGServerBean csgServer92)
Auto generated method signature
|
void |
doServiceUpdate(String serviceName108,
int eventType109)
Auto generated method signature
|
CGServerBean |
getCGServer(String csgServerName102)
Auto generated method signature
|
CGServerBean[] |
getCGServerList()
Auto generated method signature
|
CGProxyToolsURLs |
getPublishedProxyToolsURLs(String serviceName84)
Auto generated method signature
|
String |
getPublishedServer(String serviceName94)
Auto generated method signature
|
String |
getServiceStatus(String serviceName98)
Auto generated method signature
|
boolean |
isHasPublishedServices(String csgServerName88)
Auto generated method signature
|
void |
publishService(String serviceName66,
String serverName67,
boolean isAutomatic68)
Auto generated method signature
|
void |
removeCGServer(String csgServerName111)
Auto generated method signature
|
void |
rePublishService(String serviceName73,
String serverName74,
boolean isAutomatic75)
Auto generated method signature
|
void |
setServiceStatus(String serviceName81,
String status82)
Auto generated method signature
|
void |
startgetCGServer(String csgServerName102,
CGAgentAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetCGServerList(CGAgentAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPublishedProxyToolsURLs(String serviceName84,
CGAgentAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPublishedServer(String serviceName94,
CGAgentAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetServiceStatus(String serviceName98,
CGAgentAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisHasPublishedServices(String csgServerName88,
CGAgentAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
unPublishService(String serviceName77,
String serverName78,
boolean isCheckBackend79)
Auto generated method signature
|
void |
updateCGServer(CGServerBean csgServer106)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public CGAgentAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CGAgentAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CGAgentAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CGAgentAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public CGAgentAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void publishService(String serviceName66, String serverName67, boolean isAutomatic68) throws RemoteException, CGAgentAdminServiceCGException
publishService
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public CGServerBean[] getCGServerList() throws RemoteException, CGAgentAdminServiceCGException
getCGServerList
in interface CGAgentAdminService
getCGServerList69
- CGAgentAdminServiceCGException
- :RemoteException
CGAgentAdminService.getCGServerList()
public void startgetCGServerList(CGAgentAdminServiceCallbackHandler callback) throws RemoteException
startgetCGServerList
in interface CGAgentAdminService
getCGServerList69
- RemoteException
CGAgentAdminService.startgetCGServerList(org.wso2.carbon.cloud.gateway.agent.stub.CGAgentAdminServiceCallbackHandler)
public void rePublishService(String serviceName73, String serverName74, boolean isAutomatic75) throws RemoteException, CGAgentAdminServiceCGException
rePublishService
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public void unPublishService(String serviceName77, String serverName78, boolean isCheckBackend79) throws RemoteException, CGAgentAdminServiceCGException
unPublishService
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public void setServiceStatus(String serviceName81, String status82) throws RemoteException, CGAgentAdminServiceCGException
setServiceStatus
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public CGProxyToolsURLs getPublishedProxyToolsURLs(String serviceName84) throws RemoteException, CGAgentAdminServiceCGException
getPublishedProxyToolsURLs
in interface CGAgentAdminService
getPublishedProxyToolsURLs83
- CGAgentAdminServiceCGException
- :RemoteException
CGAgentAdminService.getPublishedProxyToolsURLs(java.lang.String)
public void startgetPublishedProxyToolsURLs(String serviceName84, CGAgentAdminServiceCallbackHandler callback) throws RemoteException
startgetPublishedProxyToolsURLs
in interface CGAgentAdminService
getPublishedProxyToolsURLs83
- RemoteException
CGAgentAdminService.startgetPublishedProxyToolsURLs(java.lang.String, org.wso2.carbon.cloud.gateway.agent.stub.CGAgentAdminServiceCallbackHandler)
public boolean isHasPublishedServices(String csgServerName88) throws RemoteException, CGAgentAdminServiceCGException
isHasPublishedServices
in interface CGAgentAdminService
isHasPublishedServices87
- CGAgentAdminServiceCGException
- :RemoteException
CGAgentAdminService.isHasPublishedServices(java.lang.String)
public void startisHasPublishedServices(String csgServerName88, CGAgentAdminServiceCallbackHandler callback) throws RemoteException
startisHasPublishedServices
in interface CGAgentAdminService
isHasPublishedServices87
- RemoteException
CGAgentAdminService.startisHasPublishedServices(java.lang.String, org.wso2.carbon.cloud.gateway.agent.stub.CGAgentAdminServiceCallbackHandler)
public void addCGServer(CGServerBean csgServer92) throws RemoteException, CGAgentAdminServiceCGException
addCGServer
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public String getPublishedServer(String serviceName94) throws RemoteException, CGAgentAdminServiceCGException
getPublishedServer
in interface CGAgentAdminService
getPublishedServer93
- CGAgentAdminServiceCGException
- :RemoteException
CGAgentAdminService.getPublishedServer(java.lang.String)
public void startgetPublishedServer(String serviceName94, CGAgentAdminServiceCallbackHandler callback) throws RemoteException
startgetPublishedServer
in interface CGAgentAdminService
getPublishedServer93
- RemoteException
CGAgentAdminService.startgetPublishedServer(java.lang.String, org.wso2.carbon.cloud.gateway.agent.stub.CGAgentAdminServiceCallbackHandler)
public String getServiceStatus(String serviceName98) throws RemoteException, CGAgentAdminServiceCGException
getServiceStatus
in interface CGAgentAdminService
getServiceStatus97
- CGAgentAdminServiceCGException
- :RemoteException
CGAgentAdminService.getServiceStatus(java.lang.String)
public void startgetServiceStatus(String serviceName98, CGAgentAdminServiceCallbackHandler callback) throws RemoteException
startgetServiceStatus
in interface CGAgentAdminService
getServiceStatus97
- RemoteException
CGAgentAdminService.startgetServiceStatus(java.lang.String, org.wso2.carbon.cloud.gateway.agent.stub.CGAgentAdminServiceCallbackHandler)
public CGServerBean getCGServer(String csgServerName102) throws RemoteException, CGAgentAdminServiceCGException
getCGServer
in interface CGAgentAdminService
getCGServer101
- CGAgentAdminServiceCGException
- :RemoteException
CGAgentAdminService.getCGServer(java.lang.String)
public void startgetCGServer(String csgServerName102, CGAgentAdminServiceCallbackHandler callback) throws RemoteException
startgetCGServer
in interface CGAgentAdminService
getCGServer101
- RemoteException
CGAgentAdminService.startgetCGServer(java.lang.String, org.wso2.carbon.cloud.gateway.agent.stub.CGAgentAdminServiceCallbackHandler)
public void updateCGServer(CGServerBean csgServer106) throws RemoteException, CGAgentAdminServiceCGException
updateCGServer
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public void doServiceUpdate(String serviceName108, int eventType109) throws RemoteException, CGAgentAdminServiceCGException
doServiceUpdate
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
public void removeCGServer(String csgServerName111) throws RemoteException, CGAgentAdminServiceCGException
removeCGServer
in interface CGAgentAdminService
CGAgentAdminServiceCGException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.