com.bea.wlp.rest.command
Interface RestPreProcessor
public interface RestPreProcessor
Interface for RestPreProcessors
, which can be used to modify the parameters/path information
supplied to a RestCommand
. Implementations of RestPreProcessors
are
configured to apply to a specific RestCommand
via wlp-restapi-config.xml.
preProcess
RestContext preProcess(RestContext restContext)
- Preprocess the incoming
RestContext
and return the modified context.
- Parameters
restContext
- the incoming RestContext
- Returns
- the modified preprocessed
RestContext
Copyright © 2008 BEA Systems, Inc. All Rights Reserved