public class HttpListenerConfig extends Object implements MuleElement<org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration>
| Constructor and Description |
|---|
HttpListenerConfig() |
HttpListenerConfig(org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration declaration) |
HttpListenerConfig(String basePath) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.app.declaration.api.ConfigurationElementDeclaration |
getDeclaration() |
String |
getHost() |
String |
getName() |
int |
getPort() |
public HttpListenerConfig()
public HttpListenerConfig(String basePath)
public HttpListenerConfig(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 getHost()
public int getPort()
Copyright © 2022. All rights reserved.