Uses of Class
com.bea.wcp.diameter.ResultCode
Packages that use ResultCode
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
The Diameter credit control API (Ro interface).
The Diameter Sh Client implementation.
-
Uses of ResultCode in com.bea.wcp.diameter
Fields in com.bea.wcp.diameter declared as ResultCodeModifier and TypeFieldDescriptionstatic final ResultCodeResultCode.APPLICATION_UNSUPPORTEDstatic final ResultCodeResultCode.AUTHENTICATION_REJECTEDstatic final ResultCodeResultCode.AUTHORIZATION_REJECTEDstatic final ResultCodeResultCode.AVP_NOT_ALLOWEDstatic final ResultCodeResultCode.AVP_OCCURS_TOO_MANY_TIMESstatic final ResultCodeResultCode.AVP_UNSUPPORTEDstatic final ResultCodeResultCode.COMMAND_UNSUPPORTEDstatic final ResultCodeResultCode.CONTRADICTING_AVPSstatic final ResultCodeResultCode.DIAMETER_CREDIT_LIMIT_REACHEDstatic final ResultCodeResultCode.DIAMETER_RATING_FAILEDstatic final ResultCodeResultCode.DIAMETER_USER_UNKNOWNstatic final ResultCodeResultCode.ELECTION_LOSTstatic final ResultCodeResultCode.INVALID_AVP_BIT_COMBOstatic final ResultCodeResultCode.INVALID_AVP_BITSstatic final ResultCodeResultCode.INVALID_AVP_LENGTHstatic final ResultCodeResultCode.INVALID_AVP_VALUEstatic final ResultCodeResultCode.INVALID_BIT_IN_HEADERstatic final ResultCodeResultCode.INVALID_HDR_BITSstatic final ResultCodeResultCode.INVALID_MESSAGE_LENGTHstatic final ResultCodeResultCode.LIMITED_SUCCESSstatic final ResultCodeResultCode.LOOP_DETECTEDstatic final ResultCodeResultCode.MISSING_AVPstatic final ResultCodeResultCode.MULTI_ROUND_AUTHstatic final ResultCodeResultCode.NO_COMMON_APPLICATIONstatic final ResultCodeResultCode.NO_COMMON_SECURITYstatic final ResultCodeResultCode.OUT_OF_SPACEstatic final ResultCodeResultCode.REALM_NOT_SERVEDstatic final ResultCodeResultCode.REDIRECT_INDICATIONstatic final ResultCodeResultCode.RESOURCES_EXCEEDEDstatic final ResultCodeResultCode.SUCCESSstatic final ResultCodeResultCode.TOO_BUSYstatic final ResultCodeResultCode.UNABLE_TO_COMPLYstatic final ResultCodeResultCode.UNABLE_TO_DELIVERstatic final ResultCodeResultCode.UNKNOWN_PEERstatic final ResultCodeResultCode.UNKNOWN_SESSION_IDstatic final ResultCodeResultCode.UNSUPPORTED_VERSIONMethods in com.bea.wcp.diameter that return ResultCodeModifier and TypeMethodDescriptionstatic ResultCodeIf the specified AVP is a Result-Code or Experimental-Result AVP, then returns a new ResultCode for the result.static ResultCodeCreates a new "experimental" ResultCode with the specified numeric code, vendor id, and error message.static ResultCodeCreates a new ResultCode for the specified numeric code and error message.Answer.getResultCode()Returns the ResultCode for this answer.MessageException.getResultCode()Returns the ResultCode indicating the error.Methods in com.bea.wcp.diameter with parameters of type ResultCodeModifier and TypeMethodDescriptionGenericMessageFactory.createAnswer(Request req, ResultCode rc) MessageFactory.createAnswer(Request req, ResultCode rc) Peer.CER.createAnswer(ResultCode rc) Request.createAnswer(ResultCode rc) Creates an Answer message for this request.Request.createAnswer(ResultCode rc, String error) Creates a new Answer message for this request.voidAnswer.setResultCode(ResultCode rc) Allows relay or proxy applications to modify result code of an answer message being forwarded.Constructors in com.bea.wcp.diameter with parameters of type ResultCodeModifierConstructorDescriptionAnswer(Request req, ResultCode rc) Creates a new Answer for the specified Request and ResultCode.AvpException(ResultCode rc, Attribute attr) Creates a new AvpException for the specified ResultCode and missing AVP.AvpException(ResultCode rc, Avp invalidAvp) Creates a new AvpException for the specified ResultCode and invalid AVP.AvpException(ResultCode rc, Avp[] invalidAvps) Creates a new AvpException for the specified ResultCode and invalid AVPs.CEA(Peer.CER cer, ResultCode rc) protectedMessage(Message req, ResultCode rc) Creates a new Diameter answer message for the specified request.Creates a new MessageException for the specified ResultCode and a default error message based on the result code.MessageException(ResultCode rc, String msg) Creates a new MessageException for the specified ResultCode and error message.RAA(RAR req, ResultCode rc) -
Uses of ResultCode in com.bea.wcp.diameter.accounting
Constructors in com.bea.wcp.diameter.accounting with parameters of type ResultCode -
Uses of ResultCode in com.bea.wcp.diameter.cc
Constructors in com.bea.wcp.diameter.cc with parameters of type ResultCode -
Uses of ResultCode in com.bea.wcp.diameter.sh
Fields in com.bea.wcp.diameter.sh declared as ResultCodeModifier and TypeFieldDescriptionstatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCodestatic final ResultCode -
Uses of ResultCode in com.bea.wcp.diameter.sy
Constructors in com.bea.wcp.diameter.sy with parameters of type ResultCodeModifierConstructorDescriptionSySLA(SySLR req, ResultCode rc) Constructor.SySNA(SySNR req, ResultCode rc) Constructor.SySTA(SySTR req, ResultCode rc) Constructor.