public interface BundleHandoverFacet
| Modifier and Type | Method and Description |
|---|---|
BundleHandoverResponse |
handleContent(BundleHandoverRequest handoverRequest)
Called by the plugin container when a bundle plugin indicates that the target resource component participates in
the bundle deployment.
The class implementing this interface is the ResourceComponent class
backing the bundle target resource.The implementation should: document the set of content/action/parameters combinations it supports close the InputStream referenced by content after reading to free resources
as soon as possible; the plugin container will still close it eventually
|
BundleHandoverResponse handleContent(BundleHandoverRequest handoverRequest)
ResourceComponent class
backing the bundle target resource.InputStream referenced by content after reading to free resources
as soon as possible; the plugin container will still close it eventuallyhandoverRequest - handover parameters and contextCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.