WSRF Core Operation Providers
4.10
Overview
This package contains implementations of the portTypes defined by the WS-ResourceLifetime and WS-ResourceProperty specifications. These specifications define the following portTypes:
WS-ResourceProperties
WS-ResourceLifetime
Tips for Using Providers
- Services which use operations providers must still implement all of the operations defined in their portType. The function implementations for operations implemented by providers may be empty---they will never be called.
- Some operation providers publish ResourceProperties which must be created when the resource instance is initialized. The following snippet shows how to initialize all providers associated with a resource:
globus_resource_create(resource_id, &resource);
<ServiceName>InitResource(resource_id);