Uses of Class
uk.org.ogsadai.client.toolkit.soap.AttachmentManager

Packages that use AttachmentManager
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
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.soap This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis. 
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Uses of AttachmentManager in uk.org.ogsadai.activity
 

Methods in uk.org.ogsadai.activity that return AttachmentManager
 AttachmentManager ActivityContext.getAttachmentManager()
          Gets the attachment manager through which attachments can be added to the response document.
 

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

Fields in uk.org.ogsadai.client.toolkit declared as AttachmentManager
private  AttachmentManager DocumentResponse.mAttachmentManager
           
 

Methods in uk.org.ogsadai.client.toolkit that return AttachmentManager
 AttachmentManager Response.getAttachmentManager()
          Gets the attachment manager object that provides convenient access to attachmens data.
 AttachmentManager DocumentResponse.getAttachmentManager()
           
 

Methods in uk.org.ogsadai.client.toolkit with parameters of type AttachmentManager
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, AttachmentManager attachmentManager)
           
 

Constructors in uk.org.ogsadai.client.toolkit with parameters of type AttachmentManager
DocumentResponse(DataService dataService, org.w3c.dom.Document response, AttachmentManager attachmentManager)
           
 

Uses of AttachmentManager in uk.org.ogsadai.client.toolkit.activity
 

Fields in uk.org.ogsadai.client.toolkit.activity declared as AttachmentManager
private  AttachmentManager ActivityResponse.mAttachmentManager
          Manager for attachments
 

Methods in uk.org.ogsadai.client.toolkit.activity that return AttachmentManager
 AttachmentManager ActivityResponse.getAttachmentManager()
           
 

Methods in uk.org.ogsadai.client.toolkit.activity with parameters of type AttachmentManager
 Response ActivityRequest.createResponse(org.w3c.dom.Document responseDocument, AttachmentManager attachmentManager)
           
 

Constructors in uk.org.ogsadai.client.toolkit.activity with parameters of type AttachmentManager
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 AttachmentManager in uk.org.ogsadai.client.toolkit.soap
 

Fields in uk.org.ogsadai.client.toolkit.soap declared as AttachmentManager
private  AttachmentManager SOAPCall.mAttachmentManager
          Map with MIME Content-IDs as keys and DataHangler objects representing attachments
 

Methods in uk.org.ogsadai.client.toolkit.soap that return AttachmentManager
 AttachmentManager SOAPCall.getAttachmentManager()
          Get the attachments map mapping Content-ID MIME Header values to Objects representing attachment data.
 

Uses of AttachmentManager in uk.org.ogsadai.engine
 

Fields in uk.org.ogsadai.engine declared as AttachmentManager
private  AttachmentManager RequestContext.mAttachmentManager
          Attachment manager
 

Methods in uk.org.ogsadai.engine that return AttachmentManager
 AttachmentManager RequestContext.getAttachmentManager()
          Gets the attachment manager through which attachments can be added to the outgoing response.
 

Methods in uk.org.ogsadai.engine with parameters of type AttachmentManager
 void RequestContext.setAttachmentManager(AttachmentManager attachmentManager)
          Sets the attachment manager through which attachments can be added to the outgoing response.
 

Uses of AttachmentManager in uk.org.ogsadai.service.wsrf.dataservice.impl
 

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type AttachmentManager
private  org.w3c.dom.Document DataServiceImpl.perform(DataServiceResource resource, org.w3c.dom.Document performDoc, AttachmentManager attMgr)
          Submit an OGSA-DAI perform document to a data service resource.