public class EndpointAdminStub extends org.apache.axis2.client.Stub implements EndpointAdmin
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
EndpointAdminStub()
Default Constructor
|
EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
EndpointAdminStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
boolean |
addDynamicEndpoint(String key190,
String epConfiguration191)
Auto generated method signature
|
boolean |
addEndpoint(String epString163)
Auto generated method signature
|
boolean |
addEndpointForTenant(String endpointData146,
String tenantDomain147)
Auto generated method signature
|
void |
deleteAllEndpointGroups()
Auto generated method signature
|
boolean |
deleteDynamicEndpoint(String key138)
Auto generated method signature
|
boolean |
deleteEndpoint(String endpointName131)
Auto generated method signature
|
boolean |
deleteEndpointForTenant(String endpointName195,
String tenantDomain196)
Auto generated method signature
|
void |
deleteSelectedEndpoint(String[] endpointNames159)
Auto generated method signature
|
void |
disableStatistics(String endpointName161)
Auto generated method signature
|
void |
enableStatistics(String endpointName157)
Auto generated method signature
|
ConfigurationObject[] |
getDependents(String endpointName153)
Auto generated method signature
|
String |
getDynamicEndpoint(String key142)
Auto generated method signature
|
int |
getDynamicEndpointCount()
Auto generated method signature
|
String[] |
getDynamicEndpoints()
Auto generated method signature
|
String |
getEndpointConfiguration(String endpointName173)
Auto generated method signature
|
int |
getEndpointCount()
Auto generated method signature
|
String[] |
getEndpoints()
Auto generated method signature
|
EndpointMetaData[] |
getEndpointsData()
Auto generated method signature
|
String[] |
getEndPointsNames()
Auto generated method signature
|
String[] |
getEndPointsNamesForTenant(String tenantDomain185)
Auto generated method signature
|
boolean |
isRegisterNull()
Auto generated method signature
|
boolean |
saveDynamicEndpoint(String key126,
String epName127)
Auto generated method signature
|
boolean |
saveEndpoint(String epString122)
Auto generated method signature
|
void |
startaddDynamicEndpoint(String key190,
String epConfiguration191,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEndpoint(String epString163,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEndpointForTenant(String endpointData146,
String tenantDomain147,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteDynamicEndpoint(String key138,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEndpoint(String endpointName131,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEndpointForTenant(String endpointName195,
String tenantDomain196,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String endpointName153,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpoint(String key142,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDynamicEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointConfiguration(String endpointName173,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndpointsData(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndPointsNames(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEndPointsNamesForTenant(String tenantDomain185,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisRegisterNull(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveDynamicEndpoint(String key126,
String epName127,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEndpoint(String epString122,
EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
switchOff(String endpointName183)
Auto generated method signature
|
void |
switchOn(String endpointName151)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointAdminStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EndpointAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean isRegisterNull() throws RemoteException, EndpointAdminEndpointAdminException
isRegisterNull
in interface EndpointAdmin
isRegisterNull115
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.isRegisterNull()
public void startisRegisterNull(EndpointAdminCallbackHandler callback) throws RemoteException
startisRegisterNull
in interface EndpointAdmin
isRegisterNull115
- RemoteException
EndpointAdmin.startisRegisterNull(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public String[] getEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getEndpoints
in interface EndpointAdmin
getEndpoints118
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getEndpoints()
public void startgetEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
startgetEndpoints
in interface EndpointAdmin
getEndpoints118
- RemoteException
EndpointAdmin.startgetEndpoints(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public boolean saveEndpoint(String epString122) throws RemoteException, EndpointAdminEndpointAdminException
saveEndpoint
in interface EndpointAdmin
saveEndpoint121
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.saveEndpoint(java.lang.String)
public void startsaveEndpoint(String epString122, EndpointAdminCallbackHandler callback) throws RemoteException
startsaveEndpoint
in interface EndpointAdmin
saveEndpoint121
- RemoteException
EndpointAdmin.startsaveEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public boolean saveDynamicEndpoint(String key126, String epName127) throws RemoteException, EndpointAdminEndpointAdminException
saveDynamicEndpoint
in interface EndpointAdmin
saveDynamicEndpoint125
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.saveDynamicEndpoint(java.lang.String, java.lang.String)
public void startsaveDynamicEndpoint(String key126, String epName127, EndpointAdminCallbackHandler callback) throws RemoteException
startsaveDynamicEndpoint
in interface EndpointAdmin
saveDynamicEndpoint125
- RemoteException
EndpointAdmin.startsaveDynamicEndpoint(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public boolean deleteEndpoint(String endpointName131) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpoint
in interface EndpointAdmin
deleteEndpoint130
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.deleteEndpoint(java.lang.String)
public void startdeleteEndpoint(String endpointName131, EndpointAdminCallbackHandler callback) throws RemoteException
startdeleteEndpoint
in interface EndpointAdmin
deleteEndpoint130
- RemoteException
EndpointAdmin.startdeleteEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public String[] getDynamicEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoints
in interface EndpointAdmin
getDynamicEndpoints134
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getDynamicEndpoints()
public void startgetDynamicEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
startgetDynamicEndpoints
in interface EndpointAdmin
getDynamicEndpoints134
- RemoteException
EndpointAdmin.startgetDynamicEndpoints(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public boolean deleteDynamicEndpoint(String key138) throws RemoteException, EndpointAdminEndpointAdminException
deleteDynamicEndpoint
in interface EndpointAdmin
deleteDynamicEndpoint137
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.deleteDynamicEndpoint(java.lang.String)
public void startdeleteDynamicEndpoint(String key138, EndpointAdminCallbackHandler callback) throws RemoteException
startdeleteDynamicEndpoint
in interface EndpointAdmin
deleteDynamicEndpoint137
- RemoteException
EndpointAdmin.startdeleteDynamicEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public String getDynamicEndpoint(String key142) throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpoint
in interface EndpointAdmin
getDynamicEndpoint141
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getDynamicEndpoint(java.lang.String)
public void startgetDynamicEndpoint(String key142, EndpointAdminCallbackHandler callback) throws RemoteException
startgetDynamicEndpoint
in interface EndpointAdmin
getDynamicEndpoint141
- RemoteException
EndpointAdmin.startgetDynamicEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public boolean addEndpointForTenant(String endpointData146, String tenantDomain147) throws RemoteException, EndpointAdminEndpointAdminException
addEndpointForTenant
in interface EndpointAdmin
addEndpointForTenant145
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.addEndpointForTenant(java.lang.String, java.lang.String)
public void startaddEndpointForTenant(String endpointData146, String tenantDomain147, EndpointAdminCallbackHandler callback) throws RemoteException
startaddEndpointForTenant
in interface EndpointAdmin
addEndpointForTenant145
- RemoteException
EndpointAdmin.startaddEndpointForTenant(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public void switchOn(String endpointName151) throws RemoteException, EndpointAdminEndpointAdminException
switchOn
in interface EndpointAdmin
EndpointAdminEndpointAdminException
- :RemoteException
public ConfigurationObject[] getDependents(String endpointName153) throws RemoteException
getDependents
in interface EndpointAdmin
getDependents152
- RemoteException
EndpointAdmin.getDependents(java.lang.String)
public void startgetDependents(String endpointName153, EndpointAdminCallbackHandler callback) throws RemoteException
startgetDependents
in interface EndpointAdmin
getDependents152
- RemoteException
EndpointAdmin.startgetDependents(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public void enableStatistics(String endpointName157) throws RemoteException, EndpointAdminEndpointAdminException
enableStatistics
in interface EndpointAdmin
EndpointAdminEndpointAdminException
- :RemoteException
public void deleteSelectedEndpoint(String[] endpointNames159) throws RemoteException, EndpointAdminEndpointAdminException
deleteSelectedEndpoint
in interface EndpointAdmin
EndpointAdminEndpointAdminException
- :RemoteException
public void disableStatistics(String endpointName161) throws RemoteException, EndpointAdminEndpointAdminException
disableStatistics
in interface EndpointAdmin
EndpointAdminEndpointAdminException
- :RemoteException
public boolean addEndpoint(String epString163) throws RemoteException, EndpointAdminEndpointAdminException
addEndpoint
in interface EndpointAdmin
addEndpoint162
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.addEndpoint(java.lang.String)
public void startaddEndpoint(String epString163, EndpointAdminCallbackHandler callback) throws RemoteException
startaddEndpoint
in interface EndpointAdmin
addEndpoint162
- RemoteException
EndpointAdmin.startaddEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public int getEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
getEndpointCount
in interface EndpointAdmin
getEndpointCount166
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getEndpointCount()
public void startgetEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
startgetEndpointCount
in interface EndpointAdmin
getEndpointCount166
- RemoteException
EndpointAdmin.startgetEndpointCount(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public int getDynamicEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
getDynamicEndpointCount
in interface EndpointAdmin
getDynamicEndpointCount169
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getDynamicEndpointCount()
public void startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
startgetDynamicEndpointCount
in interface EndpointAdmin
getDynamicEndpointCount169
- RemoteException
EndpointAdmin.startgetDynamicEndpointCount(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public String getEndpointConfiguration(String endpointName173) throws RemoteException, EndpointAdminEndpointAdminException
getEndpointConfiguration
in interface EndpointAdmin
getEndpointConfiguration172
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getEndpointConfiguration(java.lang.String)
public void startgetEndpointConfiguration(String endpointName173, EndpointAdminCallbackHandler callback) throws RemoteException
startgetEndpointConfiguration
in interface EndpointAdmin
getEndpointConfiguration172
- RemoteException
EndpointAdmin.startgetEndpointConfiguration(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public EndpointMetaData[] getEndpointsData() throws RemoteException
getEndpointsData
in interface EndpointAdmin
getEndpointsData176
- RemoteException
EndpointAdmin.getEndpointsData()
public void startgetEndpointsData(EndpointAdminCallbackHandler callback) throws RemoteException
startgetEndpointsData
in interface EndpointAdmin
getEndpointsData176
- RemoteException
EndpointAdmin.startgetEndpointsData(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public String[] getEndPointsNames() throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNames
in interface EndpointAdmin
getEndPointsNames179
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getEndPointsNames()
public void startgetEndPointsNames(EndpointAdminCallbackHandler callback) throws RemoteException
startgetEndPointsNames
in interface EndpointAdmin
getEndPointsNames179
- RemoteException
EndpointAdmin.startgetEndPointsNames(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public void switchOff(String endpointName183) throws RemoteException, EndpointAdminEndpointAdminException
switchOff
in interface EndpointAdmin
EndpointAdminEndpointAdminException
- :RemoteException
public String[] getEndPointsNamesForTenant(String tenantDomain185) throws RemoteException, EndpointAdminEndpointAdminException
getEndPointsNamesForTenant
in interface EndpointAdmin
getEndPointsNamesForTenant184
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.getEndPointsNamesForTenant(java.lang.String)
public void startgetEndPointsNamesForTenant(String tenantDomain185, EndpointAdminCallbackHandler callback) throws RemoteException
startgetEndPointsNamesForTenant
in interface EndpointAdmin
getEndPointsNamesForTenant184
- RemoteException
EndpointAdmin.startgetEndPointsNamesForTenant(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public void deleteAllEndpointGroups() throws RemoteException, EndpointAdminEndpointAdminException
deleteAllEndpointGroups
in interface EndpointAdmin
EndpointAdminEndpointAdminException
- :RemoteException
public boolean addDynamicEndpoint(String key190, String epConfiguration191) throws RemoteException, EndpointAdminEndpointAdminException
addDynamicEndpoint
in interface EndpointAdmin
addDynamicEndpoint189
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.addDynamicEndpoint(java.lang.String, java.lang.String)
public void startaddDynamicEndpoint(String key190, String epConfiguration191, EndpointAdminCallbackHandler callback) throws RemoteException
startaddDynamicEndpoint
in interface EndpointAdmin
addDynamicEndpoint189
- RemoteException
EndpointAdmin.startaddDynamicEndpoint(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
public boolean deleteEndpointForTenant(String endpointName195, String tenantDomain196) throws RemoteException, EndpointAdminEndpointAdminException
deleteEndpointForTenant
in interface EndpointAdmin
deleteEndpointForTenant194
- EndpointAdminEndpointAdminException
- :RemoteException
EndpointAdmin.deleteEndpointForTenant(java.lang.String, java.lang.String)
public void startdeleteEndpointForTenant(String endpointName195, String tenantDomain196, EndpointAdminCallbackHandler callback) throws RemoteException
startdeleteEndpointForTenant
in interface EndpointAdmin
deleteEndpointForTenant194
- RemoteException
EndpointAdmin.startdeleteEndpointForTenant(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
Copyright © 2021 WSO2. All rights reserved.