Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.bea.wcp.profile
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>
 

Method Summary
 String getProviderName(String documentSelector)
           

 

Method Detail

getProviderName

String getProviderName(String documentSelector)

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.