Element index for package Services_Webservices
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ w ]
[ _ ]
_
- $_classname
- in file Webservice.php, variable Services_Webservice::$_classname
Name of the class from which to create a web service from
- $_classname
- in file Definition.php, variable Services_Webservice_Definition::$_classname
Name of the class from which to create a web service from
- $_classnameInstance
- in file Webservice.php, variable Services_Webservice::$_classnameInstance
Class instance used by the web service
- $_hiddenMethods
- in file Definition.php, variable Services_Webservice_Definition::$_hiddenMethods
Exclude these methods from web service
- $_initParams
- in file Webservice.php, variable Services_Webservice::$_initParams
Parameter for the user's web service class
- $_simpleTypes
- in file Definition.php, variable Services_Webservice_Definition::$_simpleTypes
Simple WSDL types
- $_URI
- in file Definition.php, variable Services_Webservice_Definition::$_URI
Some user-overwritten URIs
- $_wsdlStruct
- in file Definition.php, variable Services_Webservice_Definition::$_wsdlStruct
Classes are parsed into this struct
- _handle
- in file Common.php, method Services_Webservice_Common::_handle()
Handles the method call itself
- _parseDocBlock
- in file Definition.php, method Services_Webservice_Definition::_parseDocBlock()
Parses a docblock comment
- __call
- in file Definition.php, method Services_Webservice_Definition::__call()
Returns web service definition in requested format
- __construct
- in file Webservice.php, method Services_Webservice::__construct()
Constructor
- __construct
- in file WSDL.php, method Services_Webservice_Definition_WSDL::__construct()
Constructor
- __construct
- in file Definition.php, method Services_Webservice_Definition::__construct()
Constructor
- __construct
- in file DISCO.php, method Services_Webservice_Definition_DISCO::__construct()
Constructor
- __construct
- in file HTML.php, method Services_Webservice_Definition_HTML::__construct()
Constructor
- __construct
- in file SOAP.php, method Services_Webservice_SOAP::__construct()
Constructor
top
c
- $classname
- in file DISCO.php, variable Services_Webservice_Definition_DISCO::$classname
Name of the class from which to create a web service from
- classMethodsIntoStruct
- in file Definition.php, method Services_Webservice_Definition::classMethodsIntoStruct()
Parses classes methods into struct
- classPropertiesIntoStruct
- in file Definition.php, method Services_Webservice_Definition::classPropertiesIntoStruct()
Parses classes properties into struct
- classStructDispatch
- in file Definition.php, method Services_Webservice_Definition::classStructDispatch()
Dispatches types
- createWSDLBinding
- in file WSDL.php, method Services_Webservice_Definition_WSDL::createWSDLBinding()
Create the binding node
- createWSDLDefinitions
- in file WSDL.php, method Services_Webservice_Definition_WSDL::createWSDLDefinitions()
Creates the definition node
- createWSDLMessages
- in file WSDL.php, method Services_Webservice_Definition_WSDL::createWSDLMessages()
Creates the messages node
- createWSDLPortType
- in file WSDL.php, method Services_Webservice_Definition_WSDL::createWSDLPortType()
Creates the portType node
- createWSDLService
- in file WSDL.php, method Services_Webservice_Definition_WSDL::createWSDLService()
Creates the service node
- createWSDLTypes
- in file WSDL.php, method Services_Webservice_Definition_WSDL::createWSDLTypes()
Creates the types node
- Common.php
- procedural page Common.php
top
top
top
top
top
top
top
top
top
top
s
- $soapServerOptions
- in file SOAP.php, variable Services_Webservice_SOAP::$soapServerOptions
SOAP-server options of the web service
- SCHEMA_DISCO
- in file DISCO.php, class constant Services_Webservice_Definition_DISCO::SCHEMA_DISCO
- SCHEMA_DISCO_SCL
- in file DISCO.php, class constant Services_Webservice_Definition_DISCO::SCHEMA_DISCO_SCL
- SCHEMA_DISCO_SOAP
- in file DISCO.php, class constant Services_Webservice_Definition_DISCO::SCHEMA_DISCO_SOAP
- SCHEMA_SOAP
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SCHEMA_SOAP
- SCHEMA_SOAP_HTTP
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SCHEMA_SOAP_HTTP
- SCHEMA_WSDL
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SCHEMA_WSDL
- SCHEMA_WSDL_HTTP
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SCHEMA_WSDL_HTTP
- Services_Webservice
- in file Webservice.php, class Services_Webservice
PEAR::Services_Webservice
- SOAP.php
- procedural page SOAP.php
- Services_Webservice_Common
- in file Common.php, class Services_Webservice_Common
Services_Webservice implementation for common PHP-written backend
- Services_Webservice_Definition
- in file Definition.php, class Services_Webservice_Definition
Class to perform the introspection of the web service
- Services_Webservice_Definition_DISCO
- in file DISCO.php, class Services_Webservice_Definition_DISCO
Format web service DISCO information
- Services_Webservice_Definition_HTML
- in file HTML.php, class Services_Webservice_Definition_HTML
Format web service information in HTML
- Services_Webservice_Definition_WSDL
- in file WSDL.php, class Services_Webservice_Definition_WSDL
Generator of WSDL document
- Services_Webservice_ReST
- in file ReST.php, class Services_Webservice_ReST
Services_Webservice implementation for ReST backend
- Services_Webservice_SOAP
- in file SOAP.php, class Services_Webservice_SOAP
Services_Webservice implementation for SOAP backend
- setURI
- in file Definition.php, method Services_Webservice_Definition::setURI()
Sets some URIs
- SOAP_ENVELOP
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SOAP_ENVELOP
- SOAP_SCHEMA_ENCODING
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SOAP_SCHEMA_ENCODING
- SOAP_XML_SCHEMA_INSTANCE
- in file DISCO.php, class constant Services_Webservice_Definition_DISCO::SOAP_XML_SCHEMA_INSTANCE
- SOAP_XML_SCHEMA_INSTANCE
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SOAP_XML_SCHEMA_INSTANCE
- SOAP_XML_SCHEMA_MIME
- in file WSDL.php, class constant Services_Webservice_Definition_WSDL::SOAP_XML_SCHEMA_MIME
- Services_Webservice_Definition_DocCommentMismatchException
- in file Exception.php, class Services_Webservice_Definition_DocCommentMismatchException
Exception class for Mismatched docblock comment
- Services_Webservice_Definition_Exception
- in file Exception.php, class Services_Webservice_Definition_Exception
Base exception for Services_Webservice_Definition package
- Services_Webservice_Definition_IncompleteDocCommentException
- in file Exception.php, class Services_Webservice_Definition_IncompleteDocCommentException
Exception class for incomplete docblock comment
- Services_Webservice_Definition_InvalidDocCommentException
- in file Exception.php, class Services_Webservice_Definition_InvalidDocCommentException
Exception class for invalid docblock comment
- Services_Webservice_Definition_NoDocCommentException
- in file Exception.php, class Services_Webservice_Definition_NoDocCommentException
Exception class for Missing docblock comment
- Services_Webservice_Definition_NotClassException
- in file Exception.php, class Services_Webservice_Definition_NotClassException
Exception calls for Invalid class parameter for constructor
- Services_Webservice_Definition_UnknownFormatException
- in file Exception.php, class Services_Webservice_Definition_UnknownFormatException
Exception class for Unknown definition format
- Services_Webservice_Exception
- in file Exception.php, class Services_Webservice_Exception
Base exception for Services_Webservice_Definition package
- Services_Webservice_IllegalCallException
- in file Exception.php, class Services_Webservice_IllegalCallException
Exception class for call on methods that are not exposed to the web service or don't exist
- Services_Webservice_NotClassException
- in file Exception.php, class Services_Webservice_NotClassException
Exception class for Invalid class parameter for constructor/factory
- Services_Webservice_UnknownDriverException
- in file Exception.php, class Services_Webservice_UnknownDriverException
Exception class for Invalid driver
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:45:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|