JAIN-SIP 2.0 API

Uses of Interface
javax.sip.address.Address

Packages that use Address
javax.sip This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. 
javax.sip.address This package contains interfaces that represent the Addressing components of the SIP protocol. 
javax.sip.header

This package contains all the headers interfaces supported by this specification. 

 

Uses of Address in javax.sip
 

Methods in javax.sip that return Address
 Address Dialog.getLocalParty()
          Returns the Address identifying the local party.
 Address Dialog.getRemoteParty()
          Returns the Address identifying the remote party.
 Address Dialog.getRemoteTarget()
          Returns the Address identifying the remote target.
 

Uses of Address in javax.sip.address
 

Methods in javax.sip.address that return Address
 Address AddressFactory.createAddress(String address)
          Creates an Address with the new address string value.
 Address AddressFactory.createAddress(String displayName, URI uri)
          Creates an Address with the new display name and URI attribute values.
 Address AddressFactory.createAddress(URI uri)
          Creates an Address with the new URI attribute value.
 

Uses of Address in javax.sip.header
 

Methods in javax.sip.header that return Address
 Address HeaderAddress.getAddress()
          Gets the address parameter of this Address.
 

Methods in javax.sip.header with parameters of type Address
 ContactHeader HeaderFactory.createContactHeader(Address address)
          Creates a new ContactHeader based on the newly supplied address value.
 FromHeader HeaderFactory.createFromHeader(Address address, String tag)
          Creates a new FromHeader based on the newly supplied address and tag values.
 PAssertedIdentityHeader HeaderFactory.createPAssertedIdentityHeader(Address address)
          Create a P-Asserted-Identity header
 PAssociatedURIHeader HeaderFactory.createPAssociatedURIHeader(Address assocURI)
          Create a P-Associated-URI header based on the supplied address
 PathHeader HeaderFactory.createPathHeader(Address address)
          Create Path header.
 PCalledPartyIDHeader HeaderFactory.createPCalledPartyIDHeader(Address address)
          Create a P-Called-Party-ID header.
 PPreferredIdentityHeader HeaderFactory.createPPreferredIdentityHeader(Address address)
          Create P-Preferred-Identity header.
 PProfileKeyHeader HeaderFactory.createPProfileKeyHeader(Address address)
          Create a P-Profile-Key header.
 PServedUserHeader HeaderFactory.createPServedUserHeader(Address address)
          Create a P-Served-User header.
 RecordRouteHeader HeaderFactory.createRecordRouteHeader(Address address)
          Creates a new RecordRouteHeader based on the newly supplied address value.
 ReferredByHeader HeaderFactory.createReferredByHeader(Address address)
          Create a ReferredBy Header
 ReferToHeader HeaderFactory.createReferToHeader(Address address)
          Creates a new ReferToHeader based on the newly supplied address value.
 ReplyToHeader HeaderFactory.createReplyToHeader(Address address)
          Creates a new ReplyToHeader based on the newly supplied address value.
 RouteHeader HeaderFactory.createRouteHeader(Address address)
          Creates a new RouteHeader based on the newly supplied address value.
 ServiceRouteHeader HeaderFactory.createServiceRouteHeader(Address address)
          Create Service-Route header.
 ToHeader HeaderFactory.createToHeader(Address address, String tag)
          Creates a new ToHeader based on the newly supplied address and tag values.
 void HeaderAddress.setAddress(Address address)
          Sets the Address parameter of this Address.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.