org.opensaml.saml2.binding.decoding
Class HTTPSOAP11Decoder

java.lang.Object
  extended by org.opensaml.common.binding.decoding.impl.AbstractMessageDecoder<javax.servlet.http.HttpServletRequest>
      extended by org.opensaml.common.binding.decoding.impl.AbstractHTTPMessageDecoder
          extended by org.opensaml.common.binding.decoding.impl.AbstractSOAPHTTPDecoder
              extended by org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder
All Implemented Interfaces:
HTTPMessageDecoder, MessageDecoder<javax.servlet.http.HttpServletRequest>, SOAPDecoder<javax.servlet.http.HttpServletRequest>, SOAPHTTPDecoder

public class HTTPSOAP11Decoder
extends AbstractSOAPHTTPDecoder

SAML 2.0 SOAP 1.1 over HTTP binding decoder.


Field Summary
static java.lang.String BINDING_URI
          URI for this binding.
 
Constructor Summary
HTTPSOAP11Decoder()
           
 
Method Summary
 java.lang.String getBindingURI()
          Gets the binding URI supported by this encoder.
 
Methods inherited from class org.opensaml.common.binding.decoding.impl.AbstractSOAPHTTPDecoder
decode, getSOAPHeaders, getSOAPMessage, getSOAPVersion
 
Methods inherited from class org.opensaml.common.binding.decoding.impl.AbstractHTTPMessageDecoder
getMethod, getRelayState, setHttpMethod, setRelayState
 
Methods inherited from class org.opensaml.common.binding.decoding.impl.AbstractMessageDecoder
evaluateSecurityPolicy, getMetadataProvider, getParserPool, getRequest, getSAMLMessage, getSecurityPolicy, getTrustEngine, setMetadataProvider, setParserPool, setRequest, setSAMLMessage, setSecurityPolicy, setTrustEngine, unmarshallMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.common.binding.decoding.MessageDecoder
getMetadataProvider, getRequest, getSAMLMessage, getSecurityPolicy, getTrustEngine, setMetadataProvider, setRequest, setSecurityPolicy, setTrustEngine
 
Methods inherited from interface org.opensaml.common.binding.decoding.HTTPMessageDecoder
getMethod, getRelayState
 
Methods inherited from interface org.opensaml.common.binding.decoding.MessageDecoder
getMetadataProvider, getRequest, getSAMLMessage, getSecurityPolicy, getTrustEngine, setMetadataProvider, setRequest, setSecurityPolicy, setTrustEngine
 

Field Detail

BINDING_URI

public static final java.lang.String BINDING_URI
URI for this binding.

See Also:
Constant Field Values
Constructor Detail

HTTPSOAP11Decoder

public HTTPSOAP11Decoder()
Method Detail

getBindingURI

public java.lang.String getBindingURI()
Gets the binding URI supported by this encoder.

Returns:
binding URI supported by this encoder