COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.common.api
Interface IDataResponseService

All Superinterfaces:
IDataQueryComponent, IWireTarget
All Known Implementing Classes:
AbstractResponse

public interface IDataResponseService
extends IDataQueryComponent, IWireTarget


Field Summary
static javax.xml.namespace.QName RESPONSE_QNAME
           
 
Method Summary
 boolean acceptType(java.lang.Class type)
           
 java.lang.reflect.Method getResponseMethod(java.lang.Class type)
           
 java.lang.String getResponseType()
           
 void setDataResult(IDataQueryResult result)
           
 
Methods inherited from interface org.eclipse.cosmos.dc.common.api.IDataQueryComponent
getQueryMode, isActive, setActive, setQueryMode
 
Methods inherited from interface org.eclipse.cosmos.dc.common.spi.IWireTarget
getAcceptableTypes, getWireMethod, getWireSource, setWireMethod, setWireSource
 

Field Detail

RESPONSE_QNAME

static final javax.xml.namespace.QName RESPONSE_QNAME
Method Detail

acceptType

boolean acceptType(java.lang.Class type)
Specified by:
acceptType in interface IWireTarget

getResponseMethod

java.lang.reflect.Method getResponseMethod(java.lang.Class type)

getResponseType

java.lang.String getResponseType()

setDataResult

void setDataResult(IDataQueryResult result)

COSMOS ${releaseVersion} data-collection Project
Public API Specification