org.apache.tuscany.model.assembly.impl
Class WireImpl
java.lang.Object
org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.ExtensibleImpl
org.apache.tuscany.model.assembly.impl.WireImpl
- All Implemented Interfaces:
- AssemblyObject, Extensible, Wire
public class WireImpl
- extends ExtensibleImpl
- implements Wire
An implementation of Wire.
Constructor Summary |
protected |
WireImpl()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WireImpl
protected WireImpl()
getSource
public ServiceURI getSource()
- Description copied from interface:
Wire
- Returns the URI for the source of the request.
- Specified by:
getSource
in interface Wire
- Returns:
- the URI for the source of the request
setSource
public void setSource(ServiceURI uri)
- Description copied from interface:
Wire
- Sets the URI for the source of the request.
- Specified by:
setSource
in interface Wire
- Parameters:
uri
- the URI for the source of the request
getTarget
public ServiceURI getTarget()
- Description copied from interface:
Wire
- Returns the URI for the target of the request.
- Specified by:
getTarget
in interface Wire
- Returns:
- the URI for the target of the request
setTarget
public void setTarget(ServiceURI uri)
- Description copied from interface:
Wire
- Sets the URI for the target of the request.
- Specified by:
setTarget
in interface Wire
- Parameters:
uri
- the URI for the target of the request
-