|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.javax.sip.address.AddressFactoryImpl
public class AddressFactoryImpl
Implementation of the JAIN-SIP address factory.
コンストラクタの概要 | |
---|---|
AddressFactoryImpl()
Creates a new instance of AddressFactoryImpl |
メソッドの概要 | |
---|---|
javax.sip.address.Address |
createAddress(java.lang.String address)
Creates an Address with the new address string value. |
javax.sip.address.Address |
createAddress(java.lang.String displayName,
javax.sip.address.URI uri)
Creates an Address with the new display name and URI attribute values. |
javax.sip.address.Address |
createAddress(javax.sip.address.URI uri)
|
javax.sip.address.SipURI |
createSipURI(java.lang.String uri)
create a sip uri. |
javax.sip.address.SipURI |
createSipURI(java.lang.String user,
java.lang.String host)
Create a SipURI |
javax.sip.address.TelURL |
createTelURL(java.lang.String uri)
Creates a TelURL based on given URI string. |
javax.sip.address.URI |
createURI(java.lang.String uri)
Creates a URI based on given URI string. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AddressFactoryImpl()
メソッドの詳細 |
---|
public javax.sip.address.Address createAddress(java.lang.String displayName, javax.sip.address.URI uri)
javax.sip.address.AddressFactory
内の createAddress
displayName
- - the new string value of the display name of the
address. A null
value does not set the display name.uri
- - the new URI value of the address.
java.text.ParseException
- which signals that an error has been reached
unexpectedly while parsing the displayName value.public javax.sip.address.SipURI createSipURI(java.lang.String uri) throws java.text.ParseException
uri
- -- the uri to parse.
java.text.ParseException
public javax.sip.address.SipURI createSipURI(java.lang.String user, java.lang.String host) throws java.text.ParseException
javax.sip.address.AddressFactory
内の createSipURI
user
- -- the userhost
- -- the host.
java.text.ParseException
public javax.sip.address.TelURL createTelURL(java.lang.String uri) throws java.text.ParseException
javax.sip.address.AddressFactory
内の createTelURL
uri
- - the new string value of the phoneNumber.
java.net.URISyntaxException
- if the URI string is malformed.
java.text.ParseException
public javax.sip.address.Address createAddress(javax.sip.address.URI uri)
javax.sip.address.AddressFactory
内の createAddress
public javax.sip.address.Address createAddress(java.lang.String address) throws java.text.ParseException
((SipURI)Address.getURI).getUser() == *;
.
javax.sip.address.AddressFactory
内の createAddress
address
- - the new string value of the address.
java.text.ParseException
- which signals that an error has been reached
unexpectedly while parsing the address value.public javax.sip.address.URI createURI(java.lang.String uri) throws java.text.ParseException
javax.sip.address.AddressFactory
内の createURI
uri
- - the new string value of the URI.
java.net.URISyntaxException
- if the URI string is malformed.
java.text.ParseException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |