Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

Package com.bea.wcp.profile

Support for accessing Profile information.

See:
          Description

Interface Summary
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 the 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.
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 that WlssShApplication actually implements.
ShProviderCached.AttributeContainer  
 

Class Summary
ProfileRouterImplBase This is a blank profile router, used for development and testing work.
ProfileServiceSpiImplBase This is blank implementation of ProfileServiceSpi, used for testing and development purposes.
ShProviderCached This is the ProfileService provider to use for contacting the WLSS Sh Diameter Application.
ShProviderDirect This class handles the connection between ShProviderCached, which is the ProfileServiceProvider for the Sh Diameter application, and the application itself (WlssShApplication).
 

Enum Summary
ProfileSubscription.ProfileSubscriptionState PENDING means the subscription request has been submitted, and the final state of the subscription is not yet known.
 

Exception Summary
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 method of the API, 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.
 

Package com.bea.wcp.profile Description

Support for accessing Profile information.


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02