URI.java :  » android-platform-external » nist-sip » javax » sip » address » Android Open Source

Android Open Source » android platform external » nist sip 
nist sip » javax » sip » address » URI.java
package javax.sip.address;

import java.io.Serializable;

public interface URI extends Cloneable, Serializable {
    String getScheme();
    boolean isSipURI();

    Object clone();
    String toString();
}

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.