Package com.sun.xml.rpc.client.http
Class RfcDateParser
- java.lang.Object
-
- com.sun.xml.rpc.client.http.RfcDateParser
-
public class RfcDateParser extends Object
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:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description RfcDateParser(String dateString)
-