public class Scaffolder extends Object
| Modifier and Type | Method and Description |
|---|---|
static Scaffolder |
getInstance() |
MuleConfig |
parseMuleConfig(org.mule.runtime.app.declaration.api.ArtifactDeclaration muleConfig)
Parses a MuleConfigBuilder xml file
|
org.mule.runtime.app.declaration.api.ArtifactDeclaration |
scaffold(org.mule.runtime.app.declaration.api.ArtifactDeclaration baseMuleConfig,
String wsdlLocation,
SoapkitConfig config)
Scaffolds a MuleConfigBuilder given an existing one.
|
org.mule.runtime.app.declaration.api.ArtifactDeclaration |
scaffold(org.mule.runtime.app.declaration.api.ArtifactDeclaration baseMuleConfig,
String wsdlLocation,
SoapkitConfig config,
org.mule.runtime.app.declaration.api.ArtifactDeclaration domainConfig)
Scaffolds a MuleConfigBuilder given an existing one.
|
org.mule.runtime.app.declaration.api.ArtifactDeclaration |
scaffold(String wsdlPath,
String wsdlLocationAttribute,
String service,
String port,
org.mule.runtime.app.declaration.api.ArtifactDeclaration domainConfig)
Scaffolds a new MuleConfigBuilder.
|
public static Scaffolder getInstance()
public org.mule.runtime.app.declaration.api.ArtifactDeclaration scaffold(org.mule.runtime.app.declaration.api.ArtifactDeclaration baseMuleConfig,
String wsdlLocation,
SoapkitConfig config)
baseMuleConfig - the existing Mule config.wsdlLocation - the absolute path of the wsdl file.config - the soapkit config, contains the service and port attributes to find the operations.Stringpublic org.mule.runtime.app.declaration.api.ArtifactDeclaration scaffold(org.mule.runtime.app.declaration.api.ArtifactDeclaration baseMuleConfig,
String wsdlLocation,
SoapkitConfig config,
org.mule.runtime.app.declaration.api.ArtifactDeclaration domainConfig)
baseMuleConfig - the existing Mule config.wsdlLocation - the absolute path of the wsdl file.config - the soapkit config, contains the service and port attributes to find the operations.domainConfig - the domain config declaration.Stringpublic org.mule.runtime.app.declaration.api.ArtifactDeclaration scaffold(String wsdlPath, String wsdlLocationAttribute, String service, String port, org.mule.runtime.app.declaration.api.ArtifactDeclaration domainConfig)
wsdlPath - the absolute path of the wsdl file.service - the selected wsdl service.port - the selected service port.domainConfig - the domain config declaration.Stringpublic MuleConfig parseMuleConfig(org.mule.runtime.app.declaration.api.ArtifactDeclaration muleConfig)
muleConfig - The mule config declarationCopyright © 2021. All rights reserved.