org.codehaus.xfire.wsdl
Class ResourceWSDL
java.lang.Object
org.codehaus.xfire.wsdl.ResourceWSDL
- All Implemented Interfaces:
- WSDLWriter
public class ResourceWSDL
- extends Object
- implements WSDLWriter
Create a WSDL instance from a URI.
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceWSDL
public ResourceWSDL(String wsdlUrl)
throws IOException
- Parameters:
wsdlUrl
-
- Throws:
IOException
ResourceWSDL
public ResourceWSDL(String baseUri,
String wsdlUrl)
throws IOException
- Throws:
IOException
ResourceWSDL
public ResourceWSDL(URL wsdlUrl)
- Parameters:
wsdlUrl
-
write
public void write(OutputStream out)
throws IOException
- Description copied from interface:
WSDLWriter
- Write the WSDL to an OutputStream.
- Specified by:
write
in interface WSDLWriter
- Parameters:
out
- The OutputStream.
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.