Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.Message

Packages that use Message
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.accounting The Diameter offline charging API (Rf interface). 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 
com.bea.wcp.diameter.util Diameter base protocol API helper utilities. 

 

Uses of Message in com.bea.wcp.diameter

 

Subclasses of Message in com.bea.wcp.diameter
 class Answer
          Diameter answer message.
static class Peer.CEA
           
static class Peer.CER
           
 class RAA
          Diameter Re-Auth-Answer (RAA) message.
 class RAR
          Diameter Re-Auth-Request (RAR) message.
 class Request
          Diameter request message.

 

Methods in com.bea.wcp.diameter that return Message
static Message Message.decode(ByteBuffer bb, Connection c)
          Decodes message header from specified message bytes and connection.

 

Methods in com.bea.wcp.diameter with parameters of type Message
 void Node.deliverToApplication(Message msg)
          Called by provider to deliver message to application with specified id.
 boolean Node.deliverToSession(Message msg, Session session)
          Deliver message to specified session.
 void Node.dispatch(Message msg)
          Dispatch message to session or application.
 void Node.dispatchRelay(Message msg)
          Dispatch message to relay application.
 void Peer.forward(Message msg)
          Forward request or answer using relay application.
protected  void Session.notifyListener(Message msg)
          Deliver specified message to session listener.
 void Application.rcvMessage(Message msg)
          Called by the container when a new Message has been received for this application.
 void Session.rcvMessage(Message msg)
          Called when a new Request or Answer has been received http://news.com.com/2061-10802_3-6160230.html?tag=nefd.aoffor this session.
 void SessionListener.rcvMessage(Message msg)
          Called when a new message has been received by the session.
 void Peer.receive(Message msg)
           
 void Session.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 Message
Capabilities(Message msg)
           
Message(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.accounting
 class ACA
          Diameter Accounting-Answer (ACA) Message.
 class ACR
          Diameter Accounting-Request (ACR) message.

 

Methods in com.bea.wcp.diameter.accounting with parameters of type Message
 void ClientSession.sndMessage(Message msg)
          Called by 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.cc
 class CCA
          Diameter Credit-Control-Answer message.
 class CCR
          Diameter Credit-Control-Request.

 

Methods in com.bea.wcp.diameter.cc with parameters of type Message
 void ClientSession.sndMessage(Message msg)
          Called by the container just before a CCR/CCA message has been sent.

 

Uses of Message in com.bea.wcp.diameter.util

 

Methods in com.bea.wcp.diameter.util that return types with arguments of type Message
 List<Message> Simulator.getHistory()
           

 

Methods in com.bea.wcp.diameter.util with parameters of type Message
 void Simulator.addHistory(Message msg)
           
 void Simulator.ServerSession.rcvMessage(Message msg)
           
 void Simulator.ServerSession.sndMessage(Message msg)
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.