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. Ex: accept(ArtifactVisitor visitor) { visitor.visit(this); }
- Author:
- eric.wittmann@redhat.com
- See Also:
- Serialized Form