public static class ArtifactVisitorHelper
extends Object
Helper class used to visit S-RAMP artifacts. This should be replaced by "accept" methods implemented
on each of the generated S-RAMP artifact classes. I think there might be a jax-b plugin that will do
that, but I haven't checked into yet. This is important because currently the order of the instanceof
checks below is vital to the proper visiting of the artifact, which is not ideal.
- Author:
- eric.wittmann@redhat.com
- See Also:
- Serialized Form