|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SAML2\SOAP:
Collaboration diagram for SAML2\SOAP:Public Member Functions | |
| getOutputToSend (Message $message) | |
| send (Message $message) | |
| Send a SAML 2 message using the SOAP binding. More... | |
| receive () | |
| Receive a SAML 2 message sent using the HTTP-POST binding. More... | |
Public Member Functions inherited from SAML2\Binding | |
| getDestination () | |
| Retrieve the destination of a message. More... | |
| setDestination ($destination) | |
| Override the destination of a message. More... | |
| send (Message $message) | |
| Send a SAML 2 message. More... | |
| receive () | |
| Receive a SAML 2 message. More... | |
Protected Member Functions | |
| getInputStream () | |
Additional Inherited Members | |
Static Public Member Functions inherited from SAML2\Binding | |
| static | getBinding ($urn) |
| Retrieve a binding with the given URN. More... | |
| static | getCurrentBinding () |
| Guess the current binding. More... | |
Protected Attributes inherited from SAML2\Binding | |
| $destination | |
| The destination of messages. More... | |
|
protected |
| SAML2\SOAP::getOutputToSend | ( | Message | $message | ) |
Definition at line 16 of file SOAP.php.
| SAML2\SOAP::receive | ( | ) |
Receive a SAML 2 message sent using the HTTP-POST binding.
Throws an exception if it is unable receive the message.
Reimplemented from SAML2\Binding.
Definition at line 85 of file SOAP.php.
| SAML2\SOAP::send | ( | Message | $message | ) |
Send a SAML 2 message using the SOAP binding.
Note: This function never returns.
| \SAML2\Message | $message | The message we should send. |
@SuppressWarnings(PHPMD.ExitExpression)
Reimplemented from SAML2\Binding.