Uses of Interface
uk.org.ogsadai.client.toolkit.service.SOAPCallFactory

Packages that use SOAPCallFactory
uk.org.ogsadai.activity.delivery.wsrf This package provides classes implementing delivery activities that are specific to WSRF-compliant versions of OGSA-DAI. 
uk.org.ogsadai.client.toolkit Provides utility classes for client-side interaction with OGSA-DAI services. 
uk.org.ogsadai.client.toolkit.security.wsrf Provides WSRF-specific client toolkit security related functionality. 
uk.org.ogsadai.client.toolkit.service This package provides interfaces representing web services and OGSA-DAI data services. 
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 SOAPCallFactory in uk.org.ogsadai.activity.delivery.wsrf
 

Methods in uk.org.ogsadai.activity.delivery.wsrf with parameters of type SOAPCallFactory
 void GSISecureConversationProperty.configureCallFactory(SOAPCallFactory factory)
           
 

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

Methods in uk.org.ogsadai.client.toolkit with parameters of type SOAPCallFactory
 void TimeoutProperty.configureCallFactory(SOAPCallFactory factory)
           
abstract  void ConnectionProperty.configureCallFactory(SOAPCallFactory factory)
          Configures a SOAPCallFactory to apply this connection property to any subsequent calls that are made.
 

Uses of SOAPCallFactory in uk.org.ogsadai.client.toolkit.security.wsrf
 

Methods in uk.org.ogsadai.client.toolkit.security.wsrf with parameters of type SOAPCallFactory
 void GSITransportEncryptionProperty.configureCallFactory(SOAPCallFactory factory)
           
 void SecurityConfigProperty.configureCallFactory(SOAPCallFactory factory)
           
 

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

Classes in uk.org.ogsadai.client.toolkit.service that implement SOAPCallFactory
 class SimpleSOAPCallFactory
          A simple thread-safe implementation of the SOAPCallFactory interface.
 

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

Fields in uk.org.ogsadai.client.toolkit.wsi declared as SOAPCallFactory
private  SOAPCallFactory WSIDataService.mCallFactory
          Factory for creating SOAPCall objects with the correct settings.
private  SOAPCallFactory WSIDataTransport.mCallFactory
          Factory for creating SOAPCall objects with the correct settings.
 

Methods in uk.org.ogsadai.client.toolkit.wsi that return SOAPCallFactory
protected  SOAPCallFactory WSIDataService.getCallFactory()
          Gets the call factory to use for creating new SOAPCall objects.
 

Constructors in uk.org.ogsadai.client.toolkit.wsi with parameters of type SOAPCallFactory
WSIDataTransport(java.net.URL serviceURL, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSI data service stub from the given URL.
WSIDataTransport(java.net.URL url, ResourceID id, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSI data service stub from the given URL configured to communicate with the given resource.
WSIDataTransport(java.net.URL url, ResourceID resourceID, SessionStreamID sessionStreamID, SOAPCallFactory factory)
          Construct a new OGSA-DAI WSI data service stub from the given URL configured to communicate with the given resource, in particular the given stream of the given session.
 

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

Fields in uk.org.ogsadai.client.toolkit.wsrf declared as SOAPCallFactory
private  SOAPCallFactory WSRFDataTransport.mCallFactory
          Factory for creating SOAPCall objects with the correct settings.
private  SOAPCallFactory WSRFDataService.mCallFactory
          Factory for creating SOAPCall objects with the correct settings.
 

Methods in uk.org.ogsadai.client.toolkit.wsrf that return SOAPCallFactory
protected  SOAPCallFactory WSRFDataService.getCallFactory()
          Provides subclasses with access to the factory used for creating new call objects.
 

Constructors in uk.org.ogsadai.client.toolkit.wsrf with parameters of type SOAPCallFactory
WSRFDataTransport(java.net.URL url, ResourceID id, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSRF data service stub from the given URL configured to communicate with the given resource.
WSRFDataTransport(java.net.URL url, ResourceID resourceID, SessionStreamID stream, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSRF data transport service from the given URL, resource ID, stream ID and the SOAP call factory.