|
||||||||||
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 |
---|
Fields inherited from interface org.codehaus.xfire.wsdl.WSDLWriter |
---|
WSDL11_NS, WSDL11_SOAP_NS |
Constructor Summary | |
---|---|
ResourceWSDL(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 |
---|
public ResourceWSDL(java.lang.String wsdlUrl) throws javax.wsdl.WSDLException
wsdlUrl
-
javax.wsdl.WSDLException
public ResourceWSDL(java.net.URL wsdlUrl)
wsdlUrl
- Method Detail |
---|
public void write(java.io.OutputStream out) throws java.io.IOException
WSDLWriter
write
in interface WSDLWriter
out
- The OutputStream.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |