org.apache.hivemind.impl
Class ServiceModelContribution

java.lang.Object
  |
  +--org.apache.hivemind.impl.BaseLocatable
        |
        +--org.apache.hivemind.impl.ServiceModelContribution
All Implemented Interfaces:
Locatable, LocationHolder

public class ServiceModelContribution
extends BaseLocatable

Defines a name and a service model factory. The default service model, primitive, is hard coded into the framework, but additional service models are provided in the hivemind.ServiceModels configuration point.

Author:
Howard Lewis Ship

Constructor Summary
ServiceModelContribution()
           
 
Method Summary
 ServiceModelFactory getFactory()
           
 java.lang.String getName()
           
 void setFactory(ServiceModelFactory factory)
           
 void setName(java.lang.String string)
           
 
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

ServiceModelContribution

public ServiceModelContribution()
Method Detail

getFactory

public ServiceModelFactory getFactory()

getName

public java.lang.String getName()

setFactory

public void setFactory(ServiceModelFactory factory)

setName

public void setName(java.lang.String string)