public class ProxyCommandUtils extends Object
AbstractProxyCommand
in a ProxyProcessingChain.| Modifier and Type | Method and Description |
|---|---|
static void |
destroyAllCommands(ProxyProcessingChain chain)
Invokes
AbstractProxyCommand.destroy() on each item in the chain. |
static void |
initializeAllCommands(ProxyProcessingChain chain)
Invokes
AbstractProxyCommand.initialize() on each item in the chain. |
public static void initializeAllCommands(ProxyProcessingChain chain)
AbstractProxyCommand.initialize() on each item in the chain.chain - public static void destroyAllCommands(ProxyProcessingChain chain)
AbstractProxyCommand.destroy() on each item in the chain.chain - Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.