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 Type
    Method
    Description
    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.
    void
    setRouterClass(String routerClass)
     

    Methods inherited from interface weblogic.descriptor.DescriptorBean

    addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

    Methods 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

      void setRouterClass(String routerClass)