Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.profile
Interface ProfileServiceInternal


public interface ProfileServiceInternal

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

 

Method Detail

registerSpi

void registerSpi(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(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"

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.