org.apache.tuscany.sca.assembly
Interface Binding

All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint
All Known Subinterfaces:
SCABinding

public interface Binding
extends Base, IntentAttachPoint, PolicySetAttachPoint

Represents a binding.

Version:
$Rev: 537391 $ $Date: 2007-05-12 12:42:45 +0100 (Sat, 12 May 2007) $

Method Summary
 java.lang.String getName()
          Returns the binding name.
 java.lang.String getURI()
          Returns the binding URI.
 void setName(java.lang.String name)
          Sets the binding name.
 void setURI(java.lang.String uri)
          Sets the binding URI.
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
getExtensions, isUnresolved, setUnresolved
 
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getPolicySets
 

Method Detail

getURI

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

Returns:
the binding uri

setURI

void setURI(java.lang.String uri)
Sets the binding URI.

Parameters:
uri - the binding uri

getName

java.lang.String getName()
Returns the binding name.

Returns:
the binding name

setName

void setName(java.lang.String name)
Sets the binding name.

Parameters:
name - the binding name