public static class ArtificerArchiveEntry
extends Object
Models a single entry in an S-RAMP archive. Each entry in a valid
S-RAMP archive must include an artifact file (e.g. artifact.wsdl) and an
associated Atom Entry file (e.g. artifact.wsdl.atom). These two files
make up a single entry in the archive (the content and the meta-data for
an S-RAMP artifact).
Note that the Atom entry file is a full artifact Entry, so this class
automatically wraps and unwraps the BaseArtifactType
from the
Atom entry. In other words, this model represents a single archive
entry as the content and a BaseArtifactType
.
- Author:
- eric.wittmann@redhat.com
- See Also:
- Serialized Form