Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.profile
Class ShProviderDirect

java.lang.Object
  extended by com.bea.wcp.profile.ShProviderDirect


public class ShProviderDirect
extends java.lang.Object

This class handles the connection between ShProviderCached, which is the ProfileServiceProvider for the Sh Diameter application, and the application itself (WlssShApplication). On startup, the application registers with this class and enters itself into the app variable.


Constructor Summary
ShProviderDirect()
           

 

Method Summary
 org.w3c.dom.Document getDocument(java.lang.String docSel)
           
 void putDocument(java.lang.String docSel, org.w3c.dom.Document doc)
           
 void register(ProviderBean bean)
           
static void registerApp(ShApp sh)
           
 ProfileSubscription subscribe(SipApplicationSession session, java.lang.String docSel, java.io.Serializable info)
           
 void unregister()
           
static void unregisterApp()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ShProviderDirect

public ShProviderDirect()

Method Detail

registerApp

public static void registerApp(ShApp sh)
                        throws ProfileException
Throws:
ProfileException

unregisterApp

public static void unregisterApp()

getDocument

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

subscribe

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

putDocument

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

register

public void register(ProviderBean bean)
              throws ProfileException
Throws:
ProfileException

unregister

public void unregister()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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