Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor
Interface HandlerChainsBean


public interface HandlerChainsBean

Method Summary
abstract  HandlerChainBean createHandlerChain()
           
abstract  void destroyHandlerChain(HandlerChainBean handlerChain)
           
abstract  HandlerChainBean[] getHandlerChains()
          Gets array of all "handler-chain" elements
abstract  String getId()
          /** Gets the "id" attribute
abstract  void setId(String id)
          Sets the "id" attribute

 

Method Detail

getHandlerChains

HandlerChainBean[] getHandlerChains()
Gets array of all "handler-chain" elements

createHandlerChain

HandlerChainBean createHandlerChain()

destroyHandlerChain

void destroyHandlerChain(HandlerChainBean handlerChain)

getId

String getId()
/** Gets the "id" attribute

setId

void setId(String id)
Sets the "id" attribute

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09