Class SequenceAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.sequences.stub.types.SequenceAdminServiceStub
-
- All Implemented Interfaces:
SequenceAdminService
public class SequenceAdminServiceStub extends org.apache.axis2.client.Stub implements SequenceAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description SequenceAdminServiceStub()
Default ConstructorSequenceAdminServiceStub(String targetEndpoint)
Constructor taking the target endpointSequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorSequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextSequenceAdminServiceStub(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 void
addDynamicSequence(String key188, org.apache.axiom.om.OMElement extraElement189)
Auto generated method signaturevoid
addSequence(org.apache.axiom.om.OMElement extraElement150)
Auto generated method signaturevoid
addSequenceForTenant(org.apache.axiom.om.OMElement extraElement201, String tenantDomain202)
Auto generated method signaturevoid
deleteAllSequence()
Auto generated method signaturevoid
deleteDynamicSequence(String key209)
Auto generated method signaturevoid
deleteSelectedSequence(String[] sequenceNames159)
Auto generated method signaturevoid
deleteSequence(String sequenceName152)
Auto generated method signaturevoid
deleteSequenceForTenant(String sequenceName161, String tenantDomain162)
Auto generated method signatureString
disableStatistics(String sequenceName176)
Auto generated method signatureString
disableTracing(String sequenceName205)
Auto generated method signatureString
enableStatistics(String sequenceName184)
Auto generated method signatureString
enableTracing(String sequenceName168)
Auto generated method signatureConfigurationObject[]
getDependents(String sequence172)
Auto generated method signatureorg.apache.axiom.om.OMElement
getDynamicSequence(String key164)
Auto generated method signatureint
getDynamicSequenceCount()
Auto generated method signatureSequenceInfo[]
getDynamicSequences(int pageNumber191, int sequencePerPage192)
Auto generated method signatureString
getEntryNamesString()
Auto generated method signatureorg.apache.axiom.om.OMElement
getSequence(String sequenceName211)
Auto generated method signatureorg.apache.axiom.om.OMElement
getSequenceForTenant(String sequenceName196, String tenantDomain197)
Auto generated method signatureSequenceInfo[]
getSequences(int pageNumber139, int sequencePerPage140)
Auto generated method signatureint
getSequencesCount()
Auto generated method signatureboolean
isExistingSequence(String sequenceName180)
Auto generated method signatureboolean
isExistingSequenceForTenant(String sequenceName154, String tenantDomain155)
Auto generated method signaturevoid
saveDynamicSequence(String key128, org.apache.axiom.om.OMElement extraElement129)
Auto generated method signaturevoid
saveSequence(org.apache.axiom.om.OMElement extraElement134)
Auto generated method signaturevoid
startdisableStatistics(String sequenceName176, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startdisableTracing(String sequenceName205, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableStatistics(String sequenceName184, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startenableTracing(String sequenceName168, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDependents(String sequence172, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicSequence(String key164, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicSequenceCount(SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetDynamicSequences(int pageNumber191, int sequencePerPage192, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetEntryNamesString(SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequence(String sequenceName211, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequenceForTenant(String sequenceName196, String tenantDomain197, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequences(int pageNumber139, int sequencePerPage140, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetSequencesCount(SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisExistingSequence(String sequenceName180, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startisExistingSequenceForTenant(String sequenceName154, String tenantDomain155, SequenceAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateDynamicSequence(String key147, org.apache.axiom.om.OMElement extraElement148)
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
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(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
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
SequenceAdminServiceStub
public SequenceAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
saveDynamicSequence
public void saveDynamicSequence(String key128, org.apache.axiom.om.OMElement extraElement129) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
saveDynamicSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
getEntryNamesString
public String getEntryNamesString() throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getEntryNamesString
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getEntryNamesString()
-
startgetEntryNamesString
public void startgetEntryNamesString(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetEntryNamesString
in interfaceSequenceAdminService
- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetEntryNamesString(org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
saveSequence
public void saveSequence(org.apache.axiom.om.OMElement extraElement134) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
saveSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
getSequencesCount
public int getSequencesCount() throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequencesCount
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getSequencesCount()
-
startgetSequencesCount
public void startgetSequencesCount(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequencesCount
in interfaceSequenceAdminService
- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetSequencesCount(org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getSequences
public SequenceInfo[] getSequences(int pageNumber139, int sequencePerPage140) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequences
in interfaceSequenceAdminService
- Parameters:
getSequences138
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getSequences(int, int)
-
startgetSequences
public void startgetSequences(int pageNumber139, int sequencePerPage140, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequences
in interfaceSequenceAdminService
- Parameters:
getSequences138
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetSequences(int, int, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getDynamicSequenceCount
public int getDynamicSequenceCount() throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getDynamicSequenceCount
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getDynamicSequenceCount()
-
startgetDynamicSequenceCount
public void startgetDynamicSequenceCount(SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicSequenceCount
in interfaceSequenceAdminService
- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetDynamicSequenceCount(org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
updateDynamicSequence
public void updateDynamicSequence(String key147, org.apache.axiom.om.OMElement extraElement148) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
updateDynamicSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
addSequence
public void addSequence(org.apache.axiom.om.OMElement extraElement150) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
addSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
deleteSequence
public void deleteSequence(String sequenceName152) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
isExistingSequenceForTenant
public boolean isExistingSequenceForTenant(String sequenceName154, String tenantDomain155) throws RemoteException
Auto generated method signature- Specified by:
isExistingSequenceForTenant
in interfaceSequenceAdminService
- Parameters:
isExistingSequenceForTenant153
-- Throws:
RemoteException
- See Also:
SequenceAdminService.isExistingSequenceForTenant(java.lang.String, java.lang.String)
-
startisExistingSequenceForTenant
public void startisExistingSequenceForTenant(String sequenceName154, String tenantDomain155, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startisExistingSequenceForTenant
in interfaceSequenceAdminService
- Parameters:
isExistingSequenceForTenant153
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startisExistingSequenceForTenant(java.lang.String, java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
deleteSelectedSequence
public void deleteSelectedSequence(String[] sequenceNames159) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteSelectedSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
deleteSequenceForTenant
public void deleteSequenceForTenant(String sequenceName161, String tenantDomain162) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteSequenceForTenant
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
getDynamicSequence
public org.apache.axiom.om.OMElement getDynamicSequence(String key164) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getDynamicSequence
in interfaceSequenceAdminService
- Parameters:
getDynamicSequence163
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getDynamicSequence(java.lang.String)
-
startgetDynamicSequence
public void startgetDynamicSequence(String key164, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicSequence
in interfaceSequenceAdminService
- Parameters:
getDynamicSequence163
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetDynamicSequence(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
enableTracing
public String enableTracing(String sequenceName168) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
enableTracing
in interfaceSequenceAdminService
- Parameters:
enableTracing167
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.enableTracing(java.lang.String)
-
startenableTracing
public void startenableTracing(String sequenceName168, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableTracing
in interfaceSequenceAdminService
- Parameters:
enableTracing167
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startenableTracing(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getDependents
public ConfigurationObject[] getDependents(String sequence172) throws RemoteException
Auto generated method signature- Specified by:
getDependents
in interfaceSequenceAdminService
- Parameters:
getDependents171
-- Throws:
RemoteException
- See Also:
SequenceAdminService.getDependents(java.lang.String)
-
startgetDependents
public void startgetDependents(String sequence172, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDependents
in interfaceSequenceAdminService
- Parameters:
getDependents171
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetDependents(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
disableStatistics
public String disableStatistics(String sequenceName176) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
disableStatistics
in interfaceSequenceAdminService
- Parameters:
disableStatistics175
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.disableStatistics(java.lang.String)
-
startdisableStatistics
public void startdisableStatistics(String sequenceName176, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableStatistics
in interfaceSequenceAdminService
- Parameters:
disableStatistics175
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startdisableStatistics(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
isExistingSequence
public boolean isExistingSequence(String sequenceName180) throws RemoteException
Auto generated method signature- Specified by:
isExistingSequence
in interfaceSequenceAdminService
- Parameters:
isExistingSequence179
-- Throws:
RemoteException
- See Also:
SequenceAdminService.isExistingSequence(java.lang.String)
-
startisExistingSequence
public void startisExistingSequence(String sequenceName180, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startisExistingSequence
in interfaceSequenceAdminService
- Parameters:
isExistingSequence179
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startisExistingSequence(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
enableStatistics
public String enableStatistics(String sequenceName184) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
enableStatistics
in interfaceSequenceAdminService
- Parameters:
enableStatistics183
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.enableStatistics(java.lang.String)
-
startenableStatistics
public void startenableStatistics(String sequenceName184, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startenableStatistics
in interfaceSequenceAdminService
- Parameters:
enableStatistics183
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startenableStatistics(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
addDynamicSequence
public void addDynamicSequence(String key188, org.apache.axiom.om.OMElement extraElement189) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
addDynamicSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
getDynamicSequences
public SequenceInfo[] getDynamicSequences(int pageNumber191, int sequencePerPage192) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getDynamicSequences
in interfaceSequenceAdminService
- Parameters:
getDynamicSequences190
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getDynamicSequences(int, int)
-
startgetDynamicSequences
public void startgetDynamicSequences(int pageNumber191, int sequencePerPage192, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetDynamicSequences
in interfaceSequenceAdminService
- Parameters:
getDynamicSequences190
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetDynamicSequences(int, int, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
getSequenceForTenant
public org.apache.axiom.om.OMElement getSequenceForTenant(String sequenceName196, String tenantDomain197) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequenceForTenant
in interfaceSequenceAdminService
- Parameters:
getSequenceForTenant195
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getSequenceForTenant(java.lang.String, java.lang.String)
-
startgetSequenceForTenant
public void startgetSequenceForTenant(String sequenceName196, String tenantDomain197, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequenceForTenant
in interfaceSequenceAdminService
- Parameters:
getSequenceForTenant195
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetSequenceForTenant(java.lang.String, java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
addSequenceForTenant
public void addSequenceForTenant(org.apache.axiom.om.OMElement extraElement201, String tenantDomain202) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
addSequenceForTenant
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
deleteAllSequence
public void deleteAllSequence() throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteAllSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
disableTracing
public String disableTracing(String sequenceName205) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
disableTracing
in interfaceSequenceAdminService
- Parameters:
disableTracing204
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.disableTracing(java.lang.String)
-
startdisableTracing
public void startdisableTracing(String sequenceName205, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdisableTracing
in interfaceSequenceAdminService
- Parameters:
disableTracing204
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startdisableTracing(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
deleteDynamicSequence
public void deleteDynamicSequence(String key209) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
deleteDynamicSequence
in interfaceSequenceAdminService
- Throws:
SequenceEditorException
- :RemoteException
-
getSequence
public org.apache.axiom.om.OMElement getSequence(String sequenceName211) throws RemoteException, SequenceEditorException
Auto generated method signature- Specified by:
getSequence
in interfaceSequenceAdminService
- Parameters:
getSequence210
-- Throws:
SequenceEditorException
- :RemoteException
- See Also:
SequenceAdminService.getSequence(java.lang.String)
-
startgetSequence
public void startgetSequence(String sequenceName211, SequenceAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetSequence
in interfaceSequenceAdminService
- Parameters:
getSequence210
-- Throws:
RemoteException
- See Also:
SequenceAdminService.startgetSequence(java.lang.String, org.wso2.carbon.sequences.stub.types.SequenceAdminServiceCallbackHandler)
-
-