public class ConfiguredEndpointDefinition extends Object implements EndpointDefinition
Constructor and Description |
---|
ConfiguredEndpointDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getEndpointPath() |
Class<?> |
getImplementationClass() |
String |
getName() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setEndpointPath(String endpointPath) |
void |
setImplementationClass(Class<?> implementationClass) |
void |
setName(String name) |
public String getName()
getName
in interface EndpointDefinition
public boolean isEnabled()
isEnabled
in interface EndpointDefinition
public void setName(String name)
public void setEnabled(boolean enabled)
public Class<?> getImplementationClass()
getImplementationClass
in interface EndpointDefinition
public void setImplementationClass(Class<?> implementationClass)
public String getEndpointPath()
getEndpointPath
in interface EndpointDefinition
public void setEndpointPath(String endpointPath)
Copyright © 2019 Magnolia International Ltd.. All rights reserved.