public class NestedQuerySampleStub extends org.apache.axis2.client.Stub implements NestedQuerySample
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
NestedQuerySampleStub()
Default Constructor
|
NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
NestedQuerySampleStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
String |
customerName(int customerNumber25)
Auto generated method signature
|
Order[] |
customerOrders()
Auto generated method signature
|
Employee[] |
employeesInOffice(String officeCode21)
Auto generated method signature
|
Office[] |
listOffices()
Auto generated method signature
|
void |
startcustomerName(int customerNumber25,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerOrders(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesInOffice(String officeCode21,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startlistOffices(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic NestedQuerySampleStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic NestedQuerySampleStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic Office[] listOffices() throws RemoteException, DataServiceFault
listOffices in interface NestedQuerySamplelistOffices14 - DataServiceFault - :RemoteExceptionNestedQuerySample.listOffices()public void startlistOffices(NestedQuerySampleCallbackHandler callback) throws RemoteException
startlistOffices in interface NestedQuerySamplelistOffices14 - RemoteExceptionNestedQuerySample.startlistOffices(org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)public Order[] customerOrders() throws RemoteException, DataServiceFault
customerOrders in interface NestedQuerySamplecustomerOrders17 - DataServiceFault - :RemoteExceptionNestedQuerySample.customerOrders()public void startcustomerOrders(NestedQuerySampleCallbackHandler callback) throws RemoteException
startcustomerOrders in interface NestedQuerySamplecustomerOrders17 - RemoteExceptionNestedQuerySample.startcustomerOrders(org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)public Employee[] employeesInOffice(String officeCode21) throws RemoteException, DataServiceFault
employeesInOffice in interface NestedQuerySampleemployeesInOffice20 - DataServiceFault - :RemoteExceptionNestedQuerySample.employeesInOffice(java.lang.String)public void startemployeesInOffice(String officeCode21, NestedQuerySampleCallbackHandler callback) throws RemoteException
startemployeesInOffice in interface NestedQuerySampleemployeesInOffice20 - RemoteExceptionNestedQuerySample.startemployeesInOffice(java.lang.String, org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)public String customerName(int customerNumber25) throws RemoteException, DataServiceFault
customerName in interface NestedQuerySamplecustomerName24 - DataServiceFault - :RemoteExceptionNestedQuerySample.customerName(int)public void startcustomerName(int customerNumber25,
NestedQuerySampleCallbackHandler callback)
throws RemoteException
startcustomerName in interface NestedQuerySamplecustomerName24 - RemoteExceptionNestedQuerySample.startcustomerName(int, org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)Copyright © 2018 WSO2. All rights reserved.