Class CCA


public class CCA extends Answer
Diameter Credit-Control-Answer message.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Constructor Details

    • CCA

      public CCA(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c)
    • CCA

      public CCA(CCR req, ResultCode rc)
  • Method Details

    • validate

      public void validate() throws MessageException
      Description copied from class: Message
      Validates the message by validating each message AVP. If any AVP values are cached as message fields, they are cleared first. This supports validation of both received and originated messages.
      Overrides:
      validate in class Message
      Throws:
      MessageException - if the message was invalid
    • validateAvp

      protected void validateAvp(Avp avp) throws AvpException
      Overrides:
      validateAvp in class Message
      Throws:
      AvpException
    • getCCRequestType

      public RequestType getCCRequestType()
    • getCCRequestNumber

      public int getCCRequestNumber()