Package | Description |
---|---|
com.bea.wcp.diameter |
The Diameter base protocol API.
|
com.bea.wcp.diameter.cc |
The Diameter credit control API (Ro interface).
|
com.bea.wcp.diameter.charging |
Common definitions, classes, and Diameter applications for 3GPP charging functions (Ro and Rf interfaces).
|
com.bea.wcp.diameter.sh |
The Diameter Sh Client implementation.
|
com.bea.wcp.diameter.sy |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.define(int code,
String name)
Defines a new Diameter base protocol attribute with default flags
(FLAGS_MANDATORY) and data type of "Integer32".
|
static Attribute |
Attribute.define(int code,
String name,
int vendorId,
int flags,
Type type)
Defines a new Diameter attribute.
|
static Attribute |
Attribute.define(int code,
String name,
int vendorId,
Type type)
Defines a new Diameter attribute with default flags (FLAG_MANDATORY).
|
static Attribute |
Attribute.define(int code,
String name,
Type type)
Defines a new Diameter base protocol attribute with default flags
(FLAG_MANDATORY).
|
Attribute |
Avp.getAttribute()
Returns the Attribute for this AVP.
|
static Attribute |
Attribute.getByCode(int code)
Returns the base protocol Attribute for the specified attribute code.
|
static Attribute |
Attribute.getByCode(int code,
int vendorId)
Returns the attribute for the specified attribute code and vendor id.
|
static Attribute |
Attribute.getByName(String name)
Returns the Attribute for the specified attribute name.
|
Modifier and Type | Method and Description |
---|---|
void |
AvpList.add(Attribute attr,
Object value)
Adds a new AVP to the list of AVPs.
|
void |
Message.addAvp(Attribute attr,
Object value)
Adds a new AVP to the message.
|
void |
AvpException.addMissingAvp(Attribute attr)
Adds an additional missing AVP to the list of failed AVPs.
|
Avp |
AvpList.get(Attribute attr)
Returns the first AVP for the specified Attribute, or null if none.
|
Avp |
Message.getAvp(Attribute attr)
Returns the first AVP in the message with the specified attribute.
|
Avp |
AvpList.getLast(Attribute attr)
Returns the last AVP for the specified Attribute, or null if none.
|
static AvpException |
AvpException.missingAvp(Attribute attr) |
Constructor and Description |
---|
Avp(Attribute attr,
Object value)
Creates a new AVP for the specified Attribute and value.
|
AvpException(ResultCode rc,
Attribute attr)
Creates a new AvpException for the specified ResultCode and missing AVP.
|
Modifier and Type | Field and Description |
---|---|
static Attribute |
CreditControl.CC_REQUEST_NUMBER |
static Attribute |
CreditControl.CC_REQUEST_TYPE |
static Attribute |
CreditControl.CC_SESSION_FAILOVER |
static Attribute |
CreditControl.REQUESTED_ACTION |
static Attribute |
CreditControl.SERVICE_CONTEXT_ID |
Modifier and Type | Field and Description |
---|---|
static Attribute |
Charging.IMS_INFORMATION |
static Attribute |
Charging.LCS_INFORMATION |
static Attribute |
Charging.MBMS_INFORMATION |
static Attribute |
Charging.MMS_INFORMATION |
static Attribute |
Charging.POC_INFORMATION |
static Attribute |
Charging.PS_INFORMATION |
static Attribute |
Charging.SERVICE_INFORMATION |
static Attribute |
Charging.WLAN_INFORMATION |
Modifier and Type | Field and Description |
---|---|
static Attribute |
Sh.CURRENT_LOCATION |
static Attribute |
Sh.DATA_REFERENCE |
static Attribute |
Sh.FEATURE_LIST |
static Attribute |
Sh.FEATURE_LIST_ID |
static Attribute |
Sh.IDENTITY_SET |
static Attribute |
Sh.MSISDN |
static Attribute |
Sh.PUBLIC_IDENTITY |
static Attribute |
Sh.REQUESTED_DOMAIN |
static Attribute |
Sh.SERVER_NAME |
static Attribute |
Sh.SERVICE_INDICATION |
static Attribute |
Sh.SUBS_REQ_TYPE |
static Attribute |
Sh.SUPPORTED_APPLICATIONS |
static Attribute |
Sh.SUPPORTED_FEATURES |
static Attribute |
Sh.USER_DATA |
static Attribute |
Sh.USER_IDENTITY |
Modifier and Type | Field and Description |
---|---|
static Attribute |
SyFactory.SL_REQUEST_TYPE |