|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.nist.core.ParserCore | +--gov.nist.javax.sip.parser.Parser | +--gov.nist.javax.sip.parser.URLParser
Parser For SIP and Tel URLs. Other kinds of URL's are handled by the J2SE 1.4 URL class.
Field Summary |
Fields inherited from class gov.nist.core.ParserCore |
debug |
Constructor Summary | |
URLParser(String url)
|
Method Summary | |
GenericURI |
parse()
Default parse method. |
TelephoneNumber |
parseTelephoneNumber()
Parser for telephone subscriber. |
String |
peekScheme()
|
SipUri |
sipURL()
Parse and return a structure for a SIP URL. |
TelURLImpl |
telURL()
Parse and return a structure for a Tel URL. |
GenericURI |
uriReference()
Parse and return a structure for a generic URL. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public URLParser(String url)
Method Detail |
public GenericURI uriReference() throws ParseException
ParsException
- if there was a problem parsing.
ParseException
public final TelephoneNumber parseTelephoneNumber() throws ParseException
ParseException
public TelURLImpl telURL() throws ParseException
ParseException
public SipUri sipURL() throws ParseException
ParsException
- if there was a problem parsing.
ParseException
public String peekScheme() throws ParseException
ParseException
public GenericURI parse() throws ParseException
ParseException
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |