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.


Method Summary
 RestContext preProcess(RestContext restContext)
          Preprocess the incoming RestContext and return the modified context.
 

Method Detail

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 © 2000, 2008, 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.