com.sun.xml.ws.api
Class WSDLLocator
java.lang.Object
com.sun.xml.ws.api.WSDLLocator
public abstract class WSDLLocator
- extends Object
Used to locate WSDL documents; particularly useful for J2EE deployment archives
- Since:
- 2.2.6
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLLocator
public WSDLLocator()
locateWSDL
public abstract URL locateWSDL(Class<Service> service,
String wsdlLoc)
throws MalformedURLException
- Returns the actual WSDL location
- Parameters:
service
- Service classwsdlLoc
- Designates the WSDL location either from the service class
or through other means
- Returns:
- the actual WSDL location, if found, or null if not found.
- Throws:
MalformedURLException
- if there is an error in creating URL
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.