Class Substitute

All Implemented Interfaces:
Operation, OperationBuilder, Parameterized

public abstract class Substitute extends HttpOperation implements Parameterized
An Operation responsible for substituting an inbound or outbound Address with a replacement. For InboundRewrite events, this calls InboundServletRewrite.forward(String), and for OutboundRewrite events, this calls HttpOutboundServletRewrite#setOutboundAddress(String)
Author:
Lincoln Baxter, III