|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.api.WSDLLocator
public abstract class WSDLLocator
Used to locate WSDL documents; particularly useful for J2EE deployment archives
Constructor Summary | |
---|---|
WSDLLocator()
|
Method Summary | |
---|---|
abstract java.net.URL |
locateWSDL(java.lang.Class<Service> service,
java.lang.String wsdlLoc)
Returns the actual WSDL location |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDLLocator()
Method Detail |
---|
public abstract java.net.URL locateWSDL(java.lang.Class<Service> service, java.lang.String wsdlLoc) throws java.net.MalformedURLException
service
- Service classwsdlLoc
- Designates the WSDL location either from the service class
or through other means
java.net.MalformedURLException
- if there is an error in creating URL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |