Uses of Class
com.bea.wcp.diameter.Message
Packages that use Message
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
The Diameter credit control API (Ro interface).
Diameter base protocol API helper utilities.
-
Uses of Message in com.bea.wcp.diameter
Subclasses of Message in com.bea.wcp.diameterModifier and TypeClassDescriptionclassDiameter answer message.static classstatic classclassDiameter Re-Auth-Answer (RAA) message.classDiameter Re-Auth-Request (RAR) message.classDiameter request message.Methods in com.bea.wcp.diameter that return MessageModifier and TypeMethodDescriptionstatic MessageMessage.decode(ByteBuffer bb, com.bea.wcp.diameter.transport.Connection c) Decodes the message header from the specified message bytes and connection.Methods in com.bea.wcp.diameter with parameters of type MessageModifier and TypeMethodDescriptionvoidNode.deliverToApplication(Message msg) Called by a provider to deliver a message to application with the specified id.booleanNode.deliverToSession(Message msg, Session session) Delivers a message to a specified session.voidDispatches a message to a session or application.voidNode.dispatchRelay(Message msg) Dispatches a message to relay application.voidForward request or answer using relay application.protected voidSession.notifyListener(Message msg) Delivers the specified message to the session listener.voidApplication.rcvMessage(Message msg) Called by the container when a new Message has been received for this application.voidSession.rcvMessage(Message msg) Called when a new Request or Answer has been received for this session.voidSessionListener.rcvMessage(Message msg) Called when a new message has been received by the session.voidvoidSession.sndMessage(Message msg) Called by the container when a message is about to be sent but before it has been committed.Constructors in com.bea.wcp.diameter with parameters of type MessageModifierConstructorDescriptionCapabilities(Message msg) protectedMessage(Message req, ResultCode rc) Creates a new Diameter answer message for the specified request. -
Uses of Message in com.bea.wcp.diameter.accounting
Subclasses of Message in com.bea.wcp.diameter.accountingModifier and TypeClassDescriptionclassDiameter Accounting-Answer (ACA) Message.final classDiameter Accounting-Request (ACR) message.Methods in com.bea.wcp.diameter.accounting with parameters of type MessageModifier and TypeMethodDescriptionvoidClientSession.sndMessage(Message msg) Called by the container just before a new ACR or ACA message has been sent out. -
Uses of Message in com.bea.wcp.diameter.cc
Subclasses of Message in com.bea.wcp.diameter.ccModifier and TypeClassDescriptionclassDiameter Credit-Control-Answer message.classDiameter Credit-Control-Request.Methods in com.bea.wcp.diameter.cc with parameters of type MessageModifier and TypeMethodDescriptionvoidClientSession.sndMessage(Message msg) Called by the container just before a CCR/CCA message has been sent. -
Uses of Message in com.bea.wcp.diameter.mps
Methods in com.bea.wcp.diameter.mps with parameters of type Message -
Uses of Message in com.bea.wcp.diameter.sy
Subclasses of Message in com.bea.wcp.diameter.syModifier and TypeClassDescriptionclassDiameter Spending-Limit-Request (SLR) message.classDiameter Spending-Limit-Request (SLR) message.classDiameter Spending-Limit-Request (SLR) message.classDiameter Spending-Status-Notification-Request (SNR) message.classDiameter Spending-Limit-Request (SLR) message.classDiameter Spending-Limit-Request (SLR) message.Methods in com.bea.wcp.diameter.sy with parameters of type Message -
Uses of Message in com.bea.wcp.diameter.util
Methods in com.bea.wcp.diameter.util that return types with arguments of type MessageMethods in com.bea.wcp.diameter.util with parameters of type MessageModifier and TypeMethodDescriptionvoidSimulator.addHistory(Message msg) voidSimulator.ServerSession.rcvMessage(Message msg) voidSimulator.ServerSession.sndMessage(Message msg)