org.apache.hivemind.impl.servicemodel
Class SingletonServiceModelFactory

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.impl.servicemodel.SingletonServiceModelFactory
All Implemented Interfaces:
ServiceModelFactory, Locatable, LocationHolder

public class SingletonServiceModelFactory
extends BaseLocatable
implements ServiceModelFactory

Author:
Howard Lewis Ship

Constructor Summary
SingletonServiceModelFactory()
           
 
Method Summary
 ServiceModel createServiceModelForService(ConstructableServicePoint servicePoint)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonServiceModelFactory

public SingletonServiceModelFactory()
Method Detail

createServiceModelForService

public ServiceModel createServiceModelForService(ConstructableServicePoint servicePoint)
Specified by:
createServiceModelForService in interface ServiceModelFactory