| 
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vordel.mime.HeaderParser
public abstract class HeaderParser
takes the value of a header and creates an appropriate Object for
 use in a HeaderSet
HeaderSet.getParsed(HeaderParser)| Constructor Summary | |
|---|---|
HeaderParser(java.lang.String headerName)
Create a new Header parser, which has responsibility for making sense of the header which has the header name specified.  | 
|
| Method Summary | |
|---|---|
abstract  java.lang.Object | 
parse(java.lang.String value)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HeaderParser(java.lang.String headerName)
headerName - The name of the Header, for example "Content-Type".
 Subclasses need to register their header responsibility via this
 parameter, so that the HeaderSet can locate the correct header.HeaderSet.getParsed(HeaderParser parser)| Method Detail | 
|---|
public abstract java.lang.Object parse(java.lang.String value)
                                throws java.text.ParseException
java.text.ParseException
  | 
Vordel SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||