Uses of Class
uk.org.ogsadai.client.toolkit.ServiceType

Packages that use ServiceType
uk.org.ogsadai.client.toolkit Provides utility classes for client-side interaction with OGSA-DAI services. 
uk.org.ogsadai.client.toolkit.activity.delivery This package provides classes that provide a client-side representation of delivery activities in Java. 
uk.org.ogsadai.client.toolkit.properties This package provides classes which act as client-side representations of the properties of data services and data service resources. 
 

Uses of ServiceType in uk.org.ogsadai.client.toolkit
 

Fields in uk.org.ogsadai.client.toolkit declared as ServiceType
static ServiceType ServiceType.WSI
          OGSA-DAI WSI service
static ServiceType ServiceType.WSRF
          OGSA-DAI WSRF service
static ServiceType ServiceType.UNKNOWN
          Unknown service
 

Uses of ServiceType in uk.org.ogsadai.client.toolkit.activity.delivery
 

Fields in uk.org.ogsadai.client.toolkit.activity.delivery declared as ServiceType
protected  ServiceType DeliverFromDT.mServiceType
          Service type.
protected  ServiceType DeliverToDT.mServiceType
          Service type.
 

Methods in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type ServiceType
 void DeliverFromDT.setServiceType(ServiceType serviceType)
          Sets the type (OGSA-DAI WSI or OGSA-DAI WSRF) of the destination service if known.
 void DeliverToDT.setServiceType(ServiceType serviceType)
          Sets the type (OGSA-DAI WSI or OGSA-DAI WSRF) of the destination service if known.
 

Uses of ServiceType in uk.org.ogsadai.client.toolkit.properties
 

Fields in uk.org.ogsadai.client.toolkit.properties declared as ServiceType
private  ServiceType DAIVersion.mServiceType
          OGSA-DAI service type as provided by a service
 

Methods in uk.org.ogsadai.client.toolkit.properties that return ServiceType
 ServiceType DAIVersion.getServiceType()
          Return service type.