Uses of Interface
com.languagecomputer.api.BaseWebService

Packages that use BaseWebService
com.languagecomputer.api   
 

Uses of BaseWebService in com.languagecomputer.api
 

Classes in com.languagecomputer.api with type parameters of type BaseWebService
 class BaseWebClient<T extends BaseWebService>
          Base web client wrapper for the services.
 

Subinterfaces of BaseWebService in com.languagecomputer.api
 interface AnnotationMetaWebService
          Interface for annotation meta web service.
 interface AnswerExtractionWebService
          Interface for answer extraction web service.
 interface AnswerFusionWebService
          Interface for answer fusion web service.
 interface AttributeWebService
          Interface for attribute annotation web service.
 interface CoreferenceWebService
          Interface for coreference annotation web service.
 interface DocumentRetrievalWebService
          Interface for document retrieval web service.
 interface DocumentWebService
          Interface for document preprocessing web service.
 interface DossierWebService
          Interface for dossier web service.
 interface EntityWebService
          Interface for named entitiy annotation web service.
 interface EventWebService
          Interface for event annotation web service.
 interface IndexWebService
          Interface for indexing web service.
 interface QuestionAnsweringWebService
          Interface for question answering web service.
 interface QuestionAnswerPairWebService
          Interface for question/answer pair annotation web service.
 interface QuestionProcessingWebService
          Interface for question processing web service.
 interface SpatialWebService
          Interface for spatial information annotation web service.
 interface SummarizationWebService
          Interface for summarization web service.
 interface TemporalWebService
          Interface for temporal information annotation web service.
 

Classes in com.languagecomputer.api that implement BaseWebService
 class AnnotationMetaWebServiceImpl
          Implementation of AnnotationMetaWebService.
 class AnswerExtractionWebServiceImpl
          Implementation of AnswerExtractionWebService.
 class AnswerFusionWebServiceImpl
          Implementation of AnswerFusionWebService.
 class AttributeWebServiceImpl
          Implementation of AttributeWebService.
 class BaseAnnotationWebServiceImpl
          Generic implementation of a BaseWebServiceImpl for annotation-based services.
 class BaseWebServiceImpl
          Implementation of web service operations.
 class CoreferenceWebServiceImpl
          Implementation of CoreferenceWebService.
 class DocumentRetrievalWebServiceImpl
          Implementation of DocumentRetrievalWebService.
 class DocumentWebServiceImpl
          Implementation of DocumentWebService.
 class DossierWebServiceImpl
          Implementation of DossierWebService.
 class EntityWebServiceImpl
          Implementation of EntityWebService.
 class EventWebServiceImpl
          Implementation of EventWebService.
 class IndexWebServiceImpl
          Implementation of IndexWebService.
 class QuestionAnsweringWebServiceImpl
          Implementation of QuestionAnsweringWebService.
 class QuestionAnswerPairWebServiceImpl
          Implementation of QuestionAnswerPairWebService.
 class QuestionProcessingWebServiceImpl
          Implementation of QuestionProcessingWebService.
 class SpatialWebServiceImpl
          Implementation of SpatialWebService.
 class SummarizationWebServiceImpl
          Implementation of SummarizationWebService.
 class TemporalWebServiceImpl
          Implementation of TemporalWebService.
 

Methods in com.languagecomputer.api with type parameters of type BaseWebService
protected abstract
<T extends BaseWebService>
Class<T>
BaseWebClient.getWebServiceClass()
          Returns the BaseWebService class this BaseWebClient wraps.
 



Copyright © 2009. All Rights Reserved.