public interface DTPSampleService
Modifier and Type | Method and Description |
---|---|
void |
abort_boxcar()
Auto generated method signature for Asynchronous Invocations
Control operation for aborting a boxcarring session
|
Entry[] |
addAccountToBank1(double balance24)
Auto generated method signature
|
Entry[] |
addAccountToBank2(double balance35)
Auto generated method signature
|
void |
addToAccountBalanceInBank1(int accountId28,
double value29)
Auto generated method signature for Asynchronous Invocations
|
void |
addToAccountBalanceInBank2(int accountId12,
double value13)
Auto generated method signature for Asynchronous Invocations
|
void |
begin_boxcar()
Auto generated method signature for Asynchronous Invocations
Control operation for beginning a boxcarring session
|
org.apache.axiom.om.OMElement |
end_boxcar()
Auto generated method signature
Control operation for ending a boxcarring session
|
double |
getAccountBalanceFromBank1(int accountId15)
Auto generated method signature
|
double |
getAccountBalanceFromBank2(int accountId20)
Auto generated method signature
|
void |
startaddAccountToBank1(double balance24,
DTPSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddAccountToBank2(double balance35,
DTPSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startend_boxcar(DTPSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
Control operation for ending a boxcarring session
|
void |
startgetAccountBalanceFromBank1(int accountId15,
DTPSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAccountBalanceFromBank2(int accountId20,
DTPSampleServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void addToAccountBalanceInBank2(int accountId12, double value13) throws RemoteException
RemoteException
double getAccountBalanceFromBank1(int accountId15) throws RemoteException, DataServiceFault
getAccountBalanceFromBank114
- DataServiceFault
- :RemoteException
void startgetAccountBalanceFromBank1(int accountId15, DTPSampleServiceCallbackHandler callback) throws RemoteException
getAccountBalanceFromBank114
- RemoteException
void abort_boxcar() throws RemoteException
RemoteException
double getAccountBalanceFromBank2(int accountId20) throws RemoteException, DataServiceFault
getAccountBalanceFromBank219
- DataServiceFault
- :RemoteException
void startgetAccountBalanceFromBank2(int accountId20, DTPSampleServiceCallbackHandler callback) throws RemoteException
getAccountBalanceFromBank219
- RemoteException
Entry[] addAccountToBank1(double balance24) throws RemoteException, DataServiceFault
addAccountToBank123
- DataServiceFault
- :RemoteException
void startaddAccountToBank1(double balance24, DTPSampleServiceCallbackHandler callback) throws RemoteException
addAccountToBank123
- RemoteException
void addToAccountBalanceInBank1(int accountId28, double value29) throws RemoteException
RemoteException
org.apache.axiom.om.OMElement end_boxcar() throws RemoteException, DataServiceFault
end_boxcar30
- DataServiceFault
- :RemoteException
void startend_boxcar(DTPSampleServiceCallbackHandler callback) throws RemoteException
end_boxcar30
- RemoteException
void begin_boxcar() throws RemoteException
RemoteException
Entry[] addAccountToBank2(double balance35) throws RemoteException, DataServiceFault
addAccountToBank234
- DataServiceFault
- :RemoteException
void startaddAccountToBank2(double balance35, DTPSampleServiceCallbackHandler callback) throws RemoteException
addAccountToBank234
- RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.