org.apache.synapse.util
Class ResponseAcceptEncodingProcessor

java.lang.Object
  extended by org.apache.synapse.util.ResponseAcceptEncodingProcessor

public class ResponseAcceptEncodingProcessor
extends Object

Process the AcceptEncoding in the received Message Context. This uses the headers in the received message context to decide the content encoding that client expects.


Constructor Summary
ResponseAcceptEncodingProcessor()
           
 
Method Summary
static void process(MessageContext response, MessageContext request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseAcceptEncodingProcessor

public ResponseAcceptEncodingProcessor()
Method Detail

process

public static void process(MessageContext response,
                           MessageContext request)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.