org.cipango.diameter.api
Interface DiameterServletAnswer

All Superinterfaces:
DiameterServletMessage

public interface DiameterServletAnswer
extends DiameterServletMessage

Represents Diameter answer. Instances of this class are passed to DiameterListener when the container receives incoming Diameter answers and also, servlets acting as UA servers generates Diameter answers of their own by creating DiameterServletAnswer.


Method Summary
 DiameterServletRequest getRequest()
          Returns the request associated with this answer.
 ResultCode getResultCode()
          Returns the result code of this answer.
 
Methods inherited from interface org.cipango.diameter.api.DiameterServletMessage
add, get, getApplicationId, getApplicationSession, getAttribute, getAttributeNames, getAVPs, getCommand, getEndToEndId, getHopByHopId, getOriginHost, getOriginRealm, getSession, getSession, getSessionId, isRequest, removeAttribute, send, setAttribute, setAVPList, size
 

Method Detail

getRequest

DiameterServletRequest getRequest()
Returns the request associated with this answer.

Returns:
the request associated with this answer.

getResultCode

ResultCode getResultCode()
Returns the result code of this answer.

Returns:
the result code of this answer.


Copyright © 2010. All Rights Reserved.