Package com.bea.wcp.profile
Interface ShApp
public interface ShApp
This is the subset of the ProfileServiceSpi interface 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.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptiongetDocument(String docSel) voidputDocument(String docSel, Document doc) subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info)
-
Method Details
-
getDocument
- Throws:
ProfileException
-
putDocument
- Throws:
ProfileException
-
subscribe
ProfileSubscription subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) throws ProfileException - Throws:
ProfileException
-