org.opensaml.saml2.binding.decoding
Class HTTPPostDecoderBuilder

java.lang.Object
  extended by org.opensaml.common.binding.decoding.impl.AbstractMessageDecoderBuilder<HTTPPostDecoder>
      extended by org.opensaml.saml2.binding.decoding.HTTPPostDecoderBuilder
All Implemented Interfaces:
MessageDecoderBuilder<HTTPPostDecoder>

public class HTTPPostDecoderBuilder
extends AbstractMessageDecoderBuilder<HTTPPostDecoder>

Builder of HTTPPostDecoders.


Constructor Summary
HTTPPostDecoderBuilder()
           
 
Method Summary
protected  HTTPPostDecoder doBuildEncoder()
          Builds the message decoder.
 
Methods inherited from class org.opensaml.common.binding.decoding.impl.AbstractMessageDecoderBuilder
buildDecoder, getMetadataProvider, getParser, getPolicyFactory, getTrustEngine, setMetadataProvider, setParser, setPolicyFactory, setTrustEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPPostDecoderBuilder

public HTTPPostDecoderBuilder()
Method Detail

doBuildEncoder

protected HTTPPostDecoder doBuildEncoder()
Builds the message decoder.

Specified by:
doBuildEncoder in class AbstractMessageDecoderBuilder<HTTPPostDecoder>
Returns:
the message decoder