Class UnmarshallerListener


  • public class UnmarshallerListener
    extends Unmarshaller.Listener
    Listener class that is used during the unmarshalling process to resolve environment variables that might be defined within a Policy file.
    Author:
    mcayanan
    • Constructor Detail

      • UnmarshallerListener

        public UnmarshallerListener()
    • Method Detail

      • afterUnmarshal

        public void afterUnmarshal​(Object target,
                                   Object parent)
        Resolves environment variables that could be found in one of the following elements in the policy file:
        • path within a Directory or Pds3Directory Element
        • manifest within a Checksum Element
        • file within a Collection Element
        • offset within an AccessUrl Element
        Overrides:
        afterUnmarshal in class Unmarshaller.Listener