org.opensaml.saml1.binding.encoding
Class HTTPSOAP11EncoderBuilder

java.lang.Object
  extended by org.opensaml.saml1.binding.encoding.HTTPSOAP11EncoderBuilder
All Implemented Interfaces:
MessageEncoderBuilder<HTTPSOAP11Encoder>

public class HTTPSOAP11EncoderBuilder
extends java.lang.Object
implements MessageEncoderBuilder<HTTPSOAP11Encoder>

Builder of HTTPSOAP11Encoders.


Constructor Summary
HTTPSOAP11EncoderBuilder()
           
 
Method Summary
 HTTPSOAP11Encoder 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

HTTPSOAP11EncoderBuilder

public HTTPSOAP11EncoderBuilder()
Method Detail

buildEncoder

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

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