|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceConfig
The configuration spec for a platform managed service
Method Summary | |
---|---|
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 |
Method Detail |
---|
String getId()
boolean isEnabled()
Collection<Class<?>> getExtraClasses()
Class<?> getServiceClass()
String getTitle()
String getDescription()
String getServiceType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |