Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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

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.