|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
B - the type of the service referencepublic interface ServiceReference<B>
The ServiceReference interface represents a component reference. It can be injected using the @Reference annotation on a field, a setter method, or constructor parameter taking the type ServiceReference.
| Method Summary | |
|---|---|
java.lang.Class<B> |
getBusinessInterface()
Returns the Java class for the business interface associated with this reference. |
B |
getService()
Returns a type-safe reference to the target of this reference. |
| Method Detail |
|---|
B getService()
java.lang.Class<B> getBusinessInterface()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||