Tuscany Assembly Model

org.apache.tuscany.model.assembly.impl
Class WireImpl

java.lang.Object
  extended by org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
      extended by org.apache.tuscany.model.assembly.impl.ExtensibleImpl
          extended by 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()
           
 
Method Summary
 ServiceURI getSource()
          Returns the URI for the source of the request.
 ServiceURI getTarget()
          Returns the URI for the target of the request.
 void setSource(ServiceURI uri)
          Sets the URI for the source of the request.
 void setTarget(ServiceURI uri)
          Sets the URI for the target of the request.
 
Methods inherited from class org.apache.tuscany.model.assembly.impl.ExtensibleImpl
accept, freeze, getExtensibilityAttributes, getExtensibilityElements, initialize
 
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
 
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
 

Constructor Detail

WireImpl

protected WireImpl()
Method Detail

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

Tuscany Assembly Model

-