|
eZ Publish
[4.2]
|
SOAP envelope handling and definition. More...
Inheritance diagram for eZSOAPEnvelope:Public Member Functions | |
| eZSOAPEnvelope () | |
Public Attributes | |
| $Body | |
| Contains the body object. | |
| $Header | |
| Contains the header object. | |
| const | ENC = "http://schemas.xmlsoap.org/soap/encoding/" |
| const | ENC_PREFIX = "SOAP-ENC" |
| const | ENV = "http://schemas.xmlsoap.org/soap/envelope/" |
| const | ENV_PREFIX = "SOAP-ENV" |
| const | INT = 1 |
| const | SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema" |
| const | SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance" |
| const | STRING = 2 |
| const | XSD_PREFIX = "xsd" |
| const | XSI_PREFIX = "xsi" |
SOAP envelope handling and definition.
Definition at line 40 of file ezsoapenvelope.php.
| eZSOAPEnvelope::eZSOAPEnvelope | ( | ) |
Constructs a new SOAP envelope object.
Definition at line 58 of file ezsoapenvelope.php.
Referenced by eZSOAPRequest\eZSOAPRequest(), and eZSOAPResponse\eZSOAPResponse().
| eZSOAPEnvelope::$Body |
Contains the body object.
Definition at line 68 of file ezsoapenvelope.php.
| eZSOAPEnvelope::$Header |
Contains the header object.
Definition at line 65 of file ezsoapenvelope.php.
| const eZSOAPEnvelope::ENC = "http://schemas.xmlsoap.org/soap/encoding/" |
Definition at line 43 of file ezsoapenvelope.php.
Referenced by eZSOAPResponse\decodeDataTypes(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::ENC_PREFIX = "SOAP-ENC" |
Definition at line 48 of file ezsoapenvelope.php.
Referenced by eZSOAPCodec\encodeValue(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::ENV = "http://schemas.xmlsoap.org/soap/envelope/" |
Definition at line 42 of file ezsoapenvelope.php.
Referenced by eZSOAPResponse\decodeStream(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::ENV_PREFIX = "SOAP-ENV" |
Definition at line 47 of file ezsoapenvelope.php.
Referenced by eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::INT = 1 |
Definition at line 52 of file ezsoapenvelope.php.
| const eZSOAPEnvelope::SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema" |
Definition at line 45 of file ezsoapenvelope.php.
Referenced by eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance" |
Definition at line 44 of file ezsoapenvelope.php.
Referenced by eZSOAPResponse\decodeDataTypes(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::STRING = 2 |
Definition at line 53 of file ezsoapenvelope.php.
| const eZSOAPEnvelope::XSD_PREFIX = "xsd" |
Definition at line 50 of file ezsoapenvelope.php.
Referenced by eZSOAPCodec\encodeValue(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::XSI_PREFIX = "xsi" |
Definition at line 49 of file ezsoapenvelope.php.
Referenced by eZSOAPCodec\encodeValue(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().