Tuscany Assembly Model

org.apache.tuscany.model.assembly
Interface Binding

All Superinterfaces:
AssemblyObject
All Known Implementing Classes:
BindingImpl

public interface Binding
extends AssemblyObject

The binding of an entry point or external service to a transport. This model object will typically be extended by binding implementations to allow specification of binding/transport specific information.


Method Summary
 java.lang.String getURI()
          Returns the binding URI.
 void setURI(java.lang.String value)
          Sets binding URI.
 
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
 

Method Detail

getURI

java.lang.String getURI()
Returns the binding URI.

Returns:
the binding uri TODO do we need this?

setURI

void setURI(java.lang.String value)
Sets binding URI.

Parameters:
value - the binding uri TODO do we need this?

Tuscany Assembly Model

-