public class ServiceMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServiceMetadata.Scope |
Constructor and Description |
---|
ServiceMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
addProvide(String provide)
Add a provided interface to this service
|
String[] |
getProvides()
Returns the implemented interfaces
|
ServiceMetadata.Scope |
getScope() |
void |
setScope(String scopeName) |
void |
setServiceFactory(boolean serviceFactory)
Setter for the servicefactory attribute of the service element
|
public void setServiceFactory(boolean serviceFactory)
serviceFactory
- public void setScope(String scopeName)
public ServiceMetadata.Scope getScope()
public void addProvide(String provide)
provide
- a String containing the name of the provided interfacepublic String[] getProvides()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.