|
eZ Publish
[trunk]
|
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 20 of file ezsoapenvelope.php.
Constructs a new SOAP envelope object.
Definition at line 38 of file ezsoapenvelope.php.
Referenced by eZSOAPRequest\eZSOAPRequest(), and eZSOAPResponse\eZSOAPResponse().
| eZSOAPEnvelope::$Body |
Contains the body object.
Definition at line 48 of file ezsoapenvelope.php.
| eZSOAPEnvelope::$Header |
Contains the header object.
Definition at line 45 of file ezsoapenvelope.php.
| const eZSOAPEnvelope::ENC = "http://schemas.xmlsoap.org/soap/encoding/" |
Definition at line 23 of file ezsoapenvelope.php.
Referenced by eZSOAPResponse\decodeDataTypes(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::ENC_PREFIX = "SOAP-ENC" |
Definition at line 28 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 22 of file ezsoapenvelope.php.
Referenced by eZSOAPResponse\decodeStream(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::ENV_PREFIX = "SOAP-ENV" |
Definition at line 27 of file ezsoapenvelope.php.
Referenced by eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::INT = 1 |
Definition at line 32 of file ezsoapenvelope.php.
| const eZSOAPEnvelope::SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema" |
Definition at line 25 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 24 of file ezsoapenvelope.php.
Referenced by eZSOAPResponse\decodeDataTypes(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::STRING = 2 |
Definition at line 33 of file ezsoapenvelope.php.
| const eZSOAPEnvelope::XSD_PREFIX = "xsd" |
Definition at line 30 of file ezsoapenvelope.php.
Referenced by eZSOAPCodec\encodeValue(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().
| const eZSOAPEnvelope::XSI_PREFIX = "xsi" |
Definition at line 29 of file ezsoapenvelope.php.
Referenced by eZSOAPCodec\encodeValue(), eZSOAPRequest\payload(), and eZSOAPResponse\payload().