Apache Tuscany OSOA SCA API

Uses of Interface
org.osoa.sca.ServiceReference

Packages that use ServiceReference
org.osoa.sca   
 

Uses of ServiceReference in org.osoa.sca
 

Methods in org.osoa.sca that return ServiceReference
<B> ServiceReference<B>
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface)
          Returns a ServiceReference that can be used to invoke this component over the default service.
<B> ServiceReference<B>
ComponentContext.createSelfReference(java.lang.Class<B> businessInterface, java.lang.String serviceName)
          Returns a ServiceReference that can be used to invoke this component over the designated service.
<B> ServiceReference<B>
ComponentContext.getServiceReference(java.lang.Class<B> businessInterface, java.lang.String referenceName)
          Returns a ServiceReference for a reference defined by this component.
 


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.