|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.codehaus.xfire.wsdl.ResourceWSDL
Create a WSDL instance from a URI.
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 |
java.lang.String uri
Constructor Detail |
public ResourceWSDL(java.lang.String wsdlUri) throws javax.wsdl.WSDLException
wsdlUri
- 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 |