public interface WsdlTestGenerator<T extends WsdlTestGenerator> extends TestGenerator<T>
TestGenerator.GeneratorMode| Modifier and Type | Method and Description |
|---|---|
String |
getNameSuffix() |
Object |
getOperation() |
String |
getWsdl() |
WsdlTestGenerator |
withEndpoint(String endpoint) |
WsdlTestGenerator |
withInboundMappingFile(String inboundFile) |
WsdlTestGenerator |
withInboundMappings(Map<String,String> inbound) |
WsdlTestGenerator |
withNamePrefix(String namePrefix) |
WsdlTestGenerator |
withNameSuffix(String nameSuffix) |
WsdlTestGenerator |
withOperation(String operation) |
WsdlTestGenerator |
withOutboundMappingFile(String outboundFile) |
WsdlTestGenerator |
withOutboundMappings(Map<String,String> outbound) |
WsdlTestGenerator |
withWsdl(String wsdl) |
create, getAuthor, getDescription, getFramework, getMode, getName, getTargetPackage, isDisabled, usePackage, useSrcDirectory, withAuthor, withDescription, withDisabled, withFramework, withMode, withNameWsdlTestGenerator withWsdl(String wsdl)
WsdlTestGenerator withOperation(String operation)
WsdlTestGenerator withNamePrefix(String namePrefix)
WsdlTestGenerator withNameSuffix(String nameSuffix)
WsdlTestGenerator withInboundMappings(Map<String,String> inbound)
WsdlTestGenerator withOutboundMappings(Map<String,String> outbound)
WsdlTestGenerator withInboundMappingFile(String inboundFile)
WsdlTestGenerator withOutboundMappingFile(String outboundFile)
WsdlTestGenerator withEndpoint(String endpoint)
String getNameSuffix()
String getWsdl()
Object getOperation()
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.