org.apache.tuscany.sca.assembly
Interface Callback

All Superinterfaces:
Base, Extensible, IntentAttachPoint, OperationsConfigurator, PolicySetAttachPoint
All Known Implementing Classes:
CallbackImpl

public interface Callback
extends Base, Extensible, IntentAttachPoint, PolicySetAttachPoint, OperationsConfigurator

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


Method Summary
 java.util.List<Binding> getBindings()
          Returns the bindings supported for callbacks.
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Base
isUnresolved, setUnresolved
 
Methods inherited from interface org.apache.tuscany.sca.assembly.Extensible
getExtensions
 
Methods inherited from interface org.apache.tuscany.sca.policy.PolicySetAttachPoint
getApplicablePolicySets, getPolicySets
 
Methods inherited from interface org.apache.tuscany.sca.policy.IntentAttachPoint
getRequiredIntents, getType, setType
 
Methods inherited from interface org.apache.tuscany.sca.assembly.OperationsConfigurator
getConfiguredOperations
 

Method Detail

getBindings

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

Returns:
the bindings supported for callbacks