|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.wsdl.ResourceWSDL
public class ResourceWSDL
Create a WSDL instance from a URI.
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 |
---|
java.lang.String wsdlUrl
Constructor Detail |
---|
public ResourceWSDL(java.lang.String wsdlUrl) throws javax.wsdl.WSDLException
wsdlUri
-
javax.wsdl.WSDLException
Method Detail |
---|
public void write(java.io.OutputStream out) throws java.io.IOException
WSDL
write
in interface WSDL
out
- The OutputStream.
java.io.IOException
public void copy(java.io.InputStream input, java.io.OutputStream output, int bufferSize) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |