Package | com.ericfeminella.dataProviders.wsdl |
Class | public final class WSDLProxy |
WSDLProxy
is a utility class which provides the similar functionality as is available in WEB_INF/services-config.xml
via channels and destinations settings without the need to explicitly modify the configuration file
Endpoint URI can be modified so that underlying web services can reflect changes accordingly
Method | Defined by | ||
---|---|---|---|
WSDLProxy is a static utility class therefor it is never to be explicitly instantiated
If an attempt to instantiate an instance of | WSDLProxy | ||
getEndpointURI():String
[static]
| WSDLProxy |
WSDLProxy | () | constructor |
public function WSDLProxy()
WSDLProxy is a static utility class therefor it is never to be explicitly instantiated
If an attempt to instantiate an instance of WSDLProxy
an Error will be thrown
— An error specifying an illegal instantiation call has been made on an object of static type
|
getEndpointURI | () | method |
public static function getEndpointURI():String
Returns
String — WSDL_URI An endpoint URI from whom all subscribing services can consume
|