org.codehaus.xfire.wsdl
Class ResourceWSDL

java.lang.Object
  extended by org.codehaus.xfire.wsdl.ResourceWSDL
All Implemented Interfaces:
WSDLWriter

public class ResourceWSDL
extends java.lang.Object
implements WSDLWriter

Create a WSDL instance from a URI.

Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDLWriter
WSDL11_NS, WSDL11_SOAP_NS
 
Constructor Summary
ResourceWSDL(java.lang.String wsdlUrl)
           
ResourceWSDL(java.lang.String baseUri, java.lang.String wsdlUrl)
           
ResourceWSDL(java.net.URL wsdlUrl)
           
 
Method Summary
 void write(java.io.OutputStream out)
          Write the WSDL to an OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceWSDL

public ResourceWSDL(java.lang.String wsdlUrl)
             throws java.io.IOException
Parameters:
wsdlUrl -
Throws:
java.io.IOException

ResourceWSDL

public ResourceWSDL(java.lang.String baseUri,
                    java.lang.String wsdlUrl)
             throws java.io.IOException
Throws:
java.io.IOException

ResourceWSDL

public ResourceWSDL(java.net.URL wsdlUrl)
Parameters:
wsdlUrl -
Method Detail

write

public void write(java.io.OutputStream out)
           throws java.io.IOException
Description copied from interface: WSDLWriter
Write the WSDL to an OutputStream.

Specified by:
write in interface WSDLWriter
Parameters:
out - The OutputStream.
Throws:
java.io.IOException


Copyright © 2004-2011. All Rights Reserved.