|
Oracle Communications Service Broker SAL API Reference Reference Release 6.0 E26227-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Address
| Method Summary | |
|---|---|
java.lang.Object |
clone()Returns a clone of this Address. |
boolean |
equals(java.lang.Object o)Compares the given Address with this one. |
java.lang.String |
getDisplayName()Returns the display name of this Address. |
URI |
getURI()Returns the URI component of this Address. |
void |
setDisplayName(java.lang.String displayName)Sets the display name of this Address. |
void |
setURI(URI uri)Sets the URI of this Address. |
java.lang.String |
toString()Returns the value of this address as a String. |
| Methods inherited from interface com.convergin.common.sal.ext.api.Parameterable |
|---|
getParameter, getParameterNames, getParameters, getValue, removeParameter, setParameter, setValue |
| Method Detail |
|---|
java.lang.String getDisplayName()
Address. This is typically a caller or callees real name and may be rendered by a user agent, for example when alerting.Address, or null if one doesn't existvoid setDisplayName(java.lang.String displayName)
Address.displayName - the new display namejava.lang.IllegalStateException - - if this Address is used in a context where it cannot be modifiedURI getURI()
URI component of this Address. The result will always be non-null.URI of this Addressvoid setURI(URI uri)
uri - new URI of this Addresslang.IllegalStateException - - if this Address is used in a context where it cannot be modifiedjava.lang.NullPointerException - - on null uri.java.lang.String toString()
String. The resulting string must be a valid value of a SIP From or To header.toString in class java.lang.ObjectAddress as a Stringjava.lang.Object clone()
Address. The cloned Address has identical display name, URI, and parameters. This means the cloned address can be used as an argument to SalFactory.createRequest(SalApplicationSession, String, Address, Address).clone in interface ParameterableAddressboolean equals(java.lang.Object o)
equals in interface Parameterableequals in class java.lang.Objecto - given Address to be compared with this.true if the two Addresses are equal.
|
Oracle Communications Service Broker SAL API Reference Reference Release 6.0 E26227-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||