Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02

com.bea.wcp.profile
Interface ProfileServiceInternal


public interface ProfileServiceInternal


Method Summary
 void registerSpi(java.lang.String protocol, ProfileServiceSpi provider)
          Register a ProfileServiceSpi for a named protocol.
 void unregisterSpi(java.lang.String protocol)
          Unregister a ProfileServiceSpi for a named protocol.
 

Method Detail

registerSpi

void registerSpi(java.lang.String protocol,
                 ProfileServiceSpi provider)
Register a ProfileServiceSpi for a named protocol. The provider will be used by DocumentSet instances returned by the service and for subscriptions

Parameters:
protocol - The protocol for which the provider is being registered. An example is "sh"
provider - The provider to handle this protocol.

unregisterSpi

void unregisterSpi(java.lang.String protocol)
Unregister a ProfileServiceSpi for a named protocol. The provider will be used by DocumentSet instances returned by the service and for subscriptions

Parameters:
protocol - The protocol for which the provider is being unregistered. An example is "sh"

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic SIP Server API Reference
11g Release 1 (10.3.4)

Part Number E17873-02