public class MuleDomain extends Object implements WithConfigs
| Modifier and Type | Class and Description |
|---|---|
static class |
MuleDomain.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MuleDomain.Builder |
builder() |
static MuleDomain |
fromInputStream(InputStream content) |
List<HttpListenerConfig> |
getHttpListenerConfigs() |
String |
getName() |
public String getName()
public List<HttpListenerConfig> getHttpListenerConfigs()
getHttpListenerConfigs in interface WithConfigspublic static MuleDomain fromInputStream(InputStream content) throws Exception
content - stream will be closed after parsing modelExceptionpublic static MuleDomain.Builder builder()
Copyright © 2022. All rights reserved.