Package nexj.core.rpc

Examples of nexj.core.rpc.Preprocessor


         {
            req = URLDecoder.decode((String)req, m_request.getCharacterEncoding());
         }

         // Enhance the request with data from parameters "file-<argIndex>-<dataAttr>-<fileNameAttr>"
         server.invoke(new StringReader((String)req), getWriter(), new Preprocessor()
         {
            public void preprocess(Request request)
            {
               addMultipartData(request, paramMap);
            }
View Full Code Here

TOP

Related Classes of nexj.core.rpc.Preprocessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.