Modifier and Type | Field and Description |
---|---|
protected List<Service> |
Services.service |
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone()
Creates and returns a deep copy of this object.
|
Service |
ObjectFactory.createService()
Create an instance of
Service |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Service> |
ObjectFactory.createService(Service value)
|
List<Service> |
Services.getService()
Gets the value of the service property.
|
List<Service> |
Services.getServices(Class<?> clazz)
Gets all services for a given class from this list of services.
|
List<Service> |
Services.getServices(String identifier)
Gets all services for a given identifier from this list of services.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Service> |
ObjectFactory.createService(Service value)
|
<T> T |
DefaultServiceFactory.createServiceObject(ModelContext context,
Service service,
Class<T> type) |
<T> T |
ServiceFactory.createServiceObject(ModelContext context,
Service service,
Class<T> type)
Creates a new service object.
|
<T> T |
DefaultModelContext.createServiceObject(Service service,
Class<T> type)
Deprecated.
As of JOMC 1.9, please use method
DefaultModelContext.createServiceObjects(java.lang.String, java.lang.String, java.lang.Class) .
This method will be removed in JOMC 2.0. |
abstract <T> T |
ModelContext.createServiceObject(Service service,
Class<T> type)
Deprecated.
As of JOMC 1.9, please use method
ModelContext.createServiceObjects(java.lang.String, java.lang.String, java.lang.Class) .
This method will be removed in JOMC 2.0. |
Constructor and Description |
---|
Service(Service o)
Creates a new
Service instance by deeply copying a given Service instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.