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

Part Number E17873-02

com.bea.wcp.profile
Interface ShApp


public interface ShApp

This is the subset of the ProfileServiceSpi interface that that WlssShApplication actually implements. The ShProviderDirect expects an application implementing this interface to register with the static component of ShProviderDirect. From there, the application can be called by ShProviderCached, which is the designated ProfileService provider for the Sh Diameter application.


Method Summary
 org.w3c.dom.Document getDocument(java.lang.String docSel)
           
 void putDocument(java.lang.String docSel, org.w3c.dom.Document doc)
           
 ProfileSubscription subscribe(SipApplicationSession session, java.lang.String docSel, java.io.Serializable info)
           
 

Method Detail

getDocument

org.w3c.dom.Document getDocument(java.lang.String docSel)
                                 throws ProfileException
Throws:
ProfileException

putDocument

void putDocument(java.lang.String docSel,
                 org.w3c.dom.Document doc)
                 throws ProfileException
Throws:
ProfileException

subscribe

ProfileSubscription subscribe(SipApplicationSession session,
                              java.lang.String docSel,
                              java.io.Serializable info)
                              throws ProfileException
Throws:
ProfileException

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