org.universAAL.middleware.service.impl
Class ServiceRequestWrapper

Package class diagram package ServiceRequestWrapper
java.lang.Object
  extended by org.universAAL.middleware.service.impl.ServiceWrapper
      extended by org.universAAL.middleware.service.impl.ServiceRequestWrapper

public class ServiceRequestWrapper
extends ServiceWrapper

A wrapper class that provides a unified interface to get properties from ServiceRequests.

Author:
Carsten Stockloew

Constructor Summary
ServiceRequestWrapper(ServiceRequest r)
           
 
Method Summary
 Resource[] getEffects()
           
 Object getInitialServiceDialogProperty(String propURI)
           
 Hashtable getNonSemanticInput()
           
 Resource[] getOutputs()
           
 Object getProperty(String propURI)
           
 Service getService()
           
 
Methods inherited from class org.universAAL.middleware.service.impl.ServiceWrapper
create, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRequestWrapper

public ServiceRequestWrapper(ServiceRequest r)
Method Detail

getService

public Service getService()
Specified by:
getService in class ServiceWrapper

getProperty

public Object getProperty(String propURI)
Specified by:
getProperty in class ServiceWrapper

getEffects

public Resource[] getEffects()
Specified by:
getEffects in class ServiceWrapper

getOutputs

public Resource[] getOutputs()
Specified by:
getOutputs in class ServiceWrapper

getNonSemanticInput

public Hashtable getNonSemanticInput()
Overrides:
getNonSemanticInput in class ServiceWrapper

getInitialServiceDialogProperty

public Object getInitialServiceDialogProperty(String propURI)
Specified by:
getInitialServiceDialogProperty in class ServiceWrapper


Copyright © 2014 universAAL Consortium. All Rights Reserved.