Home | History | Annotate | Download | only in jca

Lines Matching defs:getService

64     public static Service getService(String type, String algorithm)
67 Service s = list.getService(type, algorithm);
75 public static Service getService(String type, String algorithm,
85 Service s = p.getService(type, algorithm);
93 public static Service getService(String type, String algorithm,
98 Service s = provider.getService(type, algorithm);
157 Service firstService = list.getService(type, algorithm);
206 return getInstance(getService(type, algorithm, provider), clazz);
212 return getInstance(getService(type, algorithm, provider), clazz, param);
218 return getInstance(getService(type, algorithm, provider), clazz);
224 return getInstance(getService(type, algorithm, provider), clazz, param);