WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withInboundMappingFile(String mappingFile) |
Add inbound XPath expression mappings file to manipulate inbound message content.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withInboundMappings(Map<String,String> mappings) |
Add inbound XPath expression mappings to manipulate inbound message content.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withNamePrefix(String prefix) |
Set the test name prefix to use.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withNameSuffix(String suffix) |
Set the test name suffix to use.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withOperation(String operation) |
Set the wsdl operation to use.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withOutboundMappingFile(String mappingFile) |
Add outbound XPath expression mappings file to manipulate outbound message content.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withOutboundMappings(Map<String,String> mappings) |
Add outbound XPath expression mappings to manipulate outbound message content.
|
WsdlJavaTestGenerator |
WsdlJavaTestGenerator.withWsdl(String wsdlResource) |
Set the wsdl schema resource to use.
|