XsdJavaTestGenerator |
XsdJavaTestGenerator.withInboundMappingFile(String mappingFile) |
Add inbound XPath expression mappings file to manipulate inbound message content.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withInboundMappings(Map<String,String> mappings) |
Add inbound XPath expression mappings to manipulate inbound message content.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withNameSuffix(String suffix) |
Set the test name suffix to use.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withOutboundMappingFile(String mappingFile) |
Add outbound XPath expression mappings file to manipulate outbound message content.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withOutboundMappings(Map<String,String> mappings) |
Add outbound XPath expression mappings to manipulate outbound message content.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withRequestMessage(String requestMessage) |
Set the request element name in xsd resource to use.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withResponseMessage(String responseMessage) |
Set the response element name in xsd resource to use.
|
XsdJavaTestGenerator |
XsdJavaTestGenerator.withXsd(String xsdResource) |
Set the xsd schema resource to use.
|