public class ExchangeRateServiceSoapBindingStub extends org.apache.axis.client.Stub implements ExchangeRateServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ExchangeRateServiceSoapBindingStub() |
ExchangeRateServiceSoapBindingStub(javax.xml.rpc.Service service) |
ExchangeRateServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ExchangeRate[] |
createExchangeRates(ExchangeRate[] exchangeRates)
Creates new
ExchangeRate objects. |
ExchangeRate |
getExchangeRate(Long exchangeRateId)
Returns the
ExchangeRate object uniquely identified
by the given
exchangeRateId. |
ExchangeRatePage |
getExchangeRatesByStatement(Statement filterStatement)
|
UpdateResult |
performExchangeRateAction(ExchangeRateAction exchangeRateAction,
Statement filterStatement)
Performs an action on
ExchangeRate objects that satisfy
the given
Statement.query. |
ExchangeRate[] |
updateExchangeRates(ExchangeRate[] exchangeRates)
Updates the specified
ExchangeRate objects. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic ExchangeRateServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ExchangeRateServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ExchangeRateServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ExchangeRate[] createExchangeRates(ExchangeRate[] exchangeRates) throws RemoteException, ApiException
ExchangeRateServiceInterfaceExchangeRate objects.
For each exchange rate, the following fields are required:
createExchangeRates in interface ExchangeRateServiceInterfaceexchangeRates - the exchange rates to createRemoteExceptionApiExceptionpublic ExchangeRate getExchangeRate(Long exchangeRateId) throws RemoteException, ApiException
ExchangeRateServiceInterfaceExchangeRate object uniquely identified
by the given
exchangeRateId.getExchangeRate in interface ExchangeRateServiceInterfaceexchangeRateId - the ID of the exchange rate, which must already
existexchangeRateIdRemoteExceptionApiExceptionpublic ExchangeRatePage getExchangeRatesByStatement(Statement filterStatement) throws RemoteException, ApiException
ExchangeRateServiceInterfaceExchangeRatePage of ExchangeRate objects
that satisfy the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ExchangeRate.id |
currencyCode |
ExchangeRate.currencyCode |
refreshRate |
ExchangeRate.refreshRate |
direction |
ExchangeRate.direction |
exchangeRate |
ExchangeRate.exchangeRate |
getExchangeRatesByStatement in interface ExchangeRateServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of exchange ratesRemoteExceptionApiExceptionpublic UpdateResult performExchangeRateAction(ExchangeRateAction exchangeRateAction, Statement filterStatement) throws RemoteException, ApiException
ExchangeRateServiceInterfaceExchangeRate objects that satisfy
the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ExchangeRate.id |
currencyCode |
ExchangeRate.currencyCode |
refreshRate |
ExchangeRate.refreshRate |
direction |
ExchangeRate.direction |
exchangeRate |
ExchangeRate.exchangeRate |
performExchangeRateAction in interface ExchangeRateServiceInterfaceexchangeRateAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of exchange ratesRemoteExceptionApiExceptionpublic ExchangeRate[] updateExchangeRates(ExchangeRate[] exchangeRates) throws RemoteException, ApiException
ExchangeRateServiceInterfaceExchangeRate objects.updateExchangeRates in interface ExchangeRateServiceInterfaceexchangeRates - the exchange rates to updateRemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.