wt.fc.manifest
Interface ManifestServiceSvr
- All Known Implementing Classes:
- StandardManifestService
- public interface ManifestServiceSvr
The ManifestServiceSvr interface identifies the set of ManifestService
methods that are invokable only from classes running in the method server.
Currently there has not been any use case identified that would required
exposing any of the Manifest functionality to the client.
Supported API: false
Extendable: false
Method Summary |
void |
processManifest(Manifest manifest)
Method used to process the specified Manifest object,
the service implementation is optimized to carry out the Directive
objects contained within the Manifest . |
processManifest
public void processManifest(Manifest manifest)
throws WTException
- Method used to process the specified
Manifest
object,
the service implementation is optimized to carry out the Directive
objects contained within the Manifest
.
Supported API: false
- Parameters:
manifest
- The Manifest
object that needs to be processed by the service.
- Throws:
WTException