org.teleal.cling.binding.staging
Class MutableServiceDescriptor

java.lang.Object
  extended by org.teleal.cling.binding.staging.MutableServiceDescriptor

public class MutableServiceDescriptor
extends java.lang.Object

Author:
Christian Bauer

Field Summary
 java.util.List<MutableAction> actions
           
 java.util.List<MutableStateVariable> stateVariables
           
 MutableUDAVersion udaVersion
           
 
Constructor Summary
MutableServiceDescriptor()
           
 
Method Summary
<T extends Service>
T
build(java.lang.Class<T> serviceClass)
           
 Action[] createActions()
           
 StateVariable[] createStateVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

udaVersion

public MutableUDAVersion udaVersion

actions

public java.util.List<MutableAction> actions

stateVariables

public java.util.List<MutableStateVariable> stateVariables
Constructor Detail

MutableServiceDescriptor

public MutableServiceDescriptor()
Method Detail

build

public <T extends Service> T build(java.lang.Class<T> serviceClass)
                        throws java.lang.Exception
Throws:
java.lang.Exception

createActions

public Action[] createActions()

createStateVariables

public StateVariable[] createStateVariables()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.