|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cafesip.sipexchange.inservice.shared.Response
public class Response
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.
| 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 |
|---|
public Response()
| Method Detail |
|---|
public BillingElements getCdrs()
public void setCdrs(BillingElements cdrs)
cdrs -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||