org.apache.hivemind.impl
Class ServiceModelContribution
java.lang.Object
org.apache.hivemind.impl.ServiceModelContribution
public class ServiceModelContribution
- extends java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceModelContribution
public ServiceModelContribution()
ServiceModelContribution
public ServiceModelContribution(java.lang.String name,
ServiceModelFactory factory)
getFactory
public ServiceModelFactory getFactory()
getName
public java.lang.String getName()
setFactory
public void setFactory(ServiceModelFactory factory)
setName
public void setName(java.lang.String string)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.