public class WsdlXmlTestGenerator extends MessagingXmlTestGenerator<WsdlXmlTestGenerator> implements WsdlTestGenerator<WsdlXmlTestGenerator>
TestGenerator.GeneratorModelog, self| Constructor and Description |
|---|
WsdlXmlTestGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Create the test case.
|
protected Message |
generateInboundMessage(Message message)
Inbound message generation hook for subclasses.
|
protected Message |
generateOutboundMessage(Message message)
Outbound message generation hook for subclasses.
|
protected List<String> |
getMarshallerContextPaths()
Marshaller context paths.
|
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.
|
WsdlXmlTestGenerator |
withInboundMappingFile(String mappingFile)
Add inbound XPath expression mappings file to manipulate inbound message content.
|
WsdlXmlTestGenerator |
withInboundMappings(Map<String,String> mappings)
Add inbound XPath expression mappings to manipulate inbound message content.
|
WsdlXmlTestGenerator |
withNamePrefix(String prefix)
Set the test name prefix to use.
|
WsdlXmlTestGenerator |
withNameSuffix(String suffix)
Set the test name suffix to use.
|
WsdlXmlTestGenerator |
withOperation(String operation)
Set the wsdl operation to use.
|
WsdlXmlTestGenerator |
withOutboundMappingFile(String mappingFile)
Add outbound XPath expression mappings file to manipulate outbound message content.
|
WsdlXmlTestGenerator |
withOutboundMappings(Map<String,String> mappings)
Add outbound XPath expression mappings to manipulate outbound message content.
|
WsdlXmlTestGenerator |
withWsdl(String wsdlResource)
Set the wsdl schema resource to use.
|
addRequestHeader, addResponseHeader, getActions, getEndpoint, getReceiveRequestActionProvider, getReceiveResponseActionProvider, getSendRequestActionProvider, getSendResponseActionProvider, setEndpoint, withEndpoint, withRequest, withResponsegetJavaTestGenerator, getMarshaller, getMode, getNamespacePrefixMapper, getSrcDirectory, getTemplateFilePath, getTemplateProperties, setMarshaller, setMode, setNamespacePrefixMapper, 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()
AbstractTemplateBasedTestGeneratorcreate in interface TestGenerator<WsdlXmlTestGenerator>create in class XmlTestGenerator<WsdlXmlTestGenerator>protected List<String> getMarshallerContextPaths()
XmlTestGeneratorgetMarshallerContextPaths in class XmlTestGenerator<WsdlXmlTestGenerator>protected Message generateInboundMessage(Message message)
MessagingXmlTestGeneratorgenerateInboundMessage in class MessagingXmlTestGenerator<WsdlXmlTestGenerator>protected Message generateOutboundMessage(Message message)
MessagingXmlTestGeneratorgenerateOutboundMessage in class MessagingXmlTestGenerator<WsdlXmlTestGenerator>public WsdlXmlTestGenerator withWsdl(String wsdlResource)
withWsdl in interface WsdlTestGenerator<WsdlXmlTestGenerator>wsdlResource - public WsdlXmlTestGenerator withNameSuffix(String suffix)
withNameSuffix in interface WsdlTestGenerator<WsdlXmlTestGenerator>suffix - public WsdlXmlTestGenerator withNamePrefix(String prefix)
withNamePrefix in interface WsdlTestGenerator<WsdlXmlTestGenerator>prefix - public WsdlXmlTestGenerator withOperation(String operation)
withOperation in interface WsdlTestGenerator<WsdlXmlTestGenerator>operation - public WsdlXmlTestGenerator withInboundMappings(Map<String,String> mappings)
withInboundMappings in interface WsdlTestGenerator<WsdlXmlTestGenerator>mappings - public WsdlXmlTestGenerator withOutboundMappings(Map<String,String> mappings)
withOutboundMappings in interface WsdlTestGenerator<WsdlXmlTestGenerator>mappings - public WsdlXmlTestGenerator withInboundMappingFile(String mappingFile)
withInboundMappingFile in interface WsdlTestGenerator<WsdlXmlTestGenerator>mappingFile - public WsdlXmlTestGenerator withOutboundMappingFile(String mappingFile)
withOutboundMappingFile in interface WsdlTestGenerator<WsdlXmlTestGenerator>mappingFile - public void setWsdl(String wsdl)
wsdl - public String getWsdl()
getWsdl in interface WsdlTestGenerator<WsdlXmlTestGenerator>public void setNameSuffix(String nameSuffix)
nameSuffix - public String getNameSuffix()
getNameSuffix in interface WsdlTestGenerator<WsdlXmlTestGenerator>public void setNamePrefix(String namePrefix)
namePrefix - public String getNamePrefix()
public void setOperation(String operation)
operation - public String getOperation()
getOperation in interface WsdlTestGenerator<WsdlXmlTestGenerator>Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.