org.opensaml.saml2.binding.decoding
Class HTTPSOAP11DecoderBuilder

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

public class HTTPSOAP11DecoderBuilder
extends AbstractMessageDecoderBuilder<HTTPSOAP11Decoder>

Builder of HTTPSOAP11Decoders.


Constructor Summary
HTTPSOAP11DecoderBuilder()
           
 
Method Summary
protected  HTTPSOAP11Decoder 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

HTTPSOAP11DecoderBuilder

public HTTPSOAP11DecoderBuilder()
Method Detail

doBuildEncoder

protected HTTPSOAP11Decoder doBuildEncoder()
Builds the message decoder.

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