Package org.citrusframework.generate
Interface WsdlTestGenerator<T extends WsdlTestGenerator>
- All Superinterfaces:
TestGenerator<T>
- All Known Implementing Classes:
WsdlJavaTestGenerator,WsdlXmlTestGenerator
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.generate.TestGenerator
TestGenerator.GeneratorMode -
Method Summary
Modifier and TypeMethodDescriptiongetWsdl()withEndpoint(String endpoint) withInboundMappingFile(String inboundFile) withInboundMappings(Map<String, String> inbound) withNamePrefix(String namePrefix) withNameSuffix(String nameSuffix) withOperation(String operation) withOutboundMappingFile(String outboundFile) withOutboundMappings(Map<String, String> outbound) Methods inherited from interface org.citrusframework.generate.TestGenerator
create, getAuthor, getDescription, getFramework, getMode, getName, getTargetPackage, isDisabled, usePackage, useSrcDirectory, withAuthor, withDescription, withDisabled, withFramework, withMode, withName