JavaScript is disabled on your browser.
Oracle Communications Converged Application Server Java API Reference 7.0 E39508-02
public class CCR
extends Request
Diameter Credit-Control-Request. Provides validation for mandatory
Service-Context-Id, CC-Request-Type, and CC-Request-Number AVPs.
Author:
Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
Constructor Summary
Constructors
Constructor and Description
CCR (ByteBuffer bb,
com.bea.wcp.diameter.transport.Connection c)
CCR (Node node,
int appId,
String sessionId)
Method Summary
Methods inherited from class com.bea.wcp.diameter.Request
attemptFailover , cancel , commit , createAnswer , createAnswer , getAnswer , getApplicationId , getDestinationHost , getDestinationPeers , getDestinationRealm , getNode , getRetrySupported , getSession , isAnswered , isCommitted , isThreadWaiting , preValidate , preValidateAvp , pushProxyInfo , send , send , sendAndWait , sendAndWait , sendError , setAnswer , setApplicationId , setDestinationHost , setDestinationRealm , setIsPotentiallyRetransmitted , setRetrySupported , setSession , unsetDestinationHost
Methods inherited from class com.bea.wcp.diameter.Message
addAvp , addAvp , addAvp , appendXml , decode , decodeAvps , encode , encode , extractAndSetSessionIdAvp , getAppId , getAppId , getAvp , getAvp , getAvpList , getCode , getCode , getCommand , getConnection , getEffectiveSessionId , getEndToEndId , getHopByHopId , getLength , getOriginHost , getOriginRealm , getSessionId , getVersion , isAnswer , isError , isPotentiallyRetransmitted , isProxiable , isRequest , popProxyInfo , toLoggableString , toString
Method Detail
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
Oracle Communications Converged Application Server Java API Reference 7.0 E39508-02
Copyright © 2015,2016, Oracle and/or its affiliates. All rights reserved.