Package com.bea.wcp.profile
Class ShProviderDirect
java.lang.Object
com.bea.wcp.profile.ShProviderDirect
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.
- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocument(String docSel) voidputDocument(String docSel, Document doc) voidregister(ProviderBean bean) static voidregisterApp(ShApp sh) subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) voidstatic void
-
Constructor Details
-
ShProviderDirect
public ShProviderDirect()
-
-
Method Details
-
registerApp
- Throws:
ProfileException
-
unregisterApp
public static void unregisterApp() -
getDocument
- Throws:
ProfileException
-
subscribe
public ProfileSubscription subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) throws ProfileException - Throws:
ProfileException
-
putDocument
- Throws:
ProfileException
-
register
- Throws:
ProfileException
-
unregister
public void unregister()
-