org.opensaml.saml2.binding.encoding
Class HTTPRedirectDeflateEncoderBuilder

java.lang.Object
  extended by org.opensaml.saml2.binding.encoding.HTTPRedirectDeflateEncoderBuilder
All Implemented Interfaces:
MessageEncoderBuilder<HTTPRedirectDeflateEncoder>

public class HTTPRedirectDeflateEncoderBuilder
extends java.lang.Object
implements MessageEncoderBuilder<HTTPRedirectDeflateEncoder>

Builder of HTTPRedirectDeflateEncoders.


Constructor Summary
HTTPRedirectDeflateEncoderBuilder()
           
 
Method Summary
 HTTPRedirectDeflateEncoder buildEncoder()
          Creates a new instance of the message encoder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPRedirectDeflateEncoderBuilder

public HTTPRedirectDeflateEncoderBuilder()
Method Detail

buildEncoder

public HTTPRedirectDeflateEncoder buildEncoder()
Creates a new instance of the message encoder.

Specified by:
buildEncoder in interface MessageEncoderBuilder<HTTPRedirectDeflateEncoder>
Returns:
new instance of the message encoder