org.cafesip.sipexchange.inservice.shared
Class Response

java.lang.Object
  extended by org.cafesip.sipexchange.inservice.shared.Response
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContinueResponse, RerouteResponse, TerminateResponse

public class Response
extends java.lang.Object
implements java.io.Serializable

In response to an invocation by the SipExchange server while processing a call, the SCP returns a response indicating to the SipExchange server as to how to proceed with the call. The response is serialized in an object and delivered to the SipExchange server. The type of the response object is diferent depending on the type of response but all of these response objects extend this class.

The setter methods are used by the SCP to set the parameters of the response object and the getter methods are used by the SipExchange servers to retrieve the parameters of this object.

See Also:
Serialized Form

Constructor Summary
Response()
          A constructor for this class.
 
Method Summary
 BillingElements getCdrs()
          This method is for future use.
 void setCdrs(BillingElements cdrs)
          This method is for future use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
A constructor for this class.

Method Detail

getCdrs

public BillingElements getCdrs()
This method is for future use. Do not use this method.

Returns:
cdrs.

setCdrs

public void setCdrs(BillingElements cdrs)
This method is for future use. Do not use this method.

Parameters:
cdrs -


http://www.cafesip.org