Package com.bea.wcp.profile
Class ProfileServiceInternalImpl
java.lang.Object
com.bea.wcp.profile.ProfileServiceInternalImpl
- All Implemented Interfaces:
ProfileServiceInternal
- Author:
- Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterSpi(String protocol, ProfileServiceSpi provider) Registers a ProfileServiceSpi for a named protocol.voidunregisterSpi(String protocol) Unregisters a ProfileServiceSpi for a named protocol.
-
Constructor Details
-
ProfileServiceInternalImpl
public ProfileServiceInternalImpl()
-
-
Method Details
-
registerSpi
Description copied from interface:ProfileServiceInternalRegisters a ProfileServiceSpi for a named protocol. The provider will be used by DocumentSet instances returned by the service and for subscriptions.- Specified by:
registerSpiin interfaceProfileServiceInternal- Parameters:
protocol- The protocol for which the provider is being registered. An example is "sh"provider- The provider to handle this protocol
-
unregisterSpi
Description copied from interface:ProfileServiceInternalUnregisters a ProfileServiceSpi for a named protocol. The provider will be used by DocumentSet instances returned by the service and for subscriptions.- Specified by:
unregisterSpiin interfaceProfileServiceInternal- Parameters:
protocol- The protocol for which the provider is being unregistered. An example is "sh"
-