Searched defs:toLocation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/exception/
H A DLocatableWebServiceException.java69 this(message,toLocation(locationSource));
73 this(message,cause,toLocation(locationSource));
77 this(cause,toLocation(locationSource));
97 private static Locator toLocation(XMLStreamReader xsr) { method in class:LocatableWebServiceException

Completed in 51 milliseconds