Package | Description |
---|---|
com.bea.wcp.sip |
WebLogic SIP Server extensions to the SIP Servlet API.
|
Modifier and Type | Method and Description |
---|---|
WlssSipServletMessage.UseHeaderForm |
WlssSipServletMessage.getUseHeaderForm()
Deprecated.
|
static WlssSipServletMessage.UseHeaderForm |
WlssSipServletMessage.UseHeaderForm.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WlssSipServletMessage.UseHeaderForm[] |
WlssSipServletMessage.UseHeaderForm.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WlssSipServletMessage.setUseHeaderForm(WlssSipServletMessage.UseHeaderForm form)
Deprecated.
This feature is now available in the SipServletMessage interface
as of JSR 289.
|