Class PolicyAttachmentStore

java.lang.Object
org.jboss.wsf.stack.cxf.extensions.policy.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 Details

    • PolicyAttachmentStore

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

    • getDefaultInstance

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

      public void merge(PolicyAttachmentStore pas)
    • get

      public List<PolicyAttachment> get(String setName)
    • isEmpty

      public boolean isEmpty()