JML

net.sf.jml.protocol.msnslp
Class MsnslpURI

java.lang.Object
  extended by net.sf.jml.protocol.msnslp.MsnslpURI

public class MsnslpURI
extends Object

MSNSLP protocol URL.

Author:
Roger Chen

Method Summary
static MsnslpURI createURI(String email)
           
 String getEmail()
           
 String getURI()
           
static MsnslpURI parseURI(String s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

parseURI

public static MsnslpURI parseURI(String s)

createURI

public static MsnslpURI createURI(String email)

getEmail

public String getEmail()

getURI

public String getURI()

toString

public String toString()
Overrides:
toString in class Object

JML