org.codehaus.xfire.wsdl
Class ResourceWSDL

java.lang.Object
  |
  +--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 uri
           
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDL
WSDL11_NS, WSDL11_SOAP_NS
 
Constructor Summary
ResourceWSDL(java.lang.String wsdlUri)
           
 
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

uri

java.lang.String uri
Constructor Detail

ResourceWSDL

public ResourceWSDL(java.lang.String wsdlUri)
             throws javax.wsdl.WSDLException
Parameters:
wsdlUri -
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
java.io.IOException


Copyright © 2004 Codehaus. All Rights Reserved.