project35.soa
Class StubbedService

java.lang.Object
  extended by project35.soa.StubbedService
All Implemented Interfaces:
java.io.Serializable, ServiceClass
Direct Known Subclasses:
StubbedDocumentValidationService, StubbedEditFieldValidationService, StubbedIDGeneratorService, StubbedListFieldValidationService, StubbedOntologyViewer, StubbedProject35Plugin, StubbedRecordValidationService

public class StubbedService
extends java.lang.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

Field Summary
protected  java.text.Collator collator
           
protected  Project35UIFactory project35UIFactory
           
 
Constructor Summary
StubbedService()
           
 
Method Summary
 Parameter[] getInitialisationParameters()
           
protected  java.lang.String getStubbedServiceDescription()
           
protected  java.lang.String getStubbedServiceName()
           
 void initialiseService(java.net.URL resourceDirectory, Parameter[] initialisationParameters)
           
protected  void setProject35UIFactory(Project35UIFactory project35UIFactory)
           
protected  void showStubbedServiceDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collator

protected java.text.Collator collator

project35UIFactory

protected Project35UIFactory project35UIFactory
Constructor Detail

StubbedService

public StubbedService()
Method Detail

getStubbedServiceName

protected java.lang.String getStubbedServiceName()

getStubbedServiceDescription

protected java.lang.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(java.net.URL resourceDirectory,
                              Parameter[] initialisationParameters)
Specified by:
initialiseService in interface ServiceClass