org.codehaus.xfire.wsdl
Class ResourceWSDL

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

public class ResourceWSDL
extends java.lang.Object
implements WSDL

Create a WSDL instance from a URI.

Author:
Dan Diephouse

Field Summary
(package private)  java.lang.String wsdlUrl
           
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDL
WSDL11_NS, WSDL11_SOAP_NS
 
Constructor Summary
ResourceWSDL(java.lang.String wsdlUrl)
           
 
Method Summary
 void copy(java.io.InputStream input, java.io.OutputStream output, int bufferSize)
           
 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
 

Field Detail

wsdlUrl

java.lang.String wsdlUrl
Constructor Detail

ResourceWSDL

public ResourceWSDL(java.lang.String wsdlUrl)
             throws javax.wsdl.WSDLException
Parameters:
wsdlUri -
Throws:
javax.wsdl.WSDLException
Method Detail

write

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

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

copy

public void copy(java.io.InputStream input,
                 java.io.OutputStream output,
                 int bufferSize)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004 Codehaus. All Rights Reserved.