Package | Description |
---|---|
org.wso2.carbon.dataservices.samples.fault_dataservice | |
org.wso2.ws.dataservice |
Modifier and Type | Method and Description |
---|---|
Customer[] |
FaultDBServiceStub._getcustomers1()
Auto generated method signature
|
Customer[] |
FaultDBService._getcustomers1()
Auto generated method signature
|
Customer[] |
FaultDBServiceStub._postcustomers2()
Auto generated method signature
|
Customer[] |
FaultDBService._postcustomers2()
Auto generated method signature
|
Customer[] |
FaultDBServiceStub.basic_array_type_op(String country41,
String[] state42,
int creditLimit43,
String[] city44,
String contactFirstName45)
Auto generated method signature
|
Customer[] |
FaultDBService.basic_array_type_op(String country12,
String[] state13,
int creditLimit14,
String[] city15,
String contactFirstName16)
Auto generated method signature
|
Customer[] |
FaultDBServiceStub.basic_merge_op()
Auto generated method signature
|
Customer[] |
FaultDBService.basic_merge_op()
Auto generated method signature
|
Customer[] |
FaultDBServiceStub.select_op_given_fields()
Auto generated method signature
|
Customer[] |
FaultDBService.select_op_given_fields()
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
FaultDBServiceCallbackHandler.receiveResult_getcustomers1(Customer[] result)
auto generated Axis2 call back method for _getcustomers1 method
override this method for handling normal response from _getcustomers1 operation
|
void |
FaultDBServiceCallbackHandler.receiveResult_postcustomers2(Customer[] result)
auto generated Axis2 call back method for _postcustomers2 method
override this method for handling normal response from _postcustomers2 operation
|
void |
FaultDBServiceCallbackHandler.receiveResultbasic_array_type_op(Customer[] result)
auto generated Axis2 call back method for basic_array_type_op method
override this method for handling normal response from basic_array_type_op operation
|
void |
FaultDBServiceCallbackHandler.receiveResultbasic_merge_op(Customer[] result)
auto generated Axis2 call back method for basic_merge_op method
override this method for handling normal response from basic_merge_op operation
|
void |
FaultDBServiceCallbackHandler.receiveResultselect_op_given_fields(Customer[] result)
auto generated Axis2 call back method for select_op_given_fields method
override this method for handling normal response from select_op_given_fields operation
|
Modifier and Type | Field and Description |
---|---|
protected Customer[] |
Customers.localCustomer
field for Customer
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
Customer[] |
Customers.getCustomer()
Auto generated getter method
|
static Customer |
Customer.Factory.parse(javax.xml.stream.XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Modifier and Type | Method and Description |
---|---|
void |
Customers.addCustomer(Customer param)
Auto generated add method for the array for convenience
|
void |
Customers.setCustomer(Customer[] param)
Auto generated setter method
|
protected void |
Customers.validateCustomer(Customer[] param)
validate the array for Customer
|
Copyright © 2015 WSO2 Inc. All rights reserved.