Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
Modifier and Type | Field and Description |
---|---|
static AddressPlan |
AddressPlan.AESA
The AESA value indicates that the address is an ATM End
System Address in binary format (40 bytes).
|
static AddressPlan |
AddressPlan.E164
The E164 value indicates that the address is an international
number without the international access code, but including the country
code and area code (without the leading zero).
|
static AddressPlan |
AddressPlan.E164_MOBILE
The E164_MOBILE value indicates that the address is an E.164
mobile number.
|
static AddressPlan |
AddressPlan.GT
The GT value indicates that the address is a Global Title.
|
static AddressPlan |
AddressPlan.H323
The H323 value indicates that the address is an H.323 address.
|
static AddressPlan |
AddressPlan.IP
The IP value indicates that the address is an IP address
in dotted notation.
|
static AddressPlan |
AddressPlan.MULTICAST
The MULTICAST value indicates that the address is an IP address in
dotted notation that is either an IPv4 class D address or an equivalent IPv6
address.
|
static AddressPlan |
AddressPlan.NOT_PRESENT
The NOT_PRESENT value indicates that the address is not present.
|
static AddressPlan |
AddressPlan.NSAP
The NSAP value indicates that the address is a binary
representation of a Network Service Access Point.
|
static AddressPlan |
AddressPlan.SIP
The SIP value indicates that the address is a Session Initiation
Protocol address as specified in IETF RFC 2543.
|
static AddressPlan |
AddressPlan.SLEE_PROFILE
The SLEE_PROFILE value indicates that the address is the encoded
table name and profile name of a SLEE profile.
|
static AddressPlan |
AddressPlan.SLEE_PROFILE_TABLE
The SLEE_PROFILE_TABLE value indicates that the address is the
name of SLEE profile table.
|
static AddressPlan |
AddressPlan.SMTP
The SMTP value indicates that the address is an email address
as defined in IETF RFC 822.
|
static AddressPlan |
AddressPlan.SSN
The SSN value indicates that the address is a Sub System Number.
|
static AddressPlan |
AddressPlan.UNDEFINED
The UNDEFINED value indicates that the address is undefined.
|
static AddressPlan |
AddressPlan.UNICAST
The UNICAST value indicates that the address is an IP address
in dotted notation that is not a multicast or broadcast address.
|
static AddressPlan |
AddressPlan.URI
The URI value indicates that the address is a uniform resource
locator as defined in IETF RFC 2396.
|
static AddressPlan |
AddressPlan.X400
The X400 value indicates that the address is an X400 address
structured as a set of attribute value pairs separated by semicolons.
|
Modifier and Type | Method and Description |
---|---|
static AddressPlan |
AddressPlan.fromInt(int plan)
Get an
AddressPlan object from an integer value. |
static AddressPlan |
AddressPlan.fromString(String plan)
Get an
AddressPlan object from a string value. |
AddressPlan |
Address.getAddressPlan()
Get the address plan for the address.
|
Constructor and Description |
---|
Address(AddressPlan addressPlan,
String addressString)
Create a new
Address using an address plan and address string. |
Address(AddressPlan addressPlan,
String addressString,
AddressPresentation addressPresentation,
AddressScreening addressScreening,
String subAddressString,
String addressName)
Create a new
Address using an address plan, an address string, an
additional optional attributes. |