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 ele62)
Auto generated method signature
|
boolean |
deleteEntry(String entryKey55)
Auto generated method signature
|
EntryData[] |
entryData()
Auto generated method signature
|
ConfigurationObject[] |
getDependents(String entryName66)
Auto generated method signature
|
Object |
getEntry(String entryKey76)
Auto generated method signature
|
int |
getEntryDataCount()
Auto generated method signature
|
String[] |
getEntryNames()
Auto generated method signature
|
String |
getEntryNamesString()
Auto generated method signature
|
EntryData[] |
paginatedEntryData(int pageNumber80)
Auto generated method signature
|
boolean |
saveEntry(String ele84)
Auto generated method signature
|
void |
startaddEntry(String ele62,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntry(String entryKey55,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startentryData(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String entryName66,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntry(String entryKey76,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryDataCount(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 pageNumber80,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntry(String ele84,
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 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 boolean deleteEntry(String entryKey55) throws RemoteException, LocalEntryAdminException
deleteEntry
in interface LocalEntryAdminService
deleteEntry54
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.deleteEntry(java.lang.String)
public void startdeleteEntry(String entryKey55, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startdeleteEntry
in interface LocalEntryAdminService
deleteEntry54
- RemoteException
LocalEntryAdminService.startdeleteEntry(java.lang.String, 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 addEntry(String ele62) throws RemoteException, LocalEntryAdminException
addEntry
in interface LocalEntryAdminService
addEntry61
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.addEntry(java.lang.String)
public void startaddEntry(String ele62, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startaddEntry
in interface LocalEntryAdminService
addEntry61
- RemoteException
LocalEntryAdminService.startaddEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public ConfigurationObject[] getDependents(String entryName66) throws RemoteException
getDependents
in interface LocalEntryAdminService
getDependents65
- RemoteException
LocalEntryAdminService.getDependents(java.lang.String)
public void startgetDependents(String entryName66, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetDependents
in interface LocalEntryAdminService
getDependents65
- 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 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 entryKey76) throws RemoteException, LocalEntryAdminException
getEntry
in interface LocalEntryAdminService
getEntry75
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.getEntry(java.lang.String)
public void startgetEntry(String entryKey76, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startgetEntry
in interface LocalEntryAdminService
getEntry75
- RemoteException
LocalEntryAdminService.startgetEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public EntryData[] paginatedEntryData(int pageNumber80) throws RemoteException, LocalEntryAdminException
paginatedEntryData
in interface LocalEntryAdminService
paginatedEntryData79
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.paginatedEntryData(int)
public void startpaginatedEntryData(int pageNumber80, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startpaginatedEntryData
in interface LocalEntryAdminService
paginatedEntryData79
- RemoteException
LocalEntryAdminService.startpaginatedEntryData(int, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
public boolean saveEntry(String ele84) throws RemoteException, LocalEntryAdminException
saveEntry
in interface LocalEntryAdminService
saveEntry83
- LocalEntryAdminException
- :RemoteException
LocalEntryAdminService.saveEntry(java.lang.String)
public void startsaveEntry(String ele84, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
startsaveEntry
in interface LocalEntryAdminService
saveEntry83
- RemoteException
LocalEntryAdminService.startsaveEntry(java.lang.String, org.wso2.carbon.localentry.stub.types.LocalEntryAdminServiceCallbackHandler)
Copyright © 2017 WSO2. All rights reserved.