Interface | Description |
---|---|
DebugCategoryConstants | |
ProfileListener |
This interface is used to notify the application that changes of some
kind have occurred to subscriptions that were made using
ProfileService.subscribe(javax.servlet.sip.SipApplicationSession, String, java.io.Serializable)
or one of its sibling methods. |
ProfileRouter |
When the profile service is configured to be routed using an explicit
router class (rather than by provider name or by prefix),
the router class must implement this interface.
|
ProfileService |
Starting point for accessing the Profile service.
|
ProfileServiceCached.AttributeContainer | |
ProfileServiceInternal | |
ProfileServiceSpi |
Interface to be implemented by a provider.
|
ProfileSubscription |
This is a class returned by
ProfileServiceSpi.subscribe . |
ShApp |
This is the subset of the ProfileServiceSpi interface that
WlssShApplication actually implements.
|
Class | Description |
---|---|
ProfileRouterImplBase |
This is a blank profile router, used for development and
testing work.
|
ProfileServiceCached | |
ProfileServiceInternalImpl | |
ProfileServiceSpiImplBase |
This is blank implementation of ProfileServiceSpi, used for testing
and development purposes.
|
ShProviderDirect |
This class handles the connection between ShProviderCached, which
is the ProfileServiceProvider for the Sh Diameter application, and
the application itself (WlssShApplication).
|
Enum | Description |
---|---|
ProfileSubscription.ProfileSubscriptionState |
PENDING means the subscription request has been submitted, and the
final state of the subscription is not yet known.
|
Exception | Description |
---|---|
ConcurrentProfileModificationException |
This exception is thrown if concurrent modification of a profile document
on the server has been detected.
|
OperationNotSupportedException |
If a Profile Service provider does not support a particular API method,
it should throw this exception.
|
ProfileException | |
RequestTimedOutException |
This exception is thrown when a Profile Service method failed to complete
in the allotted time.
|
SubscriptionModificationFailedException |
This exception is thrown if a request to modify the duration of an exception
failed.
|
Support for accessing Profile information.