org.mobicents.servlet.sip.address
Class URIImpl
java.lang.Object
org.mobicents.servlet.sip.address.ParameterableImpl
org.mobicents.servlet.sip.address.URIImpl
- All Implemented Interfaces:
- java.lang.Cloneable, Parameterable, URI
- Direct Known Subclasses:
- GenericURIImpl, SipURIImpl, TelURLImpl
public abstract class URIImpl
- extends ParameterableImpl
- implements URI
|
Constructor Summary |
URIImpl(javax.sip.address.SipURI sipUri)
|
URIImpl(javax.sip.address.TelURL telUrl)
|
URIImpl(javax.sip.address.URI uri)
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
URIImpl
public URIImpl(javax.sip.address.URI uri)
URIImpl
public URIImpl(javax.sip.address.TelURL telUrl)
URIImpl
public URIImpl(javax.sip.address.SipURI sipUri)
getURI
public javax.sip.address.URI getURI()
getScheme
public java.lang.String getScheme()
- Specified by:
getScheme in interface URI
isSipURI
public boolean isSipURI()
- Specified by:
isSipURI in interface URI
toString
public java.lang.String toString()
- Specified by:
toString in interface URI- Overrides:
toString in class ParameterableImpl
clone
public abstract URI clone()
- Specified by:
clone in interface Parameterable- Specified by:
clone in interface URI- Specified by:
clone in class ParameterableImpl
hashCode
public int hashCode()
- Overrides:
hashCode in class ParameterableImpl
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals in interface Parameterable- Specified by:
equals in interface URI- Overrides:
equals in class ParameterableImpl
Copyright © 2008. All Rights Reserved.