Class HTTPSOAP11Encoder
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
org.opensaml.messaging.encoder.AbstractMessageEncoder
org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
org.opensaml.saml.saml1.binding.encoding.impl.HTTPSOAP11Encoder
- All Implemented Interfaces:
Component
,DestructableComponent
,InitializableComponent
,UnmodifiableComponent
,MessageEncoder
,HttpServletResponseMessageEncoder
,SAMLMessageEncoder
SAML 1.X HTTP SOAP 1.1 binding message encoder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the SAML binding URI supported by this encoder.protected String
Determine the value of the SOAPAction HTTP header to send.Methods inherited from class org.opensaml.soap.soap11.encoder.http.impl.HTTPSOAP11Encoder
buildAndStoreSOAPMessage, doEncode, getHTTPResponseStatusCode, getMessageToLog, getSOAPEnvelope, prepareContext, prepareHttpServletResponse, storeSOAPEnvelope
Methods inherited from class org.opensaml.messaging.encoder.servlet.BaseHttpServletResponseXMLMessageEncoder
encode, logEncodedMessage, marshallMessage
Methods inherited from class org.opensaml.messaging.encoder.servlet.AbstractHttpServletResponseMessageEncoder
doDestroy, doInitialize, getHttpServletResponse, setHttpServletResponse
Methods inherited from class org.opensaml.messaging.encoder.AbstractMessageEncoder
getMessageContext, setMessageContext
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.shibboleth.utilities.java.support.component.DestructableComponent
destroy, isDestroyed
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
Methods inherited from interface org.opensaml.messaging.encoder.MessageEncoder
encode, prepareContext, setMessageContext
-
Constructor Details
-
HTTPSOAP11Encoder
public HTTPSOAP11Encoder()
-
-
Method Details
-
getSOAPAction
Determine the value of the SOAPAction HTTP header to send.The default behavior is to return the value of the SOAP Envelope's WS-Addressing Action header, if present.
- Overrides:
getSOAPAction
in classHTTPSOAP11Encoder
- Returns:
- a SOAPAction HTTP header URI value
-
getBindingURI
Gets the SAML binding URI supported by this encoder.- Specified by:
getBindingURI
in interfaceSAMLMessageEncoder
- Returns:
- SAML binding URI supported by this encoder
-