|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cafesip.sipexchange.inservice.shared.Response
org.cafesip.sipexchange.inservice.shared.RerouteResponse
public class RerouteResponse
This class is returned by by the SCP as a response to an invocation to indicate that the call in question must be re-routed based on the information supplied by this object.
The setter methods are used by the SCP to set the attributes and the getter methods are used by SipExchange server to retrieve the attributes.
| Constructor Summary | |
|---|---|
RerouteResponse()
A constructor for this class. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getContactAddresses()
Getter method for the contact addresses. |
java.lang.String[] |
getRerouteAddresses()
Getter method for the reroute addresses. |
boolean |
isRedirect()
Getter method for the redirect option. |
void |
setContactAddresses(java.lang.String[] contactAddresses)
Setter method for the contact addresses |
void |
setRedirect(boolean redirect)
Setter for the redirect option. |
void |
setRerouteAddresses(java.lang.String[] rerouteAddresses)
Setter method for the reroute addresses. |
| Methods inherited from class org.cafesip.sipexchange.inservice.shared.Response |
|---|
getCdrs, setCdrs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RerouteResponse()
| Method Detail |
|---|
public java.lang.String[] getContactAddresses()
public void setContactAddresses(java.lang.String[] contactAddresses)
contactAddresses - contact addresses to set.public java.lang.String[] getRerouteAddresses()
public void setRerouteAddresses(java.lang.String[] rerouteAddresses)
rerouteAddresses - the addresses to set.public boolean isRedirect()
public void setRedirect(boolean redirect)
redirect - true or false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||