Interface ProfileRouter

All Known Implementing Classes:
ProfileRouterImplBase

public interface ProfileRouter
When the profile service is configured to be routed using an explicit router class (rather than by provider name or by prefix), the router class must implement this interface.

The router class is configured in the profile.xml file, in an element like this:

    <map-by-router>
       <router-class>com.bea.wcp.example.RouterExample</router-class>
    </map-by-router>
 

Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    getProviderName(String documentSelector)
     
  • Method Details

    • getProviderName

      String getProviderName(String documentSelector)