Uses of Interface
org.jainslee.resources.diameter.base.DiameterMessage
-
Packages that use DiameterMessage Package Description org.jainslee.resources.diameter.base The Diameter Base Resource Adaptor allows SLEE services to construct messages using the Diameter protocol, and send those requests to a Diameter server.org.jainslee.resources.diameter.base.types This package contains the definitions of Diameter base messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.cca.types This package contains the definitions of Diameter CCA messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.vb90 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types.org.jainslee.resources.diameter.gx.types.vcd0 org.jainslee.resources.diameter.rf.types.v710 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.1.0.
org.jainslee.resources.diameter.rf.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.rf.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.rf.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.types.v790 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v7.9.0.
org.jainslee.resources.diameter.ro.types.v820 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.2.0.
org.jainslee.resources.diameter.ro.types.v8d0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v8.13.0.
org.jainslee.resources.diameter.ro.types.v960 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v9.6.0.
org.jainslee.resources.diameter.ro.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
org.jainslee.resources.diameter.ro.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.sh Diameter Sh Resource Adaptor Types based on following 3GPP specifications:org.jainslee.resources.diameter.sh.types.v780 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v7.8.0.
org.jainslee.resources.diameter.sh.types.v880 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v8.8.0.
org.jainslee.resources.diameter.sh.types.v940 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v9.4.0.
org.jainslee.resources.diameter.sh.types.va10 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v10.1.0.
org.jainslee.resources.diameter.sh.types.vb60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v11.6.0.
org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
-
-
Uses of DiameterMessage in org.jainslee.resources.diameter.base
Methods in org.jainslee.resources.diameter.base that return DiameterMessage Modifier and Type Method Description DiameterMessage
DiameterMessageFactory. createMessage(DiameterHeader header, DiameterAvp[] avps)
DiameterMessage
DiameterProvider. sendSyncRequest(DiameterMessage message)
Synchronously send a Diameter request and block until a response is received.Methods in org.jainslee.resources.diameter.base with parameters of type DiameterMessage Modifier and Type Method Description void
DiameterActivity. sendMessage(DiameterMessage message)
Sends the given DiameterMessage on the DiameterActivity.DiameterMessage
DiameterProvider. sendSyncRequest(DiameterMessage message)
Synchronously send a Diameter request and block until a response is received. -
Uses of DiameterMessage in org.jainslee.resources.diameter.base.types
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.base.types Modifier and Type Interface Description interface
AbortSessionAnswer
Defines an interface representing the Abort-Session-Answer command.interface
AbortSessionRequest
Defines an interface representing the Abort-Session-Request command.interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command.interface
CapabilitiesExchangeAnswer
Defines an interface representing the Capabilities-Exchange-Answer command.interface
CapabilitiesExchangeRequest
Defines an interface representing the Capabilities-Exchange-Request command.interface
CapabilitiesUpdateAnswer
Defines an interface representing the Capabilities-Update-Answer command.interface
CapabilitiesUpdateRequest
Defines an interface representing the Capabilities-Update-Request command.interface
DeviceWatchdogAnswer
Defines an interface representing the Device-Watchdog-Answer command.interface
DeviceWatchdogRequest
Defines an interface representing the Device-Watchdog-Request command.interface
DisconnectPeerAnswer
Defines an interface representing the Disconnect-Peer-Answer command.interface
DisconnectPeerRequest
Defines an interface representing the Disconnect-Peer-Request command.interface
ErrorAnswer
Defines an interface representing the Error-Answer command.interface
ExtensionDiameterMessage
Defines an interface representing the Extension-Diameter-Message command.interface
ReAuthAnswer
Defines an interface representing the Re-Auth-Answer command.interface
ReAuthRequest
Defines an interface representing the Re-Auth-Request command.interface
SessionTerminationAnswer
Defines an interface representing the Session-Termination-Answer command.interface
SessionTerminationRequest
Defines an interface representing the Session-Termination-Request command.Methods in org.jainslee.resources.diameter.base.types that return DiameterMessage Modifier and Type Method Description DiameterMessage
RequestTimeout. getRequest()
Return theDiameterMessage
request that timed out. -
Uses of DiameterMessage in org.jainslee.resources.diameter.cca.types
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.cca.types Modifier and Type Interface Description interface
AbortSessionAnswer
Defines an interface representing the Abort-Session-Answer command.interface
AbortSessionRequest
Defines an interface representing the Abort-Session-Request command.interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlMessage
Interface containing accessor methods for AVPs present in all Diameter CCA messages.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command.interface
ReAuthAnswer
Defines an interface representing the Re-Auth-Answer command.interface
ReAuthRequest
Defines an interface representing the Re-Auth-Request command.Methods in org.jainslee.resources.diameter.cca.types that return DiameterMessage Modifier and Type Method Description DiameterMessage
RequestTxTimeout. getRequest()
Return theDiameterMessage
request that resulted in Tx time out. -
Uses of DiameterMessage in org.jainslee.resources.diameter.gx.types.va10
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.gx.types.va10 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command.interface
ReAuthAnswer
Defines an interface representing the Re-Auth-Answer command.interface
ReAuthRequest
Defines an interface representing the Re-Auth-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.gx.types.vb90
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.gx.types.vb90 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command.interface
ReAuthAnswer
Defines an interface representing the Re-Auth-Answer command.interface
ReAuthRequest
Defines an interface representing the Re-Auth-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.gx.types.vcd0
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.gx.types.vcd0 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command.interface
ReAuthAnswer
Defines an interface representing the Re-Auth-Answer command.interface
ReAuthRequest
Defines an interface representing the Re-Auth-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.v710
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.v710 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.v790
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.v790 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.v8d0
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.v8d0 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.v960
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.v960 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.va00
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.va00 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.vb80
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.vb80 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.rf.types.vcb0
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.rf.types.vcb0 Modifier and Type Interface Description interface
AccountingAnswer
Defines an interface representing the Accounting-Answer command.interface
AccountingRequest
Defines an interface representing the Accounting-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.v790
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.v790 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.v820
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.v820 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.v8d0
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.v8d0 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.v960
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.v960 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.va00
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.va00 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.vb80
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.vb80 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.ro.types.vcb0
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.ro.types.vcb0 Modifier and Type Interface Description interface
CreditControlAnswer
Defines an interface representing the Credit-Control-Answer command.interface
CreditControlRequest
Defines an interface representing the Credit-Control-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh Modifier and Type Interface Description interface
DiameterShBaseMessage
Interface containing accessor methods for AVPs present in all Diameter Sh messages. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh.types.v780
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh.types.v780 Modifier and Type Interface Description interface
DiameterShMessage
Interface containing accessor methods for AVPs present in version specific Diameter Sh messages.interface
ProfileUpdateAnswer
Defines an interface representing the Profile-Update-Answer command.interface
ProfileUpdateRequest
Defines an interface representing the Profile-Update-Request command.interface
PushNotificationAnswer
Defines an interface representing the Push-Notification-Answer command.interface
PushNotificationRequest
Defines an interface representing the Push-Notification-Request command.interface
SubscribeNotificationsAnswer
Defines an interface representing the Subscribe-Notifications-Answer command.interface
SubscribeNotificationsRequest
Defines an interface representing the Subscribe-Notifications-Request command.interface
UserDataAnswer
Defines an interface representing the User-Data-Answer command.interface
UserDataRequest
Defines an interface representing the User-Data-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh.types.v880
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh.types.v880 Modifier and Type Interface Description interface
DiameterShMessage
Interface containing accessor methods for AVPs present in version specific Diameter Sh messages.interface
ProfileUpdateAnswer
Defines an interface representing the Profile-Update-Answer command.interface
ProfileUpdateRequest
Defines an interface representing the Profile-Update-Request command.interface
PushNotificationAnswer
Defines an interface representing the Push-Notification-Answer command.interface
PushNotificationRequest
Defines an interface representing the Push-Notification-Request command.interface
SubscribeNotificationsAnswer
Defines an interface representing the Subscribe-Notifications-Answer command.interface
SubscribeNotificationsRequest
Defines an interface representing the Subscribe-Notifications-Request command.interface
UserDataAnswer
Defines an interface representing the User-Data-Answer command.interface
UserDataRequest
Defines an interface representing the User-Data-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh.types.v940
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh.types.v940 Modifier and Type Interface Description interface
DiameterShMessage
Interface containing accessor methods for AVPs present in version specific Diameter Sh messages.interface
ProfileUpdateAnswer
Defines an interface representing the Profile-Update-Answer command.interface
ProfileUpdateRequest
Defines an interface representing the Profile-Update-Request command.interface
PushNotificationAnswer
Defines an interface representing the Push-Notification-Answer command.interface
PushNotificationRequest
Defines an interface representing the Push-Notification-Request command.interface
SubscribeNotificationsAnswer
Defines an interface representing the Subscribe-Notifications-Answer command.interface
SubscribeNotificationsRequest
Defines an interface representing the Subscribe-Notifications-Request command.interface
UserDataAnswer
Defines an interface representing the User-Data-Answer command.interface
UserDataRequest
Defines an interface representing the User-Data-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh.types.va10
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh.types.va10 Modifier and Type Interface Description interface
DiameterShMessage
Interface containing accessor methods for AVPs present in version specific Diameter Sh messages.interface
ProfileUpdateAnswer
Defines an interface representing the Profile-Update-Answer command.interface
ProfileUpdateRequest
Defines an interface representing the Profile-Update-Request command.interface
PushNotificationAnswer
Defines an interface representing the Push-Notification-Answer command.interface
PushNotificationRequest
Defines an interface representing the Push-Notification-Request command.interface
SubscribeNotificationsAnswer
Defines an interface representing the Subscribe-Notifications-Answer command.interface
SubscribeNotificationsRequest
Defines an interface representing the Subscribe-Notifications-Request command.interface
UserDataAnswer
Defines an interface representing the User-Data-Answer command.interface
UserDataRequest
Defines an interface representing the User-Data-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh.types.vb60
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh.types.vb60 Modifier and Type Interface Description interface
DiameterShMessage
Interface containing accessor methods for AVPs present in version specific Diameter Sh messages.interface
ProfileUpdateAnswer
Defines an interface representing the Profile-Update-Answer command.interface
ProfileUpdateRequest
Defines an interface representing the Profile-Update-Request command.interface
PushNotificationAnswer
Defines an interface representing the Push-Notification-Answer command.interface
PushNotificationRequest
Defines an interface representing the Push-Notification-Request command.interface
SubscribeNotificationsAnswer
Defines an interface representing the Subscribe-Notifications-Answer command.interface
SubscribeNotificationsRequest
Defines an interface representing the Subscribe-Notifications-Request command.interface
UserDataAnswer
Defines an interface representing the User-Data-Answer command.interface
UserDataRequest
Defines an interface representing the User-Data-Request command. -
Uses of DiameterMessage in org.jainslee.resources.diameter.sh.types.vc60
Subinterfaces of DiameterMessage in org.jainslee.resources.diameter.sh.types.vc60 Modifier and Type Interface Description interface
DiameterShMessage
Interface containing accessor methods for AVPs present in version specific Diameter Sh messages.interface
ProfileUpdateAnswer
Defines an interface representing the Profile-Update-Answer command.interface
ProfileUpdateRequest
Defines an interface representing the Profile-Update-Request command.interface
PushNotificationAnswer
Defines an interface representing the Push-Notification-Answer command.interface
PushNotificationRequest
Defines an interface representing the Push-Notification-Request command.interface
SubscribeNotificationsAnswer
Defines an interface representing the Subscribe-Notifications-Answer command.interface
SubscribeNotificationsRequest
Defines an interface representing the Subscribe-Notifications-Request command.interface
UserDataAnswer
Defines an interface representing the User-Data-Answer command.interface
UserDataRequest
Defines an interface representing the User-Data-Request command.
-