|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.utilities.RuntimeWSDL
public class RuntimeWSDL
Utility for combining WSDL and XSD into a single file, with a specific service endpoint.
| Constructor Summary | |
|---|---|
RuntimeWSDL(File schemaFile,
File sourceWSDL,
String endpoint)
Instantiate from the given files and service endpoint URL. |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Command-line test. |
void |
serialize(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(File schemaFile,
File sourceWSDL,
String endpoint)
throws IOException
IOException| Method Detail |
|---|
public void serialize(Writer out)
throws IOException
IOException
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||