public class SequenceAdminServiceClient extends Object
| Constructor and Description |
|---|
SequenceAdminServiceClient(String backEndUrl,
String sessionCookie) |
SequenceAdminServiceClient(String backEndUrl,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDynamicSequence(String key,
org.apache.axiom.om.OMElement omElement)
adding dynamic sequence
|
void |
addSequence(DataHandler dh)
adding sequence
|
void |
addSequence(org.apache.axiom.om.OMElement sequence)
adding sequence
|
void |
deleteDynamicSequence(String key)
deleting dynamic sequence
|
void |
deleteSequence(String sequenceName)
deleting existing sequence
|
int |
getDynamicSequenceCount()
getting dynamic sequence count
|
String[] |
getDynamicSequences()
getting dynamic sequence list
|
org.apache.axiom.om.OMElement |
getSequence(String sequenceName)
getting sequence element
|
String[] |
getSequences()
getting sequence list
|
org.wso2.carbon.sequences.stub.types.common.to.SequenceInfo[] |
getSequences(int pageNo,
int sequencePerPage)
getting sequence list
|
void |
updateDynamicSequence(String key,
org.apache.axiom.om.OMElement OmSequence)
updating dynamic sequence
|
void |
updateSequence(org.apache.axiom.om.OMElement sequence)
updating existing sequence
|
public SequenceAdminServiceClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addSequence(DataHandler dh) throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, IOException, XMLStreamException
dh - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionIOExceptionXMLStreamExceptionpublic void addSequence(org.apache.axiom.om.OMElement sequence)
throws org.wso2.carbon.sequences.stub.types.SequenceEditorException,
RemoteException
sequence - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic void updateSequence(org.apache.axiom.om.OMElement sequence)
throws org.wso2.carbon.sequences.stub.types.SequenceEditorException,
RemoteException
sequence - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic void addDynamicSequence(String key, org.apache.axiom.om.OMElement omElement) throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
key - omElement - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic org.apache.axiom.om.OMElement getSequence(String sequenceName) throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
sequenceName - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic void deleteSequence(String sequenceName) throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
sequenceName - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic void updateDynamicSequence(String key, org.apache.axiom.om.OMElement OmSequence) throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
key - OmSequence - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic int getDynamicSequenceCount()
throws org.wso2.carbon.sequences.stub.types.SequenceEditorException,
RemoteException
org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic void deleteDynamicSequence(String key) throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
key - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic org.wso2.carbon.sequences.stub.types.common.to.SequenceInfo[] getSequences(int pageNo,
int sequencePerPage)
throws org.wso2.carbon.sequences.stub.types.SequenceEditorException,
RemoteException
pageNo - sequencePerPage - org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic String[] getSequences() throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionpublic String[] getDynamicSequences() throws org.wso2.carbon.sequences.stub.types.SequenceEditorException, RemoteException
org.wso2.carbon.sequences.stub.types.SequenceEditorExceptionRemoteExceptionCopyright © 2022 WSO2 Inc. All rights reserved.