Interface MapByRouterBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,weblogic.descriptor.SettableBean
public interface MapByRouterBean
extends weblogic.descriptor.DescriptorBean
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the router class used to map documents to profile providers.
The custom router class must implement the com.bea.wcp.profile.ProfileRouter interface.voidsetRouterClass(String routerClass) Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Method Details
-
getRouterClass
String getRouterClass()The name of the router class used to map documents to profile providers.
The custom router class must implement the com.bea.wcp.profile.ProfileRouter interface. -
setRouterClass
-