public class WsdlJavaTestGenerator extends MessagingJavaTestGenerator<WsdlJavaTestGenerator> implements WsdlTestGenerator<WsdlJavaTestGenerator>
TestGenerator.GeneratorModelog, self| Constructor and Description |
|---|
WsdlJavaTestGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Create tests with this generator.
|
protected Message |
generateInboundMessage(Message message)
Inbound message generation hook for subclasses.
|
protected Message |
generateOutboundMessage(Message message)
Outbound message generation hook for subclasses.
|
String |
getNamePrefix()
Gets the namePrefix.
|
String |
getNameSuffix()
Gets the nameSuffix.
|
String |
getOperation()
Gets the operation.
|
String |
getWsdl()
Gets the wsdl.
|
void |
setNamePrefix(String namePrefix)
Sets the namePrefix.
|
void |
setNameSuffix(String nameSuffix)
Sets the nameSuffix.
|
void |
setOperation(String operation)
Sets the operation.
|
void |
setWsdl(String wsdl)
Sets the wsdl.
|
WsdlJavaTestGenerator |
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.
|
WsdlJavaTestGenerator |
withWsdl(String wsdlResource)
Set the wsdl schema resource to use.
|
addRequestHeader, addResponseHeader, getActions, getEndpoint, getReceiveRequestCodeProvider, getReceiveResponseCodeProvider, getSendRequestCodeProvider, getSendResponseCodeProvider, setEndpoint, withEndpoint, withRequest, withResponsegetBaseExtension, getBaseType, getCitrusAnnotationgetMode, getSrcDirectory, setMode, withModegetAuthor, getCreationDate, getDescription, getFileExtension, getFramework, getMethodName, getName, getPackage, getTargetFile, getTargetPackage, getUpdateDateTime, isDisabled, setAuthor, setDescription, setDisabled, setFileExtension, setFramework, setName, setPackage, setSrcDirectory, setTargetPackage, usePackage, useSrcDirectory, withAuthor, withDescription, withDisabled, withFileExtension, withFramework, withNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithEndpointgetAuthor, getDescription, getFramework, getMode, getName, getTargetPackage, isDisabled, usePackage, useSrcDirectory, withAuthor, withDescription, withDisabled, withFramework, withMode, withNamepublic void create()
TestGeneratorcreate in interface TestGenerator<WsdlJavaTestGenerator>create in class JavaTestGenerator<WsdlJavaTestGenerator>protected Message generateInboundMessage(Message message)
MessagingJavaTestGeneratorgenerateInboundMessage in class MessagingJavaTestGenerator<WsdlJavaTestGenerator>protected Message generateOutboundMessage(Message message)
MessagingJavaTestGeneratorgenerateOutboundMessage in class MessagingJavaTestGenerator<WsdlJavaTestGenerator>public WsdlJavaTestGenerator withWsdl(String wsdlResource)
withWsdl in interface WsdlTestGenerator<WsdlJavaTestGenerator>wsdlResource - public WsdlJavaTestGenerator withNameSuffix(String suffix)
withNameSuffix in interface WsdlTestGenerator<WsdlJavaTestGenerator>suffix - public WsdlJavaTestGenerator withNamePrefix(String prefix)
withNamePrefix in interface WsdlTestGenerator<WsdlJavaTestGenerator>prefix - public WsdlJavaTestGenerator withOperation(String operation)
withOperation in interface WsdlTestGenerator<WsdlJavaTestGenerator>operation - public WsdlJavaTestGenerator withInboundMappings(Map<String,String> mappings)
withInboundMappings in interface WsdlTestGenerator<WsdlJavaTestGenerator>mappings - public WsdlJavaTestGenerator withOutboundMappings(Map<String,String> mappings)
withOutboundMappings in interface WsdlTestGenerator<WsdlJavaTestGenerator>mappings - public WsdlJavaTestGenerator withInboundMappingFile(String mappingFile)
withInboundMappingFile in interface WsdlTestGenerator<WsdlJavaTestGenerator>mappingFile - public WsdlJavaTestGenerator withOutboundMappingFile(String mappingFile)
withOutboundMappingFile in interface WsdlTestGenerator<WsdlJavaTestGenerator>mappingFile - public void setWsdl(String wsdl)
wsdl - public String getWsdl()
getWsdl in interface WsdlTestGenerator<WsdlJavaTestGenerator>public void setNameSuffix(String nameSuffix)
nameSuffix - public String getNameSuffix()
getNameSuffix in interface WsdlTestGenerator<WsdlJavaTestGenerator>public void setNamePrefix(String namePrefix)
namePrefix - public String getNamePrefix()
public void setOperation(String operation)
operation - public String getOperation()
getOperation in interface WsdlTestGenerator<WsdlJavaTestGenerator>Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.