Apache Tuscany OSOA SCA API

Uses of Interface
org.osoa.sca.CallableReference

Packages that use CallableReference
org.osoa.sca   
 

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.
 


Apache Tuscany OSOA SCA API

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.