public class EventingSampleStub extends org.apache.axis2.client.Stub implements EventingSample
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
EventingSampleStub()
Default Constructor
|
EventingSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
EventingSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
EventingSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
EventingSampleStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
void |
addProduct(String productCode24,
String productLine25,
String productName26,
int quantityInStock27,
double buyPrice28)
Auto generated method signature
|
Product[] |
getProductByCode(String productCode20)
Auto generated method signature
|
void |
startgetProductByCode(String productCode20,
EventingSampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateProductQuantity(String productCode17,
double quantityInStock18)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public EventingSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventingSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventingSampleStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventingSampleStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EventingSampleStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public void updateProductQuantity(String productCode17, double quantityInStock18) throws RemoteException
updateProductQuantity
in interface EventingSample
RemoteException
public Product[] getProductByCode(String productCode20) throws RemoteException, DataServiceFault
getProductByCode
in interface EventingSample
getProductByCode19
- DataServiceFault
- :RemoteException
EventingSample.getProductByCode(java.lang.String)
public void startgetProductByCode(String productCode20, EventingSampleCallbackHandler callback) throws RemoteException
startgetProductByCode
in interface EventingSample
getProductByCode19
- RemoteException
EventingSample.startgetProductByCode(java.lang.String, org.wso2.carbon.dataservices.samples.eventing_sample.EventingSampleCallbackHandler)
public void addProduct(String productCode24, String productLine25, String productName26, int quantityInStock27, double buyPrice28) throws RemoteException
addProduct
in interface EventingSample
RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.