public class LiveStreamEventServiceSoapBindingStub extends org.apache.axis.client.Stub implements LiveStreamEventServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
LiveStreamEventServiceSoapBindingStub() |
LiveStreamEventServiceSoapBindingStub(javax.xml.rpc.Service service) |
LiveStreamEventServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
LiveStreamEvent[] |
createLiveStreamEvents(LiveStreamEvent[] liveStreamEvents)
Creates new
LiveStreamEvent objects. |
Slate[] |
createSlates(Slate[] slates)
Create new slates.
|
LiveStreamEventPage |
getLiveStreamEventsByStatement(Statement filterStatement)
|
SlatePage |
getSlatesByStatement(Statement statement)
|
UpdateResult |
performLiveStreamEventAction(LiveStreamEventAction liveStreamEventAction,
Statement filterStatement)
Performs actions on
LiveStreamEvent objects that match
the given
Statement.query. |
UpdateResult |
performSlateAction(SlateAction slateAction,
Statement filterStatement)
Performs actions on slates that match the given
Statement. |
LiveStreamEvent[] |
updateLiveStreamEvents(LiveStreamEvent[] liveStreamEvents)
Updates the specified
LiveStreamEvent objects. |
Slate[] |
updateSlates(Slate[] slates)
Update existing slates.
|
_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 LiveStreamEventServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LiveStreamEventServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic LiveStreamEventServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic LiveStreamEvent[] createLiveStreamEvents(LiveStreamEvent[] liveStreamEvents) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEvent objects.
The following fields are required:
createLiveStreamEvents in interface LiveStreamEventServiceInterfaceliveStreamEvents - the live stream events to createRemoteExceptionApiExceptionpublic Slate[] createSlates(Slate[] slates) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceA slate creative is served as backup content in a live stream event when no other creatives are eligible to be served.
createSlates in interface LiveStreamEventServiceInterfaceslates - list of slate objects to create.ApiException - if there is an error while fetching the logging
informationRemoteExceptionpublic LiveStreamEventPage getLiveStreamEventsByStatement(Statement filterStatement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEventPage of LiveStreamEvent
objects that
satisfy the given Statement.query. The following fields
are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
LiveStreamEvent.id |
slateCreativeId |
LiveStreamEvent.slateCreativeId |
assetKey |
LiveStreamEvent.assetKey |
streamCreateDaiAuthenticationKeyIds |
LiveStreamEvent.streamCreateDaiAuthenticationKeyIds |
dynamicAdInsertionType |
LiveStreamEvent.dynamicAdInsertionType |
streamingFormat |
LiveStreamEvent.streamingFormat |
customAssetKey |
LiveStreamEvent.customAssetKey |
daiEncodingProfileIds |
LiveStreamEvent.daiEncodingProfileIds |
segmentUrlAuthenticationKeyIds |
LiveStreamEvent.segmentUrlAuthenticationKeyIds |
getLiveStreamEventsByStatement in interface LiveStreamEventServiceInterfacefilterStatement - a Publisher Query Language statement to filter
a
list of live stream eventsRemoteExceptionApiExceptionpublic SlatePage getSlatesByStatement(Statement statement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceSlatePage of Slate objects that satisfy
the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Slate.id |
name |
Slate.name |
lastModifiedDateTime |
Slate.lastModifiedDateTime |
getSlatesByStatement in interface LiveStreamEventServiceInterfacestatement - a Publisher Query Language statement used to filter
slatesRemoteExceptionApiExceptionpublic UpdateResult performLiveStreamEventAction(LiveStreamEventAction liveStreamEventAction, Statement filterStatement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEvent objects that match
the given
Statement.query.performLiveStreamEventAction in interface LiveStreamEventServiceInterfaceliveStreamEventAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of live stream eventsRemoteExceptionApiExceptionpublic UpdateResult performSlateAction(SlateAction slateAction, Statement filterStatement) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceStatement.performSlateAction in interface LiveStreamEventServiceInterfaceslateAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter a set of slatesRemoteExceptionApiExceptionpublic LiveStreamEvent[] updateLiveStreamEvents(LiveStreamEvent[] liveStreamEvents) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceLiveStreamEvent objects.updateLiveStreamEvents in interface LiveStreamEventServiceInterfaceliveStreamEvents - the live stream events to updateApiException - if there is an error updating the live stream
eventsRemoteExceptionpublic Slate[] updateSlates(Slate[] slates) throws RemoteException, ApiException
LiveStreamEventServiceInterfaceOnly the slateName is editable.
updateSlates in interface LiveStreamEventServiceInterfaceslates - list of slate objects to update.ApiException - if there is an error while fetching the logging
informationRemoteExceptionCopyright © 2022. All rights reserved.