Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-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
 java.lang.String getProviderName(java.lang.String documentSelector)
           

 

Method Detail

getProviderName

java.lang.String getProviderName(java.lang.String documentSelector)

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.