public abstract class WSDLLocator extends Object
Constructor and Description |
---|
WSDLLocator() |
Modifier and Type | Method and Description |
---|---|
abstract URL |
locateWSDL(Class<Service> service,
String wsdlLoc)
Returns the actual WSDL location
|
public abstract URL locateWSDL(Class<Service> service, String wsdlLoc) throws MalformedURLException
service
- Service classwsdlLoc
- Designates the WSDL location either from the service class
or through other meansMalformedURLException
- if there is an error in creating URLCopyright © 2015 Oracle Corporation. All rights reserved.