Interface Zend_Server_InterfaceZend_Server_Interface
Located in /Server/Interface.php (line 30)
addFunction (line 44)
Attach a function as a server method
Namespacing is primarily for xmlrpc, but may be used with other implementations to prevent naming collisions.
fault (line 74)
Generate a server fault
getFunctions (line 98)
Return a server definition array
Returns a server definition array as created using *. Can be used for server introspection, documentation, or persistence.
handle (line 86)
Handle a request
Requests may be passed in, or the server may automagically determine the request based on defaults. Dispatches server request to appropriate method and returns a response
loadFunctions (line 108)
Load server definition
Used for persistence; loads a construct as returned by getFunctions().
setClass (line 65)
Attach a class to a server
The individual implementations should probably allow passing a variable number of arguments in, so that developers may define custom runtime arguments to pass to server methods.
Namespacing is primarily for xmlrpc, but could be used for other implementations as well.
setPersistence (line 117)
Set server persistence
Documentation generated on Sun, 27 May 2007 23:25:11 -0700 by phpDocumentor 1.3.2