| Package | Description |
|---|---|
| com.sun.xml.ws.policy.privateutil |
This package contains utility classes that are not part of the public Policy API.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
ServiceFinder.fail(java.lang.Class service,
java.lang.String msg,
java.lang.Throwable cause) |
private static void |
ServiceFinder.fail(java.lang.Class service,
java.net.URL u,
int line,
java.lang.String msg,
java.lang.Throwable cause) |
boolean |
ServiceFinder.LazyIterator.hasNext() |
T |
ServiceFinder.LazyIterator.next() |
private static java.util.Iterator<java.lang.String> |
ServiceFinder.parse(java.lang.Class service,
java.net.URL u,
java.util.Set<java.lang.String> returned)
Parse the content of the given URL as a provider-configuration file.
|
private static int |
ServiceFinder.parseLine(java.lang.Class service,
java.net.URL u,
java.io.BufferedReader r,
int lc,
java.util.List<java.lang.String> names,
java.util.Set<java.lang.String> returned)
Parse a single line from the given configuration file, adding the name
on the line to both the names list and the returned set iff the name is
not already a member of the returned set.
|