org.apache.tuscany.sca.assembly
Interface Callback

All Superinterfaces:
Base, IntentAttachPoint, PolicySetAttachPoint

public interface Callback
extends Base, IntentAttachPoint, PolicySetAttachPoint

Represents a callback object describing the bindings to use for callbacks.

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

Method Summary
 java.util.List<Binding> getBindings()
          Returns the bindings supported for callbacks.
 
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

getBindings

java.util.List<Binding> getBindings()
Returns the bindings supported for callbacks.

Returns:
the bindings supported for callbacks