NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.address
Interface AddressFactoryEx

All Superinterfaces:
AddressFactory
All Known Implementing Classes:
AddressFactoryImpl

public interface AddressFactoryEx
extends AddressFactory

This interface is extension to AddressFactory. It declares methods which may be useful to user.

Version:
1.2
Author:
baranowb

Method Summary
 SipURI createSipURI(String sipUri)
          Creates SipURI instance from passed string.
 
Methods inherited from interface javax.sip.address.AddressFactory
createAddress, createAddress, createAddress, createSipURI, createTelURL, createURI
 

Method Detail

createSipURI

SipURI createSipURI(String sipUri)
                    throws ParseException
Creates SipURI instance from passed string.

Parameters:
sipUri - - uri encoded string, it has form of: :username@host[:port]. NOTE: in case of IPV6, host must be enclosed within [].
Throws:
ParseException - if the URI string is malformed.

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.