Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01

A B C D E G I L M N O P R S T U V


A

addAddressHeader(String, Address, boolean) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Adds the specified Address as a new value of the named header field.
addBody(String, Object) - Method in interface com.convergin.common.sal.ext.api.MessageContent
 
addHeader(String, String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Adds a header with the given name and value.
addNameValueAttribute(NameValueAttribute) - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.NameValueAttribute
 
Address - Interface in com.convergin.common.sal.ext.api
 
ApplicationTimer - Interface in com.convergin.common.sal.ext.api
Timer object interface to handle timer operation once scheduled
ATTRIBUTE_OOS_CATEGORY - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 
ATTRIBUTE_OOS_DATA - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 
ATTRIBUTE_OOS_DESCRIPTION - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 
ATTRIBUTE_OOS_EVENT_TYPE - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 
ATTRIBUTE_OOS_EXTERNAL_CORRELATION_ID - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 
ATTRIBUTE_OOS_SENDER_ID - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 
ATTRIBUTE_OOS_SUBSCRIBER_ID - Static variable in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
 

B

B2buaHelper - Interface in com.convergin.common.sal.ext.api
Helper class providing support for B2BUA applications.

C

cancel() - Method in interface com.convergin.common.sal.ext.api.ApplicationTimer
cancel the timer operation
clone() - Method in interface com.convergin.common.sal.ext.api.Address
Returns a clone of this Address.
clone() - Method in interface com.convergin.common.sal.ext.api.Parameterable
Returns a clone of this Parameterable.
clone() - Method in interface com.convergin.common.sal.ext.api.URI
Returns a clone of this URI.
com.convergin.common.sal.ext.api - package com.convergin.common.sal.ext.api
 
com.convergin.common.sal.ext.api.oos - package com.convergin.common.sal.ext.api.oos
 
com.convergin.common.sal.ext.api.oos.datatypes - package com.convergin.common.sal.ext.api.oos.datatypes
 
ConfigurationException - Exception in com.convergin.common.sal.ext.api
 
ConfigurationException() - Constructor for exception com.convergin.common.sal.ext.api.ConfigurationException
 
ConfigurationException(String) - Constructor for exception com.convergin.common.sal.ext.api.ConfigurationException
 
ConfigurationException(Exception) - Constructor for exception com.convergin.common.sal.ext.api.ConfigurationException
 
ConfigurationService - Interface in com.convergin.common.sal.ext.api
The interface to access XML configuration representation.
createAck() - Method in interface com.convergin.common.sal.ext.api.SalResponse
Returns an ACK request object corresponding to this response.
createAddress(String) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a Address corresponding to the specified string.
createAddress(URI) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns an Address with the specified URI and no display name.
createAddress(URI, String) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a new Address with the specified URI and display name.
createApplicationSession() - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a new SalApplicationSession.
createCancel(SalSession) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
Creates a new CANCEL request to cancel the initial request sent on the other leg.
createCancel() - Method in interface com.convergin.common.sal.ext.api.SalRequest
Returns a CANCEL request object.
createMessageContent() - Method in interface com.convergin.common.sal.ext.api.SalFactory
Creates a new MessageContent with no bodies.
createNameValueAttribute(String) - Method in interface com.convergin.common.sal.ext.api.oos.OutOfSessionEventFactory
 
createNameValueAttribute(String, String) - Method in interface com.convergin.common.sal.ext.api.oos.OutOfSessionEventFactory
 
CreateOOSRequest(String, String) - Method in interface com.convergin.common.sal.ext.api.oos.OutOfSessionEventFactory
 
createPrack() - Method in interface com.convergin.common.sal.ext.api.SalResponse
Creates a PRACK request object corresponding to this response.
createRequest(SalRequest, boolean, Map<String, List<String>>) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
Creates a new request object belonging to a new SalSession.
createRequest(SalRequest) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
Creates a new request object belonging to a new SalSession.
createRequest(SalSession, SalRequest, Map<String, List<String>>) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
Creates a new subsequent request based on the specified original request.
createRequest(SalApplicationSession, String, Address, Address) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a new request object with the specified request method, From, and To headers.
createRequest(SalApplicationSession, String, URI, URI) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a new request object with the specified request method, From, and To headers.
createRequest(SalApplicationSession, String, String, String) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a new request object with the specified request method, From, and To headers.
createRequest(String) - Method in interface com.convergin.common.sal.ext.api.SalSession
Returns a new request object.
createResponse(int) - Method in interface com.convergin.common.sal.ext.api.SalRequest
Creates a response for this request with the specifies status code.
createResponse(int, String) - Method in interface com.convergin.common.sal.ext.api.SalRequest
Creates a response for this request with the specifies status code and reason phrase.
createResponseToOriginalRequest(SalSession, int, String) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
The request that results in creation of a SalSession is termed as the original request, a response to this original request can be created by the application even if the request was committed and application does not have a reference to this Request.
createSipURI(String, String) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Constructs a SipURI with the specified user and host components.
createSubscriberID(SubscriberID.CodeType, String) - Method in interface com.convergin.common.sal.ext.api.oos.OutOfSessionEventFactory
 
createTimer(SalApplicationSession, long, boolean, Serializable) - Method in interface com.convergin.common.sal.ext.api.TimerService
Create a timer
createTimer(SalApplicationSession, long, long, boolean, boolean, Serializable) - Method in interface com.convergin.common.sal.ext.api.TimerService
Create a timer
createURI(String) - Method in interface com.convergin.common.sal.ext.api.SalFactory
Returns a URI object corresponding to the specified string, which should represent an escaped SIP, SIPS, or tel URI.

D

destroy() - Method in class com.convergin.common.sal.ext.api.SalApplication
Called by the SalApplication container to indicate that this SalApplication is being taken out of service.
doAck(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming ACK requests.
doBranchResponse(SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server to handle intermediate final responses only if this Servlet behaves as a proxy.
doBye(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming BYE requests.
doCancel(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming CANCEL requests.
doErrorResponse(SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the doResponse method) to handle incoming 4xx - 6xx class responses.
doInfo(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming INFO requests.
doInvite(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming INVITE requests.
doMessage(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming MESSAGE requests.
doNotify(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming NOTIFY requests.
doOptions(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming OPTIONS requests.
doPrack(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming PRACK requests.
doProvisionalResponse(SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the doResponse method) to handle incoming 1xx class responses.
doPublish(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming PUBLISH requests.
doRedirectResponse(SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server to notify the servlet of incoming 3xx class responses.
doRefer(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming REFER requests.
doRegister(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming REGISTER requests.
doRequest(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked to handle incoming requests.
doResponse(SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked to handle incoming responses.
doSubscribe(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming SUBSCRIBE requests.
doSuccessResponse(SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the doResponse method) to handle incoming 2xx class responses.
doUpdate(SalRequest) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked by the server (via the service method) to handle incoming UPDATE requests.

E

equals(Object) - Method in interface com.convergin.common.sal.ext.api.Address
Compares the given Address with this one.
equals(Object) - Method in interface com.convergin.common.sal.ext.api.Parameterable
Compares the given Parameterable with this one.
equals(Object) - Method in interface com.convergin.common.sal.ext.api.TelURL
Returns true if o is equal to this TelURL, false otherwise.
equals(Object) - Method in interface com.convergin.common.sal.ext.api.URI
 

G

getAddressHeader(String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the value of the specified header as a Address object.
getAddressHeaders(String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns a ListIterator over all Address header field values for the specified header.
getApplicationSession() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the application session to which this message belongs.
getApplicationSession(boolean) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the application session to which this message belongs.
getApplicationSession() - Method in interface com.convergin.common.sal.ext.api.SalSession
Returns the application session with which this SalSession is associated.
getAttribute(String) - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
returns the value of an attribute.
getAttribute(String) - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in interface com.convergin.common.sal.ext.api.SalContext
Returns the SalApplication manager attribute with the given name, or null if there is no attribute by that name.
getAttribute(String) - Method in interface com.convergin.common.sal.ext.api.SalSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttributeNames() - Method in interface com.convergin.common.sal.ext.api.SalContext
Returns an Enumeration containing the attribute names available within this SalApplication context.
getB2buaHelper() - Method in interface com.convergin.common.sal.ext.api.SalRequest
Returns the B2buaHelper associated with this request.
getBodyByType(String) - Method in interface com.convergin.common.sal.ext.api.MessageContent
 
getConfigurationObject(Class<T>) - Method in interface com.convergin.common.sal.ext.api.ConfigurationService
a method to get an object representation of the XML configuration element binded to it
getContent() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the content as a Java object.
getContentType() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the value of the Content-Type header field.
getDisplayName() - Method in interface com.convergin.common.sal.ext.api.Address
Returns the display name of this Address.
getFrom() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the value of the From header.
getHeader(String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the value of the specified header as a String.
getHeader(String) - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns the value of the specified header.
getHeaderNames() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns an Iterator over all the header names this message contains.
getHeaderNames() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns an Iterator over the names of all headers present in this SipURI.
getHeaders(String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns all the values of the specified header as a ListIterator over a number of String objects.
getHost() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns the host part of this SipURI.
getId() - Method in interface com.convergin.common.sal.ext.api.ApplicationTimer
return a unique identifier for this timer
getId() - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.SubscriberID
 
getId() - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Returns the id of this SAL application session.
getId() - Method in interface com.convergin.common.sal.ext.api.SalSession
 
getInfo() - Method in interface com.convergin.common.sal.ext.api.ApplicationTimer
return the info that was placed on this timer
getLinkedSalRequest(SalRequest) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
If a new request is created based on an existing one with the link argument true using createRequest(SalRequest, boolean, java.util.Map) or using createRequest(SalSession, SalRequest, java.util.Map) the new request gets implicitly linked with the original request.
getLinkedSession(SalSession) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
Returns the other SalSession that is linked to the specified SalSession, or null if none.
getLrParam() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns true if the "lr" flag parameter is set, and false otherwise.
getMethod() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the SAL method of this message.
getName() - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.NameValueAttribute
 
getParameter(String) - Method in interface com.convergin.common.sal.ext.api.Parameterable
Returns the value of the named parameter, or null if it is not set.
getParameter(String) - Method in interface com.convergin.common.sal.ext.api.URI
Returns the value of the named parameter, or null if it is not set.
getParameterNames() - Method in interface com.convergin.common.sal.ext.api.Parameterable
Returns an Iterator of the names of all parameters contained in this object.
getParameterNames() - Method in interface com.convergin.common.sal.ext.api.URI
Returns an Iterator over the names (Strings) of all parameters present in this SipURI.
getParameters() - Method in interface com.convergin.common.sal.ext.api.Parameterable
Returns a Collection view of the parameter name-value mappings contained in this Parameterable.
getPendingMessages(SalSession, UAMode) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
 
getPhoneNumber() - Method in interface com.convergin.common.sal.ext.api.TelURL
Returns the phone number of this TelURL.
getPoppedRoute() - Method in interface com.convergin.common.sal.ext.api.SalRequest
If a top route header had been removed by the container upon receiving this request, then this method can be used to retrieve it.
getPort() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns the port number of this SipURI, or -1 if this is not set.
getReasonPhrase() - Method in interface com.convergin.common.sal.ext.api.SalResponse
Returns the reason phrase for this response object.
getRequest() - Method in interface com.convergin.common.sal.ext.api.SalResponse
Returns the request associated with this response.
getRequestURI() - Method in interface com.convergin.common.sal.ext.api.SalRequest
Returns the request URI of this request.
getRootCause() - Method in exception com.convergin.common.sal.ext.api.SalApplicationException
 
getSalApplicationSession() - Method in interface com.convergin.common.sal.ext.api.ApplicationTimer
return the application session that is associated with this timer
getSalConfig() - Method in class com.convergin.common.sal.ext.api.SalApplication
Returns this sal application SalConfig object.
getSalContext() - Method in interface com.convergin.common.sal.ext.api.SalConfig
 
getScheme() - Method in interface com.convergin.common.sal.ext.api.URI
Returns the scheme of this URI, for example "sip", "sips" or "tel".
getSession() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the SalSession to which this message belongs.
getSession(boolean) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the SalSession to which this message belongs.
getSessions() - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Returns an Iterator over all valid SAL session objects.
getStatus() - Method in interface com.convergin.common.sal.ext.api.SalResponse
Returns the status code of this response object.
getTimer(String) - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Returns the active timer identified by a specific id that is associated with this application session.
getTimers() - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Returns all active timers associated with this application session.
getTo() - Method in interface com.convergin.common.sal.ext.api.SalMessage
Returns the value of the To header.
getType() - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.SubscriberID
 
getTypes() - Method in interface com.convergin.common.sal.ext.api.MessageContent
 
getURI() - Method in interface com.convergin.common.sal.ext.api.Address
Returns the URI component of this Address.
getUser() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns the user part of this SipURI.
getUserParam() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns the value of the "user" parameter, or null if this is not set.
getValue() - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.NameValueAttribute
 
getValue() - Method in interface com.convergin.common.sal.ext.api.Parameterable
Returns the field value as a string.
getValues() - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.NameValueAttribute
 

I

init(SalConfig) - Method in class com.convergin.common.sal.ext.api.SalApplication
Called by the SalApplication container to indicate that this SalApplication is being placed into service.
invalidate() - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Invalidates this application session and unbinds any objects bound to it.
invalidate() - Method in interface com.convergin.common.sal.ext.api.SalSession
Invalidates this session and unbinds any objects bound to it.
isInitial() - Method in interface com.convergin.common.sal.ext.api.SalRequest
Returns true if this is an initial request.
isSipURI() - Method in interface com.convergin.common.sal.ext.api.URI
Returns true if the scheme is "sip" or "sips", false otherwise.
isValid() - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Returns if this SalApplicationSession is valid, false otherwise.
isValid() - Method in interface com.convergin.common.sal.ext.api.SalSession
Returns true if this SalSession is valid, false otherwise.

L

linkSalSessions(SalSession, SalSession) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
Links the specified sessions, such that there is a 1-1 mapping between them.

M

MessageContent - Interface in com.convergin.common.sal.ext.api
 
MULTIPART - Static variable in interface com.convergin.common.sal.ext.api.MessageContent
 
MULTIPART_HEAD - Static variable in interface com.convergin.common.sal.ext.api.MessageContent
 

N

NameValueAttribute - Interface in com.convergin.common.sal.ext.api.oos.datatypes
 

O

OOSFACTORY - Static variable in interface com.convergin.common.sal.ext.api.oos.OutOfSessionEventFactory
 
OutOfSessionEvent - Interface in com.convergin.common.sal.ext.api.oos.datatypes
 
OutOfSessionEventFactory - Interface in com.convergin.common.sal.ext.api.oos
 

P

Parameterable - Interface in com.convergin.common.sal.ext.api
The Parameterable interface is used to indicate a SAL header field value with optional parameters.
pushRoute(Address) - Method in interface com.convergin.common.sal.ext.api.SalRequest
Adds a Route header field value to this request with Address argument.
pushRoute(SipURI) - Method in interface com.convergin.common.sal.ext.api.SalRequest
Adds a Route header field value to this request.

R

removeAttribute(String) - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in interface com.convergin.common.sal.ext.api.SalSession
Removes the object bound with the specified name from this session.
removeHeader(String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Removes the specified header.
removeHeader(String) - Method in interface com.convergin.common.sal.ext.api.SipURI
Removes the specified Header
removeParameter(String) - Method in interface com.convergin.common.sal.ext.api.Parameterable
Removes the named parameter from this object.
removeParameter(String) - Method in interface com.convergin.common.sal.ext.api.URI
Removes the specified parameter.

S

SAL_FACTORY - Static variable in class com.convergin.common.sal.ext.api.SalApplication
The name of the SalFactory attribute whose value is an instance of the SipFactory interface.
SalApplication - Class in com.convergin.common.sal.ext.api
An abstract class to be sub-classed to create a SAL application.
SalApplication() - Constructor for class com.convergin.common.sal.ext.api.SalApplication
 
SalApplicationException - Exception in com.convergin.common.sal.ext.api
 
SalApplicationException() - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationException
 
SalApplicationException(String) - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationException
 
SalApplicationException(String, Throwable) - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationException
 
SalApplicationException(Throwable) - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationException
 
SalApplicationKey - Annotation Type in com.convergin.common.sal.ext.api
 
SalApplicationParseException - Exception in com.convergin.common.sal.ext.api
 
SalApplicationParseException() - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationParseException
 
SalApplicationParseException(String) - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationParseException
 
SalApplicationParseException(String, Throwable) - Constructor for exception com.convergin.common.sal.ext.api.SalApplicationParseException
 
SalApplicationSession - Interface in com.convergin.common.sal.ext.api
Represents application instances.
SalConfig - Interface in com.convergin.common.sal.ext.api
A SalApplication configuration object used by a SalApplication manager to pass information to a SalApplication during initialization.
SalContext - Interface in com.convergin.common.sal.ext.api
 
SalFactory - Interface in com.convergin.common.sal.ext.api
Factory interface for a variety of SAL Application API abstractions.
SalMessage - Interface in com.convergin.common.sal.ext.api
Defines common aspects of SIP requests and responses.
SalRequest - Interface in com.convergin.common.sal.ext.api
Represents SAL request messages.
SalResponse - Interface in com.convergin.common.sal.ext.api
Represents SAL responses.
SalSession - Interface in com.convergin.common.sal.ext.api
Represents point-to-point SAL relationships.
SC_ACCEPTED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_ADDRESS_INCOMPLETE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_ALTERNATIVE_SERVICE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_AMBIGUOUS - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BAD_EVENT - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BAD_EXTENSION - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BAD_GATEWAY - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BAD_IDENTITY_INFO - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BAD_REQUEST - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BUSY_EVERYWHERE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_BUSY_HERE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_CALL_BEING_FORWARDED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_CALL_LEG_DONE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_CALL_QUEUED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_CONDITIONAL_REQUEST_FAILED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_DECLINE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_DOES_NOT_EXIT_ANYWHERE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_EXTENSION_REQUIRED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_FORBIDDEN - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_GONE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_INTERVAL_TOO_BRIEF - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_INVALID_IDENTITY_HEADER - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_LOOP_DETECTED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_MESSAGE_TOO_LARGE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_METHOD_NOT_ALLOWED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_MOVED_PERMANENTLY - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_MOVED_TEMPORARILY - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_MULTIPLE_CHOICES - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_NOT_ACCEPTABLE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_NOT_ACCEPTABLE_ANYWHERE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_NOT_ACCEPTABLE_HERE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_NOT_FOUND - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_NOT_IMPLEMENTED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_OK - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_PAYMENT_REQUIRED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_PRECONDITION_FAILURE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_PROVIDE_REFERER_IDENTITY - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_REQUEST_PENDING - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_REQUEST_TERMINATED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_REQUEST_TIMEOUT - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_REQUEST_URI_TOO_LONG - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_RINGING - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_SECURITY_AGREEMENT_REQUIRED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_SERVER_INTERNAL_ERROR - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_SERVER_TIMEOUT - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_SERVICE_UNAVAILABLE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_SESSION_INTERVAL_TOO_SMALL - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_SESSION_PROGRESS - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_TEMPORARLY_UNAVAILABLE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_TOO_MANY_HOPS - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_TRYING - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_UNAUTHORIZED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_UNDECIPHERABLE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_UNSUPPORTED_CERTIFICATE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_UNSUPPORTED_URI_SCHEME - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_USE_IDENTITY_HEADER - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_USE_PROXY - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
SC_VERSION_NOT_SUPPORTED - Static variable in interface com.convergin.common.sal.ext.api.SalResponse
The status code has the same meaning as in JSR 289
send() - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
Sends this request.
send() - Method in interface com.convergin.common.sal.ext.api.SalRequest
Causes this request to be sent.
send() - Method in interface com.convergin.common.sal.ext.api.SalResponse
Causes this response to be sent.
service(SalRequest, SalResponse) - Method in class com.convergin.common.sal.ext.api.SalApplication
Invoked to handle incoming SAL messages: requests or responses.
setAddressHeader(String, Address) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Sets the header with the specified name to have the value specified by the address argument.
setAttribute(String, Object) - Method in interface com.convergin.common.sal.ext.api.oos.datatypes.OutOfSessionEvent
Sets an attribute on the OutOfSessionRequest.
setAttribute(String, Object) - Method in interface com.convergin.common.sal.ext.api.SalApplicationSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in interface com.convergin.common.sal.ext.api.SalSession
Binds an object to this session, using the name specified.
setContent(Object, String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Sets the content of this message to the specified Object.
setContentType(String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Sets the content type of the message
setDisplayName(String) - Method in interface com.convergin.common.sal.ext.api.Address
Sets the display name of this Address.
setHeader(String, String) - Method in interface com.convergin.common.sal.ext.api.SalMessage
Sets a header with the given name and value.
setHeader(String, String) - Method in interface com.convergin.common.sal.ext.api.SipURI
Sets the value of the specified header in this SipURI.
setHost(String) - Method in interface com.convergin.common.sal.ext.api.SipURI
Sets the host part of this SipURI.
setLrParam(boolean) - Method in interface com.convergin.common.sal.ext.api.SipURI
Sets or removes the "lr" parameter depending on the value of the flag.
setParameter(String, String) - Method in interface com.convergin.common.sal.ext.api.Parameterable
Sets the value of the named parameter.
setParameter(String, String) - Method in interface com.convergin.common.sal.ext.api.URI
Sets the value of the specified parameter.
setPhoneNumber(String) - Method in interface com.convergin.common.sal.ext.api.TelURL
Sets the phone number of this TelURL
setPort(int) - Method in interface com.convergin.common.sal.ext.api.SipURI
Sets the port number of this SipURI.
setRequestURI(URI) - Method in interface com.convergin.common.sal.ext.api.SalRequest
Sets the request URI of this request.
setStatus(int) - Method in interface com.convergin.common.sal.ext.api.SalResponse
Sets the status code of this response object.
setStatus(int, String) - Method in interface com.convergin.common.sal.ext.api.SalResponse
Sets the status code and reason phrase of this response object
setURI(URI) - Method in interface com.convergin.common.sal.ext.api.Address
Sets the URI of this Address.
setUser(String) - Method in interface com.convergin.common.sal.ext.api.SipURI
Sets the user part of this SipURI.
setUserParam(String) - Method in interface com.convergin.common.sal.ext.api.SipURI
ets the value of the "user" parameter.
setValue(String) - Method in interface com.convergin.common.sal.ext.api.Parameterable
Set the value of the field.
SipURI - Interface in com.convergin.common.sal.ext.api
 
SubscriberID - Interface in com.convergin.common.sal.ext.api.oos.datatypes
 
SubscriberID.CodeType - Enum in com.convergin.common.sal.ext.api.oos.datatypes
 

T

TelURL - Interface in com.convergin.common.sal.ext.api
 
timeout(ApplicationTimer) - Method in interface com.convergin.common.sal.ext.api.TimerListener
Call back method through which Applications are notified of expiration of timers.
TimerListener - Interface in com.convergin.common.sal.ext.api
Listener interface for receiving notification once a timer is expired
TimerService - Interface in com.convergin.common.sal.ext.api
TimerSerice interface to create timers
toString() - Method in interface com.convergin.common.sal.ext.api.Address
Returns the value of this address as a String.
toString() - Method in interface com.convergin.common.sal.ext.api.SipURI
Returns the String representation of this SipURI.
toString() - Method in interface com.convergin.common.sal.ext.api.TelURL
Returns the String representation of this TelURL.
toString() - Method in interface com.convergin.common.sal.ext.api.URI
Returns the value of this URI as a String.

U

UAMode - Enum in com.convergin.common.sal.ext.api
 
unlinkSalSessions(SalSession) - Method in interface com.convergin.common.sal.ext.api.B2buaHelper
If the specified SalSession is linked to another session, then unlinks the two sessions from each other.
URI - Interface in com.convergin.common.sal.ext.api
Base interface for any type of URI.

V

valueOf(String) - Static method in enum com.convergin.common.sal.ext.api.oos.datatypes.SubscriberID.CodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.convergin.common.sal.ext.api.UAMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.convergin.common.sal.ext.api.oos.datatypes.SubscriberID.CodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.convergin.common.sal.ext.api.UAMode
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G I L M N O P R S T U V

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.