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 customerNumber18)
Auto generated method signature
|
Order[] |
customerOrders()
Auto generated method signature
|
Employee[] |
employeesInOffice(String officeCode25)
Auto generated method signature
|
Office[] |
listOffices()
Auto generated method signature
|
void |
startcustomerName(int customerNumber18,
NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcustomerOrders(NestedQuerySampleCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startemployeesInOffice(String officeCode25,
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, setServiceClientEPR
public NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public NestedQuerySampleStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public NestedQuerySampleStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public NestedQuerySampleStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public Order[] customerOrders() throws RemoteException, DataServiceFault
customerOrders
in interface NestedQuerySample
customerOrders14
- DataServiceFault
- :RemoteException
NestedQuerySample.customerOrders()
public void startcustomerOrders(NestedQuerySampleCallbackHandler callback) throws RemoteException
startcustomerOrders
in interface NestedQuerySample
customerOrders14
- RemoteException
NestedQuerySample.startcustomerOrders(org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)
public String customerName(int customerNumber18) throws RemoteException, DataServiceFault
customerName
in interface NestedQuerySample
customerName17
- DataServiceFault
- :RemoteException
NestedQuerySample.customerName(int)
public void startcustomerName(int customerNumber18, NestedQuerySampleCallbackHandler callback) throws RemoteException
startcustomerName
in interface NestedQuerySample
customerName17
- RemoteException
NestedQuerySample.startcustomerName(int, org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)
public Office[] listOffices() throws RemoteException, DataServiceFault
listOffices
in interface NestedQuerySample
listOffices21
- DataServiceFault
- :RemoteException
NestedQuerySample.listOffices()
public void startlistOffices(NestedQuerySampleCallbackHandler callback) throws RemoteException
startlistOffices
in interface NestedQuerySample
listOffices21
- RemoteException
NestedQuerySample.startlistOffices(org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)
public Employee[] employeesInOffice(String officeCode25) throws RemoteException, DataServiceFault
employeesInOffice
in interface NestedQuerySample
employeesInOffice24
- DataServiceFault
- :RemoteException
NestedQuerySample.employeesInOffice(java.lang.String)
public void startemployeesInOffice(String officeCode25, NestedQuerySampleCallbackHandler callback) throws RemoteException
startemployeesInOffice
in interface NestedQuerySample
employeesInOffice24
- RemoteException
NestedQuerySample.startemployeesInOffice(java.lang.String, org.wso2.carbon.dataservices.samples.nested_query_sample.NestedQuerySampleCallbackHandler)
Copyright © 2015 WSO2 Inc. All rights reserved.