Java Doc for RfcDateParser.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » transport » http » client » Java Source Code / Java DocumentationJava Source Code and Java Documentation
A parser for date strings commonly found in http and email headers that
follow various RFC conventions. Given a date-string, the parser will
attempt to parse it by trying matches with a set of patterns, returning
null on failure, a Date object on success.
author: WS Development Team