public class ExcelSampleServiceStub extends org.apache.axis2.client.Stub implements ExcelSampleService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
ExcelSampleServiceStub()
Default Constructor
|
ExcelSampleServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
ExcelSampleServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
ExcelSampleServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
ExcelSampleServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
ProductE[] |
getProductClassifications()
Auto generated method signature
|
Product[] |
getProducts()
Auto generated method signature
|
void |
startgetProductClassifications(ExcelSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetProducts(ExcelSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public ExcelSampleServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ExcelSampleServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ExcelSampleServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ExcelSampleServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ExcelSampleServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public ProductE[] getProductClassifications() throws RemoteException, DataServiceFault
getProductClassifications
in interface ExcelSampleService
getProductClassifications8
- DataServiceFault
- :RemoteException
ExcelSampleService.getProductClassifications()
public void startgetProductClassifications(ExcelSampleServiceCallbackHandler callback) throws RemoteException
startgetProductClassifications
in interface ExcelSampleService
getProductClassifications8
- RemoteException
ExcelSampleService.startgetProductClassifications(org.wso2.carbon.dataservices.samples.excel_sample_service.ExcelSampleServiceCallbackHandler)
public Product[] getProducts() throws RemoteException, DataServiceFault
getProducts
in interface ExcelSampleService
getProducts11
- DataServiceFault
- :RemoteException
ExcelSampleService.getProducts()
public void startgetProducts(ExcelSampleServiceCallbackHandler callback) throws RemoteException
startgetProducts
in interface ExcelSampleService
getProducts11
- RemoteException
ExcelSampleService.startgetProducts(org.wso2.carbon.dataservices.samples.excel_sample_service.ExcelSampleServiceCallbackHandler)
Copyright © 2015 WSO2 Inc. All rights reserved.