Class EndpointAdminStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.endpoint.stub.types.EndpointAdminStub
-
- All Implemented Interfaces:
EndpointAdmin
public class EndpointAdminStub extends org.apache.axis2.client.Stub implements EndpointAdmin
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description EndpointAdminStub()
Default ConstructorEndpointAdminStub(String targetEndpoint)
Constructor taking the target endpointEndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorEndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextEndpointAdminStub(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 boolean
addDynamicEndpoint(String key190, String epConfiguration191)
Auto generated method signatureboolean
addEndpoint(String epString163)
Auto generated method signatureboolean
addEndpointForTenant(String endpointData146, String tenantDomain147)
Auto generated method signaturevoid
deleteAllEndpointGroups()
Auto generated method signatureboolean
deleteDynamicEndpoint(String key138)
Auto generated method signatureboolean
deleteEndpoint(String endpointName131)
Auto generated method signatureboolean
deleteEndpointForTenant(String endpointName195, String tenantDomain196)
Auto generated method signaturevoid
deleteSelectedEndpoint(String[] endpointNames159)
Auto generated method signaturevoid
disableStatistics(String endpointName161)
Auto generated method signaturevoid
enableStatistics(String endpointName157)
Auto generated method signatureConfigurationObject[]
getDependents(String endpointName153)
Auto generated method signatureString
getDynamicEndpoint(String key142)
Auto generated method signatureint
getDynamicEndpointCount()
Auto generated method signatureString[]
getDynamicEndpoints()
Auto generated method signatureString
getEndpointConfiguration(String endpointName173)
Auto generated method signatureint
getEndpointCount()
Auto generated method signatureString[]
getEndpoints()
Auto generated method signatureEndpointMetaData[]
getEndpointsData()
Auto generated method signatureString[]
getEndPointsNames()
Auto generated method signatureString[]
getEndPointsNamesForTenant(String tenantDomain185)
Auto generated method signatureboolean
isRegisterNull()
Auto generated method signatureboolean
saveDynamicEndpoint(String key126, String epName127)
Auto generated method signatureboolean
saveEndpoint(String epString122)
Auto generated method signaturevoid
startaddDynamicEndpoint(String key190, String epConfiguration191, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startaddEndpoint(String epString163, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startaddEndpointForTenant(String endpointData146, String tenantDomain147, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteDynamicEndpoint(String key138, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteEndpoint(String endpointName131, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdeleteEndpointForTenant(String endpointName195, String tenantDomain196, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDependents(String endpointName153, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpoint(String key142, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointConfiguration(String endpointName173, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointCount(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpoints(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndpointsData(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndPointsNames(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEndPointsNamesForTenant(String tenantDomain185, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisRegisterNull(EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveDynamicEndpoint(String key126, String epName127, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startsaveEndpoint(String epString122, EndpointAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
switchOff(String endpointName183)
Auto generated method signaturevoid
switchOn(String endpointName151)
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
-
EndpointAdminStub
public EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
EndpointAdminStub
public EndpointAdminStub(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
-
EndpointAdminStub
public EndpointAdminStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
EndpointAdminStub
public EndpointAdminStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
EndpointAdminStub
public EndpointAdminStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
isRegisterNull
public boolean isRegisterNull() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
isRegisterNull
in interfaceEndpointAdmin
- Parameters:
isRegisterNull115
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.isRegisterNull()
-
startisRegisterNull
public void startisRegisterNull(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startisRegisterNull
in interfaceEndpointAdmin
- Parameters:
isRegisterNull115
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startisRegisterNull(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getEndpoints
public String[] getEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getEndpoints
in interfaceEndpointAdmin
- Parameters:
getEndpoints118
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getEndpoints()
-
startgetEndpoints
public void startgetEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndpoints
in interfaceEndpointAdmin
- Parameters:
getEndpoints118
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetEndpoints(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
saveEndpoint
public boolean saveEndpoint(String epString122) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
saveEndpoint
in interfaceEndpointAdmin
- Parameters:
saveEndpoint121
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.saveEndpoint(java.lang.String)
-
startsaveEndpoint
public void startsaveEndpoint(String epString122, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startsaveEndpoint
in interfaceEndpointAdmin
- Parameters:
saveEndpoint121
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startsaveEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
saveDynamicEndpoint
public boolean saveDynamicEndpoint(String key126, String epName127) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
saveDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
saveDynamicEndpoint125
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.saveDynamicEndpoint(java.lang.String, java.lang.String)
-
startsaveDynamicEndpoint
public void startsaveDynamicEndpoint(String key126, String epName127, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startsaveDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
saveDynamicEndpoint125
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startsaveDynamicEndpoint(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
deleteEndpoint
public boolean deleteEndpoint(String endpointName131) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
deleteEndpoint
in interfaceEndpointAdmin
- Parameters:
deleteEndpoint130
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.deleteEndpoint(java.lang.String)
-
startdeleteEndpoint
public void startdeleteEndpoint(String endpointName131, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdeleteEndpoint
in interfaceEndpointAdmin
- Parameters:
deleteEndpoint130
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startdeleteEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getDynamicEndpoints
public String[] getDynamicEndpoints() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getDynamicEndpoints
in interfaceEndpointAdmin
- Parameters:
getDynamicEndpoints134
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getDynamicEndpoints()
-
startgetDynamicEndpoints
public void startgetDynamicEndpoints(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicEndpoints
in interfaceEndpointAdmin
- Parameters:
getDynamicEndpoints134
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetDynamicEndpoints(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
deleteDynamicEndpoint
public boolean deleteDynamicEndpoint(String key138) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
deleteDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
deleteDynamicEndpoint137
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.deleteDynamicEndpoint(java.lang.String)
-
startdeleteDynamicEndpoint
public void startdeleteDynamicEndpoint(String key138, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdeleteDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
deleteDynamicEndpoint137
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startdeleteDynamicEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getDynamicEndpoint
public String getDynamicEndpoint(String key142) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
getDynamicEndpoint141
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getDynamicEndpoint(java.lang.String)
-
startgetDynamicEndpoint
public void startgetDynamicEndpoint(String key142, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
getDynamicEndpoint141
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetDynamicEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
addEndpointForTenant
public boolean addEndpointForTenant(String endpointData146, String tenantDomain147) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
addEndpointForTenant
in interfaceEndpointAdmin
- Parameters:
addEndpointForTenant145
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.addEndpointForTenant(java.lang.String, java.lang.String)
-
startaddEndpointForTenant
public void startaddEndpointForTenant(String endpointData146, String tenantDomain147, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startaddEndpointForTenant
in interfaceEndpointAdmin
- Parameters:
addEndpointForTenant145
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startaddEndpointForTenant(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
switchOn
public void switchOn(String endpointName151) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
switchOn
in interfaceEndpointAdmin
- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
getDependents
public ConfigurationObject[] getDependents(String endpointName153) throws RemoteException
Auto generated method signature- Specified by:
getDependents
in interfaceEndpointAdmin
- Parameters:
getDependents152
-- Throws:
RemoteException
- See Also:
EndpointAdmin.getDependents(java.lang.String)
-
startgetDependents
public void startgetDependents(String endpointName153, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDependents
in interfaceEndpointAdmin
- Parameters:
getDependents152
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetDependents(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
enableStatistics
public void enableStatistics(String endpointName157) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
enableStatistics
in interfaceEndpointAdmin
- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
deleteSelectedEndpoint
public void deleteSelectedEndpoint(String[] endpointNames159) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
deleteSelectedEndpoint
in interfaceEndpointAdmin
- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
disableStatistics
public void disableStatistics(String endpointName161) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
disableStatistics
in interfaceEndpointAdmin
- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
addEndpoint
public boolean addEndpoint(String epString163) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
addEndpoint
in interfaceEndpointAdmin
- Parameters:
addEndpoint162
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.addEndpoint(java.lang.String)
-
startaddEndpoint
public void startaddEndpoint(String epString163, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startaddEndpoint
in interfaceEndpointAdmin
- Parameters:
addEndpoint162
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startaddEndpoint(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getEndpointCount
public int getEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getEndpointCount
in interfaceEndpointAdmin
- Parameters:
getEndpointCount166
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getEndpointCount()
-
startgetEndpointCount
public void startgetEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndpointCount
in interfaceEndpointAdmin
- Parameters:
getEndpointCount166
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetEndpointCount(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getDynamicEndpointCount
public int getDynamicEndpointCount() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getDynamicEndpointCount
in interfaceEndpointAdmin
- Parameters:
getDynamicEndpointCount169
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getDynamicEndpointCount()
-
startgetDynamicEndpointCount
public void startgetDynamicEndpointCount(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicEndpointCount
in interfaceEndpointAdmin
- Parameters:
getDynamicEndpointCount169
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetDynamicEndpointCount(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getEndpointConfiguration
public String getEndpointConfiguration(String endpointName173) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getEndpointConfiguration
in interfaceEndpointAdmin
- Parameters:
getEndpointConfiguration172
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getEndpointConfiguration(java.lang.String)
-
startgetEndpointConfiguration
public void startgetEndpointConfiguration(String endpointName173, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndpointConfiguration
in interfaceEndpointAdmin
- Parameters:
getEndpointConfiguration172
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetEndpointConfiguration(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getEndpointsData
public EndpointMetaData[] getEndpointsData() throws RemoteException
Auto generated method signature- Specified by:
getEndpointsData
in interfaceEndpointAdmin
- Parameters:
getEndpointsData176
-- Throws:
RemoteException
- See Also:
EndpointAdmin.getEndpointsData()
-
startgetEndpointsData
public void startgetEndpointsData(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndpointsData
in interfaceEndpointAdmin
- Parameters:
getEndpointsData176
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetEndpointsData(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
getEndPointsNames
public String[] getEndPointsNames() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getEndPointsNames
in interfaceEndpointAdmin
- Parameters:
getEndPointsNames179
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getEndPointsNames()
-
startgetEndPointsNames
public void startgetEndPointsNames(EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndPointsNames
in interfaceEndpointAdmin
- Parameters:
getEndPointsNames179
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetEndPointsNames(org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
switchOff
public void switchOff(String endpointName183) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
switchOff
in interfaceEndpointAdmin
- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
getEndPointsNamesForTenant
public String[] getEndPointsNamesForTenant(String tenantDomain185) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
getEndPointsNamesForTenant
in interfaceEndpointAdmin
- Parameters:
getEndPointsNamesForTenant184
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.getEndPointsNamesForTenant(java.lang.String)
-
startgetEndPointsNamesForTenant
public void startgetEndPointsNamesForTenant(String tenantDomain185, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEndPointsNamesForTenant
in interfaceEndpointAdmin
- Parameters:
getEndPointsNamesForTenant184
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startgetEndPointsNamesForTenant(java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
deleteAllEndpointGroups
public void deleteAllEndpointGroups() throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
deleteAllEndpointGroups
in interfaceEndpointAdmin
- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
-
addDynamicEndpoint
public boolean addDynamicEndpoint(String key190, String epConfiguration191) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
addDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
addDynamicEndpoint189
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.addDynamicEndpoint(java.lang.String, java.lang.String)
-
startaddDynamicEndpoint
public void startaddDynamicEndpoint(String key190, String epConfiguration191, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startaddDynamicEndpoint
in interfaceEndpointAdmin
- Parameters:
addDynamicEndpoint189
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startaddDynamicEndpoint(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
deleteEndpointForTenant
public boolean deleteEndpointForTenant(String endpointName195, String tenantDomain196) throws RemoteException, EndpointAdminEndpointAdminException
Auto generated method signature- Specified by:
deleteEndpointForTenant
in interfaceEndpointAdmin
- Parameters:
deleteEndpointForTenant194
-- Throws:
EndpointAdminEndpointAdminException
- :RemoteException
- See Also:
EndpointAdmin.deleteEndpointForTenant(java.lang.String, java.lang.String)
-
startdeleteEndpointForTenant
public void startdeleteEndpointForTenant(String endpointName195, String tenantDomain196, EndpointAdminCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdeleteEndpointForTenant
in interfaceEndpointAdmin
- Parameters:
deleteEndpointForTenant194
-- Throws:
RemoteException
- See Also:
EndpointAdmin.startdeleteEndpointForTenant(java.lang.String, java.lang.String, org.wso2.carbon.endpoint.stub.types.EndpointAdminCallbackHandler)
-
-