JAIN SIP API
v1.1 - 23rd June 2003

javax.sip.header
Interface HeaderAddress

All Known Subinterfaces:
ContactHeader, FromHeader, RecordRouteHeader, ReferToHeader, ReplyToHeader, RouteHeader, ToHeader

public interface HeaderAddress

This interface represents methods for manipulating Address object values for any header that contains a Address value.

When the header field value contains a display name encapsulated in the Address, the URI including all URI parameters is enclosed in "<" and ">". If no "<" and ">" are present, all parameters after the URI are header parameters, not URI parameters. The display name can be tokens, or a quoted string, if a larger character set is desired.

See Also:
Address, ContactHeader, FromHeader, RecordRouteHeader, ReplyToHeader, RouteHeader, ToHeader

Method Summary
 Address getAddress()
          Gets the address parameter of this Address.
 void setAddress(Address address)
          Sets the Address parameter of this Address.
 

Method Detail

setAddress

public void setAddress(Address address)
Sets the Address parameter of this Address.

Parameters:
address - - the Address object that represents the new address of this Address.

getAddress

public Address getAddress()
Gets the address parameter of this Address.

Returns:
the Address of this Address

JAIN SIP API
v1.1 - 23rd June 2003

If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing to the
JAIN-SIP-Interest list at http://archives.java.sun.com
Copyright - 2003 Sun Microsystems