2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


Uses of Interface
org.osoa.sca.CallableReference

Packages that use CallableReference
org.apache.tuscany.sca.host.embedded   
org.osoa.sca   
 

Uses of CallableReference in org.apache.tuscany.sca.host.embedded
 

Methods in org.apache.tuscany.sca.host.embedded with type parameters of type CallableReference
abstract
<B,R extends CallableReference<B>>
R
SCADomain.cast(B target)
          Cast a type-safe reference to a CallableReference.
<B,R extends CallableReference<B>>
R
SCADomainBean.cast(B target)
           
 

Uses of CallableReference in org.osoa.sca
 

Subinterfaces of CallableReference in org.osoa.sca
 interface ServiceReference<B>
          A ServiceReference represents a client's perspective of a reference to another service.
 

Methods in org.osoa.sca with type parameters of type CallableReference
<B,R extends CallableReference<B>>
R
ComponentContext.cast(B target)
          Cast a type-safe reference to a CallableReference.
 

Methods in org.osoa.sca that return CallableReference
<CB> CallableReference<CB>
RequestContext.getCallbackReference()
          Returns a CallableReference to the callback provided by the caller.
<B> CallableReference<B>
RequestContext.getServiceReference()
          Returns a CallableReference for the service that was invoked by the caller.