|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RequestType
- type of incoming protocol requestpublic interface SOAPDecoder<RequestType extends javax.servlet.ServletRequest>
Base interface for SAML SOAP bindings.
Method Summary | |
---|---|
java.util.List<XMLObject> |
getSOAPHeaders()
Gets the SOAP headers to add to the message. |
Envelope |
getSOAPMessage()
Gets the SOAP message. |
java.lang.String |
getSOAPVersion()
Gets the SOAP version to use. |
Methods inherited from interface org.opensaml.common.binding.decoding.MessageDecoder |
---|
decode, getBindingURI, getMetadataProvider, getRequest, getSAMLMessage, getSecurityPolicy, getTrustEngine, setMetadataProvider, setRequest, setSecurityPolicy, setTrustEngine |
Method Detail |
---|
java.lang.String getSOAPVersion()
Envelope getSOAPMessage()
java.util.List<XMLObject> getSOAPHeaders()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |