BEA Systems, Inc.

BEA WebLogic SIP Server 3.1 API Reference


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.

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

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

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

putDocument

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

subscribe

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

Documentation is available at
http://e-docs.bea.com/wlcp/wlss31/
Copyright 2007 BEA Systems Inc.