public interface EventingSample
Modifier and Type | Method and Description |
---|---|
void |
addProduct(String productCode11,
String productLine12,
String productName13,
int quantityInStock14,
double buyPrice15)
Auto generated method signature for Asynchronous Invocations
|
Product[] |
getProductByCode(String productCode7)
Auto generated method signature
|
void |
startgetProductByCode(String productCode7,
EventingSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateProductQuantity(String productCode4,
double quantityInStock5)
Auto generated method signature for Asynchronous Invocations
|
void updateProductQuantity(String productCode4, double quantityInStock5) throws RemoteException
RemoteException
Product[] getProductByCode(String productCode7) throws RemoteException, DataServiceFault
getProductByCode6
- DataServiceFault
- :RemoteException
void startgetProductByCode(String productCode7, EventingSampleCallbackHandler callback) throws RemoteException
getProductByCode6
- RemoteException
void addProduct(String productCode11, String productLine12, String productName13, int quantityInStock14, double buyPrice15) throws RemoteException
RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.