public class ShProviderDirect extends Object
Constructor and Description |
---|
ShProviderDirect() |
Modifier and Type | Method and Description |
---|---|
Document |
getDocument(String docSel) |
void |
putDocument(String docSel,
Document doc) |
void |
register(ProviderBean bean) |
static void |
registerApp(ShApp sh) |
ProfileSubscription |
subscribe(javax.servlet.sip.SipApplicationSession session,
String docSel,
Serializable info) |
void |
unregister() |
static void |
unregisterApp() |
public static void registerApp(ShApp sh) throws ProfileException
ProfileException
public static void unregisterApp()
public Document getDocument(String docSel) throws ProfileException
ProfileException
public ProfileSubscription subscribe(javax.servlet.sip.SipApplicationSession session, String docSel, Serializable info) throws ProfileException
ProfileException
public void putDocument(String docSel, Document doc) throws ProfileException
ProfileException
public void register(ProviderBean bean) throws ProfileException
ProfileException
public void unregister()