|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.duracloud.serviceconfig.xml.ServiceElementReader
public class ServiceElementReader
This class is responsible for binding service-config xml documents to ServiceInfo objects.
Constructor Summary | |
---|---|
ServiceElementReader()
|
Method Summary | |
---|---|
static ServiceInfo |
createServiceFrom(ServiceDocument doc)
This method binds a single-service xml document to a single ServiceInfo object |
static java.util.List<ServiceInfo> |
createServiceListFrom(ServicesDocument doc)
This method binds a multi-service xml document to a list of ServiceInfo objects |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceElementReader()
Method Detail |
---|
public static java.util.List<ServiceInfo> createServiceListFrom(ServicesDocument doc)
doc
- service-config xml document
public static ServiceInfo createServiceFrom(ServiceDocument doc)
doc
- service-config xml document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |