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 Summary
Constructors Constructor Description PolicyAttachmentStore(ClassLoader cl)Creates a PolicyAttachmentStore parsing policy sets located using the provided classloader.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PolicyAttachment>get(String setName)static PolicyAttachmentStoregetDefaultInstance()Get a singleton PolicyAttachmentStore getting policy sets using the classloader of JBossWS-CXF JAXWS Provider SPI impl.booleanisEmpty()voidmerge(PolicyAttachmentStore pas)
-
-
-
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:
-
merge
public void merge(PolicyAttachmentStore pas)
-
get
public List<PolicyAttachment> get(String setName)
-
isEmpty
public boolean isEmpty()
-
-