Interface RfMessageFactory
-
- All Superinterfaces:
MessageFactory
public interface RfMessageFactory extends MessageFactory
Used by applications to create Diameter Rf request messages. Rf answer messages can be created using theRfServerSessionActivity.createRfAccountingAnswer()
methods.- Author:
- OpenCloud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountingRequest
createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set.DiameterMessageFactory
getBaseMessageFactory()
Get a factory to create AVPs and messages defined by Diameter Base.-
Methods inherited from interface org.jainslee.resources.diameter.rf.vcb0.MessageFactory
createAccessTransferInformation, createAccumulatedCost, createAccumulatedCost, createAdditionalContentInformation, createAddressDomain, createAfCorrelationInformation, createAfCorrelationInformation, createAllocationRetentionPriority, createAllocationRetentionPriority, createAocCostInformation, createAocInformation, createApplicationServerInformation, createBasicServiceCode, createCcMoney, createCcMoney, createConditionalApnAggregateMaxBitrate, createCoverageInfo, createCurrentTariff, createDcdInformation, createDestinationInterface, createEarlyMediaDescription, createEnvelope, createEnvelope, createEventType, createFinalUnitIndication, createFinalUnitIndication, createFixedUserLocationInfo, createFlows, createFlows, createGrantedServiceUnit, createGsuPoolReference, createGsuPoolReference, createImInformation, createImsInformation, createImsInformation, createIncrementalCost, createIncrementalCost, createInterOperatorIdentifier, createIsupCause, createLcsClientId, createLcsClientName, createLcsInformation, createLcsRequestorId, createLocationInfo, createLocationType, createMbmsInformation, createMessageBody, createMessageBody, createMessageClass, createMmContentType, createMmsInformation, createMmtelInformation, createMultipleServicesCreditControl, createNextTariff, createNniInformation, createOfflineCharging, createOriginatorAddress, createOriginatorInterface, createOriginatorReceivedAddress, createParticipantGroup, createPocInformation, createPocUserRole, createPresenceReportingAreaInformation, createProseDirectCommunicationReceptionDataContainer, createProseDirectCommunicationTransmissionDataContainer, createProseInformation, createPsFurnishChargingInformation, createPsFurnishChargingInformation, createPsInformation, createQosInformation, createRadioParameterSetInfo, createRateElement, createRateElement, createRealTimeTariffInformation, createRecipientAddress, createRecipientInfo, createRecipientReceivedAddress, createRedirectServer, createRedirectServer, createRequestedServiceUnit, createScaleFactor, createScaleFactor, createSdpMediaComponent, createSdpTimestamps, createServerCapabilities, createServiceDataContainer, createServiceGenericInformation, createServiceInformation, createServiceSpecificInfo, createServingNode, createSmDeviceTriggerInformation, createSmsInformation, createSubscriptionId, createSubscriptionId, createSupplementaryService, createTalkBurstExchange, createTalkBurstExchange, createTariffInformation, createTariffInformation, createTerminalInformation, createTimeQuotaMechanism, createTimeQuotaMechanism, createTimeStamps, createTrafficDataVolumes, createTransmitterInfo, createTrigger, createTrunkGroupId, createTwanUserLocationInfo, createTwanUserLocationInfo, createUnitCost, createUnitCost, createUnitValue, createUnitValue, createUsedServiceUnit, createUserCsgInformation, createUserCsgInformation, createUserEquipmentInfo, createUserEquipmentInfo, createVcsInformation, decodeAvp, encodeAvp, isRecognizedAvp
-
-
-
-
Method Detail
-
getBaseMessageFactory
DiameterMessageFactory getBaseMessageFactory()
Get a factory to create AVPs and messages defined by Diameter Base.- Returns:
- base Diameter message factory
-
createRfAccountingRequest
AccountingRequest createRfAccountingRequest(AccountingRecordType accountingRecordType)
Creates an Accounting Request message with the Accounting-Record-Type AVP set.
-
-