Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


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"

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.