Uses of Class
org.globus.cog.abstraction.xml.ServiceList

Packages that use ServiceList
org.globus.cog.abstraction.xml   
 

Uses of ServiceList in org.globus.cog.abstraction.xml
 

Methods in org.globus.cog.abstraction.xml that return ServiceList
 ServiceList Task.getServiceList()
           
static ServiceList ServiceList.unmarshal(Reader reader)
           
 

Methods in org.globus.cog.abstraction.xml with parameters of type ServiceList
 void Task.setServiceList(ServiceList serviceList)