org.mythtv.services.api
Class BaseMythServicesTemplate
java.lang.Object
org.mythtv.services.api.BaseMythServicesTemplate
- All Implemented Interfaces:
- MythServices
- Direct Known Subclasses:
- MythServicesTemplate
public abstract class BaseMythServicesTemplate
- extends Object
- implements MythServices
- Author:
- Sebastien Astie
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseMythServicesTemplate
public BaseMythServicesTemplate(String apiUrlBase)
captureOperations
public CaptureOperations captureOperations()
- Specified by:
captureOperations in interface MythServices
channelOperations
public ChannelOperations channelOperations()
- Specified by:
channelOperations in interface MythServices
contentOperations
public ContentOperations contentOperations()
- Specified by:
contentOperations in interface MythServices
dvrOperations
public DvrOperations dvrOperations()
- Specified by:
dvrOperations in interface MythServices
frontendOperations
public FrontendOperations frontendOperations()
- Specified by:
frontendOperations in interface MythServices
guideOperations
public GuideOperations guideOperations()
- Specified by:
guideOperations in interface MythServices
mythOperations
public MythOperations mythOperations()
- Specified by:
mythOperations in interface MythServices
videoOperations
public VideoOperations videoOperations()
- Specified by:
videoOperations in interface MythServices
createRestOperations
protected abstract org.springframework.web.client.RestOperations createRestOperations()
Copyright © 2012. All Rights Reserved.