com.languagecomputer.api
Class AttributeWebServiceImpl
java.lang.Object
com.languagecomputer.api.BaseWebServiceImpl
com.languagecomputer.api.BaseAnnotationWebServiceImpl
com.languagecomputer.api.AttributeWebServiceImpl
- All Implemented Interfaces:
- AttributeWebService, BaseWebService
public class AttributeWebServiceImpl
- extends BaseAnnotationWebServiceImpl
- implements AttributeWebService
Implementation of AttributeWebService.
- Since:
- 1.0
- Author:
- Kirk Roberts
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeWebServiceImpl
public AttributeWebServiceImpl(SessionManager sessionManager)
- Creates a new
AttributeWebServiceImpl using the given
sessionManager.
- Parameters:
sessionManager - The SessionManager to use for Session
control.
getAnnotationService
protected AnnotationService getAnnotationService(String sessionID)
throws Exception
- Returns the
AttributeService.
- Specified by:
getAnnotationService in class BaseAnnotationWebServiceImpl
- Parameters:
sessionID - The ID of the current Session.
- Returns:
- The
Session's AttributeService instance.
- Throws:
Exception - If an error occurs retrieving the service.
getAnnotationType
protected AnnotationType getAnnotationType()
- Returns
Attribute.TYPE.
- Specified by:
getAnnotationType in class BaseAnnotationWebServiceImpl
- Returns:
Attribute.TYPE.
Copyright © 2009. All Rights Reserved.