Class Peer.CER

Enclosing class:
Peer

public static class Peer.CER extends Request
  • Constructor Details

    • CER

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

      public CER(Node node)
  • 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
    • createAnswer

      public Answer createAnswer(ResultCode rc)
      Description copied from class: Request
      Creates an Answer message for this request. The relevant header fields and AVPs will be copied from the original request (see RFC 3588).
      Overrides:
      createAnswer in class Request