public class LocalEntryAdminServiceStub extends org.apache.axis2.client.Stub implements LocalEntryAdminService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
LocalEntryAdminServiceStub()
Default Constructor
|
LocalEntryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
LocalEntryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
LocalEntryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
LocalEntryAdminServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
boolean |
addEntry(String ele91)
Auto generated method signature
|
boolean |
addEntryForTenant(String element121,
String tenantDomain122)
Auto generated method signature
|
boolean |
deleteEntry(String entryKey87)
Auto generated method signature
|
boolean |
deleteEntryForTenant(String entryKey133,
String tenantDomain134)
Auto generated method signature
|
EntryData[] |
entryData()
Auto generated method signature
|
ConfigurationObject[] |
getDependents(String entryName126)
Auto generated method signature
|
Object |
getEntry(String entryKey98)
Auto generated method signature
|
int |
getEntryDataCount()
Auto generated method signature
|
Object |
getEntryForTenant(String entryKey102,
String tenantDomain103)
Auto generated method signature
|
String[] |
getEntryNames()
Auto generated method signature
|
String |
getEntryNamesString()
Auto generated method signature
|
EntryData[] |
paginatedEntryData(int pageNumber107)
Auto generated method signature
|
boolean |
saveEntry(String ele111)
Auto generated method signature
|
boolean |
saveEntryForTenant(String element82,
String tenantDomain83)
Auto generated method signature
|
void |
startaddEntry(String ele91,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEntryForTenant(String element121,
String tenantDomain122,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntry(String entryKey87,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntryForTenant(String entryKey133,
String tenantDomain134,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startentryData(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String entryName126,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntry(String entryKey98,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryForTenant(String entryKey102,
String tenantDomain103,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpaginatedEntryData(int pageNumber107,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntry(String ele111,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntryForTenant(String element82,
String tenantDomain83,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public LocalEntryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LocalEntryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LocalEntryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LocalEntryAdminServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public LocalEntryAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public boolean saveEntryForTenant(String element82, String tenantDomain83) throws RemoteException, LocalEntryAdminException
saveEntryForTenant
in interface LocalEntryAdminService
saveEntryForTenant81
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.saveEntryForTenant(java.lang.String, java.lang.String)
public void startsaveEntryForTenant(String element82, String tenantDomain83, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startsaveEntryForTenant
in interface LocalEntryAdminService
saveEntryForTenant81
- RemoteException
LocalEntryAdminService.startsaveEntryForTenant(java.lang.String, java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public boolean deleteEntry(String entryKey87) throws RemoteException, LocalEntryAdminException
deleteEntry
in interface LocalEntryAdminService
deleteEntry86
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.deleteEntry(java.lang.String)
public void startdeleteEntry(String entryKey87, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startdeleteEntry
in interface LocalEntryAdminService
deleteEntry86
- RemoteException
LocalEntryAdminService.startdeleteEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public boolean addEntry(String ele91) throws RemoteException, LocalEntryAdminException
addEntry
in interface LocalEntryAdminService
addEntry90
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.addEntry(java.lang.String)
public void startaddEntry(String ele91, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startaddEntry
in interface LocalEntryAdminService
addEntry90
- RemoteException
LocalEntryAdminService.startaddEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public EntryData[] entryData() throws RemoteException, LocalEntryAdminException
entryData
in interface LocalEntryAdminService
LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.entryData()
public void startentryData(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startentryData
in interface LocalEntryAdminService
RemoteException
LocalEntryAdminService.startentryData(org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public Object getEntry(String entryKey98) throws RemoteException, LocalEntryAdminException
getEntry
in interface LocalEntryAdminService
getEntry97
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.getEntry(java.lang.String)
public void startgetEntry(String entryKey98, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetEntry
in interface LocalEntryAdminService
getEntry97
- RemoteException
LocalEntryAdminService.startgetEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public Object getEntryForTenant(String entryKey102, String tenantDomain103) throws RemoteException, LocalEntryAdminException
getEntryForTenant
in interface LocalEntryAdminService
getEntryForTenant101
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.getEntryForTenant(java.lang.String, java.lang.String)
public void startgetEntryForTenant(String entryKey102, String tenantDomain103, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetEntryForTenant
in interface LocalEntryAdminService
getEntryForTenant101
- RemoteException
LocalEntryAdminService.startgetEntryForTenant(java.lang.String, java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public EntryData[] paginatedEntryData(int pageNumber107) throws RemoteException, LocalEntryAdminException
paginatedEntryData
in interface LocalEntryAdminService
paginatedEntryData106
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.paginatedEntryData(int)
public void startpaginatedEntryData(int pageNumber107, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startpaginatedEntryData
in interface LocalEntryAdminService
paginatedEntryData106
- RemoteException
LocalEntryAdminService.startpaginatedEntryData(int, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public boolean saveEntry(String ele111) throws RemoteException, LocalEntryAdminException
saveEntry
in interface LocalEntryAdminService
saveEntry110
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.saveEntry(java.lang.String)
public void startsaveEntry(String ele111, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startsaveEntry
in interface LocalEntryAdminService
saveEntry110
- RemoteException
LocalEntryAdminService.startsaveEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public String getEntryNamesString() throws RemoteException, LocalEntryAdminException
getEntryNamesString
in interface LocalEntryAdminService
LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.getEntryNamesString()
public void startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetEntryNamesString
in interface LocalEntryAdminService
RemoteException
LocalEntryAdminService.startgetEntryNamesString(org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public int getEntryDataCount() throws RemoteException, LocalEntryAdminException
getEntryDataCount
in interface LocalEntryAdminService
LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.getEntryDataCount()
public void startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetEntryDataCount
in interface LocalEntryAdminService
RemoteException
LocalEntryAdminService.startgetEntryDataCount(org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public boolean addEntryForTenant(String element121, String tenantDomain122) throws RemoteException, LocalEntryAdminException
addEntryForTenant
in interface LocalEntryAdminService
addEntryForTenant120
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.addEntryForTenant(java.lang.String, java.lang.String)
public void startaddEntryForTenant(String element121, String tenantDomain122, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startaddEntryForTenant
in interface LocalEntryAdminService
addEntryForTenant120
- RemoteException
LocalEntryAdminService.startaddEntryForTenant(java.lang.String, java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public ConfigurationObject[] getDependents(String entryName126) throws RemoteException
getDependents
in interface LocalEntryAdminService
getDependents125
- RemoteException
LocalEntryAdminService.getDependents(java.lang.String)
public void startgetDependents(String entryName126, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetDependents
in interface LocalEntryAdminService
getDependents125
- RemoteException
LocalEntryAdminService.startgetDependents(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public String[] getEntryNames() throws RemoteException, LocalEntryAdminException
getEntryNames
in interface LocalEntryAdminService
LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.getEntryNames()
public void startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetEntryNames
in interface LocalEntryAdminService
RemoteException
LocalEntryAdminService.startgetEntryNames(org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public boolean deleteEntryForTenant(String entryKey133, String tenantDomain134) throws RemoteException, LocalEntryAdminException
deleteEntryForTenant
in interface LocalEntryAdminService
deleteEntryForTenant132
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.deleteEntryForTenant(java.lang.String, java.lang.String)
public void startdeleteEntryForTenant(String entryKey133, String tenantDomain134, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startdeleteEntryForTenant
in interface LocalEntryAdminService
deleteEntryForTenant132
- RemoteException
LocalEntryAdminService.startdeleteEntryForTenant(java.lang.String, java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
Copyright © 2021 WSO2. All rights reserved.