public class ThirdPartySlotServiceSoapBindingStub extends org.apache.axis.client.Stub implements ThirdPartySlotServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ThirdPartySlotServiceSoapBindingStub() |
ThirdPartySlotServiceSoapBindingStub(javax.xml.rpc.Service service) |
ThirdPartySlotServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ThirdPartySlot |
createThirdPartySlot(ThirdPartySlot thirdPartySlot)
Creates a new
ThirdPartySlot. |
ThirdPartySlotPage |
getThirdPartySlotsByStatement(Statement filterStatement)
Gets a
ThirdPartySlotPage of ThirdPartySlot
objects that
satisfy the filter query. |
UpdateResult |
performThirdPartySlotAction(ThirdPartySlotAction thirdPartySlotAction,
Statement filterStatement)
Performs actions on
ThirdPartySlot objects that match
the given
Statement.query. |
ThirdPartySlot |
updateThirdPartySlot(ThirdPartySlot thirdPartySlot)
Updates the specified
ThirdPartySlot. |
_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 ThirdPartySlotServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ThirdPartySlotServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ThirdPartySlotServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ThirdPartySlot createThirdPartySlot(ThirdPartySlot thirdPartySlot) throws RemoteException, ApiException
ThirdPartySlotServiceInterfaceThirdPartySlot.
The following fields are required:
createThirdPartySlot in interface ThirdPartySlotServiceInterfacethirdPartySlot - the third-party slot to createRemoteExceptionApiExceptionpublic ThirdPartySlotPage getThirdPartySlotsByStatement(Statement filterStatement) throws RemoteException, ApiException
ThirdPartySlotServiceInterfaceThirdPartySlotPage of ThirdPartySlot
objects that
satisfy the filter query.getThirdPartySlotsByStatement in interface ThirdPartySlotServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of third-party slotsRemoteExceptionApiExceptionpublic UpdateResult performThirdPartySlotAction(ThirdPartySlotAction thirdPartySlotAction, Statement filterStatement) throws RemoteException, ApiException
ThirdPartySlotServiceInterfaceThirdPartySlot objects that match
the given
Statement.query.performThirdPartySlotAction in interface ThirdPartySlotServiceInterfacethirdPartySlotAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of third-party slotsRemoteExceptionApiExceptionpublic ThirdPartySlot updateThirdPartySlot(ThirdPartySlot thirdPartySlot) throws RemoteException, ApiException
ThirdPartySlotServiceInterfaceThirdPartySlot.updateThirdPartySlot in interface ThirdPartySlotServiceInterfacethirdPartySlot - the third-party slot to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.