Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.profile
Interface ProfileServiceInternal


public interface ProfileServiceInternal

Copyright © 2008 Oracle Corp. All Rights Reserved.

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

public 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

public 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"

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.