Uses of Class
uk.org.ogsadai.client.toolkit.properties.UnknownPropertyException

Packages that use UnknownPropertyException
uk.org.ogsadai.client.toolkit.exception Classes for exposing faults from OGSA-DAI services as client-side exceptions. 
uk.org.ogsadai.client.toolkit.service This package provides interfaces representing web services and OGSA-DAI data services. 
uk.org.ogsadai.client.toolkit.sessions Contains the client toolkit interfaces and classes for working with sessions. 
uk.org.ogsadai.client.toolkit.wsi This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service
uk.org.ogsadai.client.toolkit.wsrf This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service
 

Uses of UnknownPropertyException in uk.org.ogsadai.client.toolkit.exception
 

Methods in uk.org.ogsadai.client.toolkit.exception that return UnknownPropertyException
static UnknownPropertyException FaultToException.getUnknownPropertyException(InvalidResourcePropertyQNameFaultType fault)
          Return a UnknownPropertyException corresponding to an InvalidResourcePropertyQNameFaultType.
 

Uses of UnknownPropertyException in uk.org.ogsadai.client.toolkit.service
 

Methods in uk.org.ogsadai.client.toolkit.service that throw UnknownPropertyException
 RequestStatus DataService.getStatus(SessionID sessionID)
          Gets the request status of a request executing within a specific session.
 void DataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval)
          Polls a data service resource exposed by a data service for the request status for a specific session and blocks until the status is 'COMPLETED'.
 void DataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod)
          Polls a data service resource exposed by a data service for the request status for a specific session and blocks until the status is 'COMPLETED'.
 DataResourceInfo DataService.getDataResourceInfo()
          Gets information on a data resource exposed by a data service resource.
 java.lang.String[] DataService.getSupportedActivities()
          Gets the names of the activities supported by a data service resource.
 ActivityMetaData DataService.getActivityMetaData(java.lang.String activityName)
          Gets the meta-data about a specific activity supported by a data service resource.
 Property Properties.getProperty(javax.xml.namespace.QName name)
          Obtain a property of a resource.
 Property[] Properties.getProperties(javax.xml.namespace.QName[] names)
          Obtain multiple properties of a resource.
 

Uses of UnknownPropertyException in uk.org.ogsadai.client.toolkit.sessions
 

Methods in uk.org.ogsadai.client.toolkit.sessions that throw UnknownPropertyException
 RequestStatus SessionImpl.getStatus()
           
 RequestStatus Session.getStatus()
          Gets the status of the current request for the session.
 

Uses of UnknownPropertyException in uk.org.ogsadai.client.toolkit.wsi
 

Methods in uk.org.ogsadai.client.toolkit.wsi that throw UnknownPropertyException
 void WSIDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval)
           
private  void WSIDataService.pollUntilRequestCompleted(ResourceID resourceID, SessionID sessionID, int pollInterval, int timeoutPeriod, boolean forever)
           
 void WSIDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod)
           
 RequestStatus WSIDataService.getStatus(SessionID sessionID)
           
 DataResourceInfo WSIDataService.getDataResourceInfo()
           
 java.lang.String[] WSIDataService.getSupportedActivities()
           
 ActivityMetaData WSIDataService.getActivityMetaData(java.lang.String activityName)
           
 Property WSIDataService.getProperty(javax.xml.namespace.QName propertyName)
           
 Property[] WSIDataService.getProperties(javax.xml.namespace.QName[] names)
           
 

Uses of UnknownPropertyException in uk.org.ogsadai.client.toolkit.wsrf
 

Methods in uk.org.ogsadai.client.toolkit.wsrf that throw UnknownPropertyException
 RequestStatus WSRFDataService.getStatus(SessionID sessionID)
           
 DataResourceInfo WSRFDataService.getDataResourceInfo()
           
 java.lang.String[] WSRFDataService.getSupportedActivities()
           
 ActivityMetaData WSRFDataService.getActivityMetaData(java.lang.String activityName)
           
 Property WSRFDataService.getProperty(javax.xml.namespace.QName propertyName)
           
 Property[] WSRFDataService.getProperties(javax.xml.namespace.QName[] names)
           
 void WSRFDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval)
           
 void WSRFDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod)
           
 void WSRFDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod, boolean forever)
           
private  java.util.Vector WSRFDataService.invokeServiceResourceOperation(ResourceID resourceID, javax.xml.namespace.QName operationName, org.apache.axis.message.SOAPBodyElement body)
          Invokes the specified service resource operation using a SOAP call.