public class SoapkitConfig extends Object implements MuleElement<org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration>
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAPKIT_CONFIG_NAME |
| Constructor and Description |
|---|
SoapkitConfig(org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration declaration) |
SoapkitConfig(String wsdlPath,
String service,
String port) |
SoapkitConfig(String name,
String wsdlPath,
String service,
String port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration |
getDeclaration() |
String |
getName() |
String |
getPort() |
String |
getService() |
String |
getWsdlPath() |
public static final String SOAPKIT_CONFIG_NAME
public SoapkitConfig(org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration declaration)
public String getName()
getName in interface MuleElement<org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration>public org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration getDeclaration()
getDeclaration in interface MuleElement<org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration>public String getPort()
public String getService()
public String getWsdlPath()
Copyright © 2021. All rights reserved.