Uses of Class
com.sun.xml.messaging.saaj.packaging.mime.internet.ParseException

Packages that use ParseException
com.sun.xml.messaging.saaj.packaging.mime.internet   
 

Uses of ParseException in com.sun.xml.messaging.saaj.packaging.mime.internet
 

Methods in com.sun.xml.messaging.saaj.packaging.mime.internet that throw ParseException
static String MimeUtility.decodeWord(String eword)
          The string is parsed using the rules in RFC 2047 for parsing an "encoded-word".
 HeaderTokenizer.Token HeaderTokenizer.next()
          Parses the next token from this String.
 HeaderTokenizer.Token HeaderTokenizer.peek()
          Peek at the next token, without actually removing the token from the parse stream.
 

Constructors in com.sun.xml.messaging.saaj.packaging.mime.internet that throw ParseException
ContentDisposition(String s)
          Constructor that takes a ContentDisposition string.
ContentType(String s)
          Constructor that takes a Content-Type string.
ParameterList(String s)
          Constructor that takes a parameter-list string.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.