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

Packages that use SOAPCall
uk.org.ogsadai.client.toolkit.service This package provides interfaces representing web services and OGSA-DAI data services. 
uk.org.ogsadai.client.toolkit.wsrf This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service
 

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

Methods in uk.org.ogsadai.client.toolkit.service that return SOAPCall
 SOAPCall SimpleSOAPCallFactory.createSOAPCall()
          Creates and returns a new SOAPCall object.
 SOAPCall SOAPCallFactory.createSOAPCall()
          Creates a new SOAPCall object with default properties and timeout.
 

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

Methods in uk.org.ogsadai.client.toolkit.wsrf with parameters of type SOAPCall
protected  void WSRFDataService.addAddressingHeaders(SOAPCall call, ResourceID resourceID)
          Generates the addressing headers for a given resource ID and adds them to the specified SOAPCall.
private  void WSRFDataTransport.generateHeaders(SOAPCall call)
          Generates WSRF headers for a SOAP request.
private  void WSRFDataTransport.addAddressingHeaders(SOAPCall call, ResourceID id)
          Generates headers with the given resource ID for a SOAP request.