public interface IServiceConfig
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the localized title for this web service.
|
Collection<Class<?>> |
getExtraClasses() |
String |
getId()
Returns the unique id of this web service.
|
Class<?> |
getServiceClass()
Returns the web service bean class
|
String |
getServiceType() |
String |
getTitle()
Returns the localized title for this web service.
|
boolean |
isEnabled()
Returns the enabled state of this service
|
String getId()
boolean isEnabled()
Collection<Class<?>> getExtraClasses()
Class<?> getServiceClass()
String getTitle()
String getDescription()
String getServiceType()
Copyright © 2020 Hitachi Vantara. All rights reserved.