Package org.apache.rampart.policy.model

Examples of org.apache.rampart.policy.model.OptimizePartsConfig


       /*
        * Checking whether MTOMSerializable is there. If so set optimizeElement.
        * */
        if(rpd.isMTOMSerialize()){
          msgCtx.setProperty(Constants.Configuration.ENABLE_MTOM, Constants.VALUE_TRUE);
          OptimizePartsConfig config= rpd.getOptimizePartsConfig();
          if(config != null){
            MessageOptimizer.optimize(msgCtx.getEnvelope(), config.getExpressions(), config.getNamespaces());
          }
        }
       
    }
View Full Code Here

TOP

Related Classes of org.apache.rampart.policy.model.OptimizePartsConfig

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.