|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.utilities.RuntimeWSDL
public class RuntimeWSDL
Utility for combining WSDL and XSD into a single file, with a specific service endpoint.
| Constructor Summary | |
|---|---|
RuntimeWSDL(java.io.File schemaFile,
java.io.File sourceWSDL,
java.lang.String endpoint)
Instantiate from the given files and service endpoint URL. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Command-line test. |
void |
serialize(java.io.Writer out)
Serialize the final WSDL document to the given writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeWSDL(java.io.File schemaFile,
java.io.File sourceWSDL,
java.lang.String endpoint)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void serialize(java.io.Writer out)
throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||