Uses of Class
org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Packages that use WsdlJavaTestGenerator
-
Uses of WsdlJavaTestGenerator in org.citrusframework.generate.javadsl
Methods in org.citrusframework.generate.javadsl that return WsdlJavaTestGeneratorModifier and TypeMethodDescriptionWsdlJavaTestGenerator.withInboundMappingFile(String mappingFile) Add inbound XPath expression mappings file to manipulate inbound message content.WsdlJavaTestGenerator.withInboundMappings(Map<String, String> mappings) Add inbound XPath expression mappings to manipulate inbound message content.WsdlJavaTestGenerator.withNamePrefix(String prefix) Set the test name prefix to use.WsdlJavaTestGenerator.withNameSuffix(String suffix) Set the test name suffix to use.WsdlJavaTestGenerator.withOperation(String operation) Set the wsdl operation to use.WsdlJavaTestGenerator.withOutboundMappingFile(String mappingFile) Add outbound XPath expression mappings file to manipulate outbound message content.WsdlJavaTestGenerator.withOutboundMappings(Map<String, String> mappings) Add outbound XPath expression mappings to manipulate outbound message content.Set the wsdl schema resource to use.