Class PolicyAttachmentStore


  • public class PolicyAttachmentStore
    extends Object
    The store containing pre-defined policy attachments grouped by set name; lazy loaded on first use.
    Since:
    03-Jun-2013
    Author:
    alessio.soldano@jboss.com
    • Constructor Detail

      • PolicyAttachmentStore

        public PolicyAttachmentStore​(ClassLoader cl)
        Creates a PolicyAttachmentStore parsing policy sets located using the provided classloader.
        Parameters:
        cl -
    • Method Detail

      • getDefaultInstance

        public static PolicyAttachmentStore getDefaultInstance()
        Get a singleton PolicyAttachmentStore getting policy sets using the classloader of JBossWS-CXF JAXWS Provider SPI impl.
        Returns:
      • isEmpty

        public boolean isEmpty()