Package org.citrusframework.generate
Interface XsdTestGenerator<T extends XsdTestGenerator>
- All Superinterfaces:
TestGenerator<T>
- All Known Implementing Classes:
XsdJavaTestGenerator,XsdXmlTestGenerator
- 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 TypeMethodDescriptiongetXsd()withEndpoint(String endpoint) withInboundMappingFile(String inboundFile) withInboundMappings(Map<String, String> inbound) withNameSuffix(String suffix) withOutboundMappingFile(String outboundFile) withOutboundMappings(Map<String, String> outbound) withRequestMessage(String requestMessage) withResponseMessage(String responseMessage) Methods inherited from interface org.citrusframework.generate.TestGenerator
create, getAuthor, getDescription, getFramework, getMode, getName, getTargetPackage, isDisabled, usePackage, useSrcDirectory, withAuthor, withDescription, withDisabled, withFramework, withMode, withName
-
Method Details
-
withXsd
-
withRequestMessage
-
withResponseMessage
-
withInboundMappings
-
withOutboundMappings
-
withInboundMappingFile
-
withOutboundMappingFile
-
withEndpoint
-
withNameSuffix
-
getResponseMessageSuggestion
String getResponseMessageSuggestion() -
getXsd
String getXsd() -
getRequestMessage
String getRequestMessage() -
getResponseMessage
String getResponseMessage()
-