|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is WSDL Compiler Service API accessible using SOAP interface.
WSDL Compiler Service is utility service which offers SOAP access to WSO2 SOA Enablement Server WSDL Compiler. WSDL
Compiler is used for generation java sources from wsdl.
Method Summary | |
void |
executeAttach(MessageAttachment wsdlAttachment,
MessageAttachment output,
CompilerSettings settings)
Process compilation of wsdl that is send as MessageAttachment. |
void |
executeUrl(java.lang.String wsdlUrl,
MessageAttachment output,
CompilerSettings settings)
Process compilation of wsdl that is specified with url. |
Method Detail |
public void executeUrl(java.lang.String wsdlUrl, MessageAttachment output, CompilerSettings settings) throws WSDLCompilerException
wsdlUrl
- the URL of wsdl file.output
- compiled java sources in jar file as message attachementsettings
- compiler option settings
WSDLCompilerException
- thrown when an error occurs.public void executeAttach(MessageAttachment wsdlAttachment, MessageAttachment output, CompilerSettings settings) throws WSDLCompilerException
wsdlAttachment
- the wsdl file as message attachment.output
- compiled java sources in jar file as message attachementsettings
- compiler option settings
WSDLCompilerException
- thrown when an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |