Displays a web page with information about the real service objects and handles calls to it's methods PHP5 version uses the new Reflection API
| public void | registerObject Registers the wrapped object that will perform the methods of the web service. |
| public void | displayInfo |
| protected mixed | callMethod Dynamically calls a method in the wrapped object passing parameters from the request and returns the result. |
| public void | isMethodCallable |
Dynamically calls a method in the wrapped object passing parameters from the request
and returns the result.
Generates a fault if the method does not exist.
- Parameters:
method - Name of the method params - Array of parameters to be passed $writer
- Returns:
- Returned value from the service or null if fault