public interface EventingSample
| Modifier and Type | Method and Description |
|---|---|
void |
addProduct(String productCode4,
String productLine5,
String productName6,
int quantityInStock7,
double buyPrice8)
Auto generated method signature for Asynchronous Invocations
|
Product[] |
getProductByCode(String productCode10)
Auto generated method signature
|
void |
startgetProductByCode(String productCode10,
EventingSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateProductQuantity(String productCode14,
double quantityInStock15)
Auto generated method signature for Asynchronous Invocations
|
void addProduct(String productCode4, String productLine5, String productName6, int quantityInStock7, double buyPrice8) throws RemoteException
RemoteExceptionProduct[] getProductByCode(String productCode10) throws RemoteException, DataServiceFault
getProductByCode9 - DataServiceFault - :RemoteExceptionvoid startgetProductByCode(String productCode10, EventingSampleCallbackHandler callback) throws RemoteException
getProductByCode9 - RemoteExceptionvoid updateProductQuantity(String productCode14, double quantityInStock15) throws RemoteException
RemoteExceptionCopyright © 2018 WSO2. All rights reserved.