Class ProfileServiceInternalImpl

java.lang.Object
com.bea.wcp.profile.ProfileServiceInternalImpl
All Implemented Interfaces:
ProfileServiceInternal

public class ProfileServiceInternalImpl extends Object implements ProfileServiceInternal
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
  • Constructor Details

    • ProfileServiceInternalImpl

      public ProfileServiceInternalImpl()
  • Method Details

    • registerSpi

      public void registerSpi(String protocol, ProfileServiceSpi provider)
      Description copied from interface: ProfileServiceInternal
      Registers a ProfileServiceSpi for a named protocol. The provider will be used by DocumentSet instances returned by the service and for subscriptions.
      Specified by:
      registerSpi in interface ProfileServiceInternal
      Parameters:
      protocol - The protocol for which the provider is being registered. An example is "sh"
      provider - The provider to handle this protocol
    • unregisterSpi

      public void unregisterSpi(String protocol)
      Description copied from interface: ProfileServiceInternal
      Unregisters a ProfileServiceSpi for a named protocol. The provider will be used by DocumentSet instances returned by the service and for subscriptions.
      Specified by:
      unregisterSpi in interface ProfileServiceInternal
      Parameters:
      protocol - The protocol for which the provider is being unregistered. An example is "sh"