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

Part Number E27170-01

weblogic.j2ee.descriptor
Interface HandlerChainsBean


public interface HandlerChainsBean


Method Summary
 HandlerChainBean createHandlerChain()
           
 void destroyHandlerChain(HandlerChainBean handlerChain)
           
 HandlerChainBean[] getHandlerChains()
          Gets array of all "handler-chain" elements
 String getId()
          /** Gets the "id" attribute
 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


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01