project35.soa
Class StubbedService
java.lang.Object
project35.soa.StubbedService
- All Implemented Interfaces:
- Serializable, ServiceClass
- Direct Known Subclasses:
- StubbedDocumentValidationService, StubbedEditFieldValidationService, StubbedIDGeneratorService, StubbedListFieldValidationService, StubbedOntologyViewer, StubbedProject35Plugin, StubbedRecordValidationService
public class StubbedService
- extends Object
- implements ServiceClass
Copyright (c) 2008 Kevin Garwood for Project35. This code is
licensed under the Academic Free License version 3.0. For more information
on the terms and conditions, please see the file "LICENSE" that is included
in this distribution.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collator
protected Collator collator
project35UIFactory
protected Project35UIFactory project35UIFactory
StubbedService
public StubbedService()
getStubbedServiceName
protected String getStubbedServiceName()
getStubbedServiceDescription
protected String getStubbedServiceDescription()
showStubbedServiceDialog
protected void showStubbedServiceDialog()
setProject35UIFactory
protected void setProject35UIFactory(Project35UIFactory project35UIFactory)
getInitialisationParameters
public Parameter[] getInitialisationParameters()
- Specified by:
getInitialisationParameters in interface ServiceClass
initialiseService
public void initialiseService(URL resourceDirectory,
Parameter[] initialisationParameters)
- Specified by:
initialiseService in interface ServiceClass