public class AdminServiceLocalEntryAdminService extends Object
| Constructor and Description |
|---|
AdminServiceLocalEntryAdminService(String backEndUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalEntry(String sessionCookie,
DataHandler dh) |
void |
deleteLocalEntry(String sessionCookie,
String localEntryKey) |
org.apache.axiom.om.OMElement |
getLocalEntry(String sessionCookie,
String localEntryKey) |
public AdminServiceLocalEntryAdminService(String backEndUrl) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void addLocalEntry(String sessionCookie, DataHandler dh) throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, IOException, XMLStreamException
org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionIOExceptionXMLStreamExceptionpublic void deleteLocalEntry(String sessionCookie, String localEntryKey) throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, RemoteException
org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionpublic org.apache.axiom.om.OMElement getLocalEntry(String sessionCookie, String localEntryKey) throws org.wso2.carbon.localentry.stub.types.LocalEntryAdminException, RemoteException
org.wso2.carbon.localentry.stub.types.LocalEntryAdminExceptionRemoteExceptionCopyright © 2019 WSO2. All rights reserved.