|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.utilities.RequestModifier org.echarts.servlet.sip.utilities.UpdateRequestModifier
public class UpdateRequestModifier
A RequestModifier that reflects the information in the specified AddressInfo.
Constructor Summary | |
---|---|
UpdateRequestModifier(AddressInfo addressInfo,
SipFactory factory)
|
Method Summary | |
---|---|
Address |
getModifiedFromAddress(SipServletRequest arg0)
Provide a modified From address to use in outgoing SipServletRequest. |
URI |
getModifiedRequestURI(SipServletRequest arg0)
Provide a modified Request-URI to use in outgoing SipServletRequest. |
Methods inherited from class org.echarts.servlet.sip.utilities.RequestModifier |
---|
getModifiedRoutes, modify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateRequestModifier(AddressInfo addressInfo, SipFactory factory)
addressInfo
- factory
- Method Detail |
---|
public Address getModifiedFromAddress(SipServletRequest arg0)
RequestModifier
getModifiedFromAddress
in class RequestModifier
arg0
- request on which to base modified From address
public URI getModifiedRequestURI(SipServletRequest arg0)
RequestModifier
getModifiedRequestURI
in class RequestModifier
arg0
- request on which to base modified Request-URI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |