Uses of Class
uk.org.ogsadai.client.toolkit.exception.DataFormatException

Packages that use DataFormatException
uk.org.ogsadai.client.toolkit Provides utility classes for client-side interaction with OGSA-DAI services.?
uk.org.ogsadai.client.toolkit.activity Provides base classes for request componenents and activities.?
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.activity.examples Provides client toolkit versions of the example activities.?
uk.org.ogsadai.client.toolkit.activity.factory.demo Provides client toolkit versions of the activities used in the data service resource factory demo.?
uk.org.ogsadai.client.toolkit.activity.files Provides client-side classes for OGSA-DAI file activities.?
uk.org.ogsadai.client.toolkit.activity.indexedfiles Provides client-side classes for OGSA-DAI activites that operate on indexed files.?
uk.org.ogsadai.client.toolkit.activity.relational ??
uk.org.ogsadai.client.toolkit.activity.sql Provides client-side classes for OGSA-DAI activites that allow SQL access to relational databases.?
uk.org.ogsadai.client.toolkit.activity.transform Contains the client toolkit activity classes for various data transformation activities.?
uk.org.ogsadai.client.toolkit.activity.xmldb Contains the client toolkit activity classes for various XML database activities.?
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.?
uk.org.ogsadai.client.toolkit.sessions Contains the client toolkit interfaces and classes for working with sessions.?
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit
?

Methods in uk.org.ogsadai.client.toolkit that throw DataFormatException
abstract ?Response Request.createResponse(org.w3c.dom.Document?response)
??????????Create a response object corresponding to the given XML document which is assumed to hold an OGSA-DAI XML response document.
abstract ?Response Request.createResponse(org.w3c.dom.Document?response, AttachmentManager?attachmentManager)
??????????Create a response object corresponding to the given XML document which is assumed to hold an OGSA-DAI XML response document.
?Response DocumentRequest.createResponse(org.w3c.dom.Document?response)
???????????
?Response DocumentRequest.createResponse(org.w3c.dom.Document?response, AttachmentManager?attachmentManager)
???????????
?

Constructors in uk.org.ogsadai.client.toolkit that throw DataFormatException
DocumentResponse(DataService?dataService, org.w3c.dom.Document?response)
??????????Creates a new document response object.
DocumentResponse(DataService?dataService, org.w3c.dom.Document?response, AttachmentManager?attachmentManager)
???????????
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity
?

Methods in uk.org.ogsadai.client.toolkit.activity that throw DataFormatException
?int ExampleActivity.getSomething()
??????????Get the value of some attribute someAttribute
?Response ActivityRequest.createResponse(org.w3c.dom.Document?responseDocument)
???????????
?Response ActivityRequest.createResponse(org.w3c.dom.Document?responseDocument, AttachmentManager?attachmentManager)
???????????
?

Constructors in uk.org.ogsadai.client.toolkit.activity that throw DataFormatException
ActivityResponse(DataService?dataService, org.w3c.dom.Document?response, java.util.Map?outputs)
??????????Constructs an ActivityResponse for the given response document and populates the activity outputs with the data contained in the response document.
ActivityResponse(DataService?dataService, org.w3c.dom.Document?response, java.util.Map?outputs, AttachmentManager?attachmentManager)
??????????Constructs an ActivityResponse for the given response document and populates the activity outputs with the data contained in the response document.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.delivery
?

Methods in uk.org.ogsadai.client.toolkit.activity.delivery that throw DataFormatException
?java.sql.ResultSet DTOutputStream.getResultSet()
???????????
?java.sql.ResultSet DTOutputStream.getResultSet(int?numberOfRowsToFetch)
??????????Coverts data exposed by this activity into a forward-only java.sql.ResultSet only if the activity providing input to this activity outputs data in WebRowSet XML format.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.examples
?

Methods in uk.org.ogsadai.client.toolkit.activity.examples that throw DataFormatException
?int DemoExternalInput.getSum()
??????????Gets the sum of the values written to the input stream.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.factory.demo
?

Methods in uk.org.ogsadai.client.toolkit.activity.factory.demo that throw DataFormatException
?java.lang.String DemoCreateTransientInstance.getInstanceName()
??????????Gets the name of the new demo instance resource.
?java.lang.String DemoQueryInstance.getNameValue()
??????????Gets the name stored in the demo instance resource.
?java.lang.String DemoCreateInstance.getInstanceName()
??????????Gets the name of the new demo instance resource.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.files
?

Methods in uk.org.ogsadai.client.toolkit.activity.files that throw DataFormatException
?java.lang.String[] DirectoryAccess.getSubDirectories()
??????????Returns the names of all subdirectories of the accessed directory.
?java.lang.String[] DirectoryAccess.getFileNames()
??????????Returns the names of all files in the accessed directory.
private ?void DirectoryAccess.parseData()
??????????Parses the output data and populates the String arrays with directory and file names.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.indexedfiles
?

Methods in uk.org.ogsadai.client.toolkit.activity.indexedfiles that throw DataFormatException
?long IndexedFileSearch.getResultCount()
??????????Gets the number of results as recorded in the search status output.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.relational
?

Methods in uk.org.ogsadai.client.toolkit.activity.relational that throw DataFormatException
static?DatabaseSchemaMetaData DatabaseSchemaActivityOutputConverter.convert(ActivityOutput?output)
??????????Converts output from a DatabaseSchemaToXML activity into a DatabaseSchemaMetaData object.
?org.w3c.dom.Document ExtractPhysicalSchema.getAsDocument()
??????????Gets the sum of the values written to the input stream.
?DatabaseSchemaMetaData DatabaseSchemaToXML.getAsDatabaseSchemaMetaData()
??????????Gets the sum of the values written to the input stream.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.sql
?

Methods in uk.org.ogsadai.client.toolkit.activity.sql that throw DataFormatException
static?java.sql.ResultSet ResultSetActivityOutputConverter.convert(ActivityOutput?output)
??????????Converts an activity output to a forward-only java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convert(ActivityOutput?output, int?resultSetType)
??????????Converts an activity output to a java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convertFromCSV(ActivityOutput?output)
??????????Converts an activity output to a forward-only java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convertFromCSV(ActivityOutput?output, int?resultSetType)
??????????Converts an activity output to a java.sql.ResultSet.
static?java.sql.ResultSet ResultSetActivityOutputConverter.convertFromCSV(ActivityOutput?output, int?resultSetType, CSVConfigurator?configurator)
??????????Converts an activity output to a java.sql.ResultSet.
?java.sql.ResultSet SQLBag.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?java.sql.ResultSet CSV.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?java.sql.ResultSet SQLResilientQuery.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?int SQLUpdate.getModifiedRowsCount()
??????????Returns the number of rows modified by the update.
?java.sql.ResultSet WebRowSet.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
?java.sql.ResultSet RemoveDuplicatesWebRowSet.getResultSet()
??????????Get the WebRowSet XML output from this activity and convert it into a ResultSet of type specified by getResultSetType.
static?int UpdateCountToIntOutputConverter.convert(ActivityOutput?output)
??????????Converts update count data to an integer.
?int SQLBulkLoad.getInsertedRowsCount()
??????????Gets the number of rows inserted into the table as a result of the bulk load operation.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.transform
?

Methods in uk.org.ogsadai.client.toolkit.activity.transform that throw DataFormatException
?int[] FrequencyDistributor.getDistribution()
???????????
?long GZIPCompression.getChecksumValue()
??????????Gets the checksum value from the activity's meta data output.
?java.lang.String GZIPCompression.getChecksumType()
??????????Gets the checksum type from the activity's meta data output.
?long ZIPArchive.getChecksumValue()
??????????Gets the checksum value from the activity's meta data output.
?java.lang.String ZIPArchive.getChecksumType()
??????????Gets the checksum type from the activity's meta data output.
?long GZIPDecompression.getChecksumValue()
??????????Gets the checksum value from the activity's meta data output.
?java.lang.String GZIPDecompression.getChecksumType()
??????????Gets the checksum type from the activity's meta data output.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.activity.xmldb
?

Methods in uk.org.ogsadai.client.toolkit.activity.xmldb that throw DataFormatException
?org.xmldb.api.base.ResourceSet XQuery.getResourceSet()
??????????Get the results of the query as a ResourceSet.
?org.xmldb.api.base.ResourceSet XPathQuery.getResourceSet()
??????????Get the results of the query as a ResourceSet.
?int XMLBulkLoad.getResultCount()
??????????Gets the number of inserted resources.
?java.lang.String[] XMLListResources.getResourceNames()
??????????Gets the list of resource names.
?java.lang.String XMLCreateResource.getResourceName()
??????????Gets the name of the new resource.
?java.lang.String XMLCreateResourceFromActivityOutput.getResourceName()
??????????Gets the name of the new resource.
?int XUpdate.getModifiedNodes()
??????????Gets the number of updated nodes.
?java.lang.String[] XMLListCollections.getCollectionNames()
??????????Gets the list of collection names.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.properties
?

Methods in uk.org.ogsadai.client.toolkit.properties that throw DataFormatException
static?DataResourceInfo DataResourceInfo.createFromProperty(Property?property)
??????????Creates a DataResourceInfo object from a property holding a value representing this information.
static?java.lang.String PropertyUtilities.getAsString(Property?property)
??????????Retrieves a string value from a property.
static?int PropertyUtilities.getAsInt(Property?property)
??????????Retrieves the integer value from a property.
static?float PropertyUtilities.getAsFloat(Property?property)
??????????Retrieves the float value from a property.
static?boolean PropertyUtilities.getAsBoolean(Property?property)
??????????Retrieves the boolean value from a property.
static?javax.xml.namespace.QName PropertyUtilities.getAsQName(Property?property)
??????????Retrieves the qualified name value from a property.
static?RequestStatus RequestStatus.createFromProperty(Property?property)
??????????Creates a RequestStatus object from a property holding a value representing the request status.
static?RequestStatus RequestStatus.createFromResponse(org.w3c.dom.Document?response)
??????????Creates a RequestStatus object by extracting the status from the given response document.
static?DAIVersion DAIVersion.createFromProperty(Property?property)
??????????Creates a DAIVersion object from a property holding a value representing this information.
static?ActivityMetaData[] ActivityMetaData.createFromProperty(Property?property)
??????????Creates an array of ActivityMetaData objects from a property holding a value representing activity meta data.
?

Uses of DataFormatException in uk.org.ogsadai.client.toolkit.sessions
?

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

Constructors in uk.org.ogsadai.client.toolkit.sessions that throw DataFormatException
SessionImpl(DataService?dataService, org.w3c.dom.Document?response)
??????????Creates a new session object from the session element of a response document.
?