public abstract class AbstractValve extends Object implements Valve
Constructor and Description |
---|
AbstractValve() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called by the container to indicate to a valve that the valve is being taken out of service
|
void |
initialize()
Initialize the valve before using in a pipeline.
|
abstract void |
invoke(ValveContext context)
Invoke this valve
|
public abstract void invoke(ValveContext context) throws ContainerException
Valve
invoke
in interface Valve
ContainerException
public void initialize() throws ContainerException
Valve
initialize
in interface Valve
ContainerException
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.