| Class | Line # | Actions | |||
|---|---|---|---|---|---|
| JalviewServiceEndpointProviderI | 3 | 0 | 0 |
| 1 | package jalview.ws.api; | |
| 2 | ||
| 3 | public interface JalviewServiceEndpointProviderI | |
| 4 | { | |
| 5 | ||
| 6 | /** | |
| 7 | * | |
| 8 | * @return endpoint instance implementing one or more jalview.ws.api | |
| 9 | * interfaces | |
| 10 | */ | |
| 11 | Object getEndpoint(); | |
| 12 | ||
| 13 | } |