|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionProperty | |
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 | Provides client toolkit security related functionality. |
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 ConnectionProperty in uk.org.ogsadai.activity.delivery.wsrf |
Subclasses of ConnectionProperty in uk.org.ogsadai.activity.delivery.wsrf | |
class |
GSISecureConversationProperty Specifies the properties required for message level security using GSI secure conversation as supported by the Globus Toolkit. |
Uses of ConnectionProperty in uk.org.ogsadai.client.toolkit |
Subclasses of ConnectionProperty in uk.org.ogsadai.client.toolkit | |
class |
TimeoutProperty The timeout property used to configure the timeout of a client-service connection. |
Uses of ConnectionProperty in uk.org.ogsadai.client.toolkit.security |
Subclasses of ConnectionProperty in uk.org.ogsadai.client.toolkit.security | |
class |
SecurityProperty Abstract class representing security-related connection properties. |
Uses of ConnectionProperty in uk.org.ogsadai.client.toolkit.security.wsrf |
Subclasses of ConnectionProperty in uk.org.ogsadai.client.toolkit.security.wsrf | |
class |
GSITransportEncryptionProperty A connection property used to specify that privacy is to be used with GSI transport-level security. |
class |
SecurityConfigProperty A connection property that can be used to specify a client-side security descriptor to use when communicating with a secure OGSA-DAI WSRF service. |
Uses of ConnectionProperty in uk.org.ogsadai.client.toolkit.service |
Methods in uk.org.ogsadai.client.toolkit.service with parameters of type ConnectionProperty | |
void |
DataTransport.setConnectionProperty(ConnectionProperty property) Configure the connection with a property. |
void |
Service.setConnectionProperty(ConnectionProperty property) Configure the connection with a property. |
Uses of ConnectionProperty in uk.org.ogsadai.client.toolkit.wsi |
Methods in uk.org.ogsadai.client.toolkit.wsi with parameters of type ConnectionProperty | |
void |
WSIDataService.setConnectionProperty(ConnectionProperty property) |
void |
WSIDataTransport.setConnectionProperty(ConnectionProperty property) Sets a connection property for the service stub. |
Uses of ConnectionProperty in uk.org.ogsadai.client.toolkit.wsrf |
Methods in uk.org.ogsadai.client.toolkit.wsrf with parameters of type ConnectionProperty | |
void |
WSRFDataTransport.setConnectionProperty(ConnectionProperty property) Configure the service stub with the specified ConnectionProperty . |
void |
WSRFDataService.setConnectionProperty(ConnectionProperty property) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |