org.apache.tuscany.spi.model
Class BoundServiceDefinition<B extends Binding>
java.lang.Object
org.apache.tuscany.spi.model.ModelObject
org.apache.tuscany.spi.model.ServiceDefinition
org.apache.tuscany.spi.model.BoundServiceDefinition<B>
public class BoundServiceDefinition<B extends Binding>
- extends ServiceDefinition
Represents a service offered by a component, that has a particular binding associated with it.
- Version:
- $Rev: 430937 $ $Date: 2006-08-11 18:17:56 -0700 (Fri, 11 Aug 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundServiceDefinition
public BoundServiceDefinition(String name,
ServiceContract contract,
boolean remotable,
B binding,
URI target)
BoundServiceDefinition
public BoundServiceDefinition()
getBinding
public B getBinding()
setBinding
public void setBinding(B binding)
getTarget
public URI getTarget()
setTarget
public void setTarget(URI target)
-