Packagecom.ericfeminella.dataProviders.wsdl
Classpublic final class WSDLProxy

Static class which provides a single static const to serve as a gateway URI between all subscribing web services to specified endpoint URI.

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



Public Methods
 MethodDefined by
  
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

WSDLProxy
  
getEndpointURI():String
[static]
WSDLProxy
Constructor detail
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


Throws
— An error specifying an illegal instantiation call has been made on an object of static type
Method detail
getEndpointURI()method
public static function getEndpointURI():String

Returns
StringWSDL_URI An endpoint URI from whom all subscribing services can consume