Package | Description |
---|---|
com.bea.wcp.diameter |
The Diameter base protocol API.
|
com.bea.wcp.diameter.accounting |
The Diameter offline charging API (Rf interface).
|
com.bea.wcp.diameter.cc |
The Diameter credit control API (Ro interface).
|
com.bea.wcp.diameter.sy |
Modifier and Type | Class and Description |
---|---|
class |
AvpException
Exception raised if an invalid AVP was encountered in a Diameter message.
|
Modifier and Type | Method and Description |
---|---|
static MessageException |
MessageException.unableToComply(String msg)
Convenience method that returns a new UNABLE_TO_COMPLY MessageException.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.decodeAvps(ByteBuffer bb)
Called by Connection to decode message AVPs.
|
void |
Message.preValidate()
Performs initial validation of a message to include validation of AVPs
required to determine if the request/answer should be forwarded.
|
void |
Answer.preValidate() |
void |
Request.preValidate() |
void |
Message.validate()
Validates the message by validating each message AVP.
|
void |
RAR.validate() |
void |
Peer.CER.validate() |
void |
Peer.CEA.validate() |
void |
RAA.validate() |
Modifier and Type | Method and Description |
---|---|
void |
ACA.validate() |
void |
ACR.validate() |
Modifier and Type | Method and Description |
---|---|
void |
CCA.validate() |
void |
CCR.validate() |
Modifier and Type | Method and Description |
---|---|
void |
SySLR.validate()
Validator.
|
void |
SySTR.validate()
Validator.
|