public final class ServiceDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceDescription.ServiceDescriptionBuilder
Builder for ServiceDescription.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAnnotationTemplateClassName()
Returns annotation template class name
|
Map<String,Object> |
getConfiguration()
Retuns configuration
|
DeploymentDescription |
getDeployment() |
Collection<Module> |
getModules()
Returns modules for the deployment.
|
String |
getName()
Returns service name.
|
String[] |
getPublishers() |
String |
getRmiServiceClassName()
Returns RMI service class name.
|
String |
getServiceClassName()
Returns service class name.
|
String |
getUrl()
Returns service URL.
|
int |
hashCode() |
boolean |
isProvideRuntimeContext()
Returns provideRuntimeContext value.
|
boolean |
isProvideVariations()
This flag defines whether variations will be supported or not.
|
public String getAnnotationTemplateClassName()
public String getName()
public String getUrl()
public String getServiceClassName()
public String getRmiServiceClassName()
public boolean isProvideRuntimeContext()
public boolean isProvideVariations()
true if variations should be injected in service class, and false otherwise.public Collection<Module> getModules()
public Map<String,Object> getConfiguration()
public DeploymentDescription getDeployment()
public String[] getPublishers()
Copyright © 2004–2019 OpenL Tablets. All rights reserved.