Class PolicyAttachmentStore
java.lang.Object
org.jboss.wsf.stack.cxf.extensions.policy.PolicyAttachmentStore
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
ConstructorsConstructorDescriptionCreates a PolicyAttachmentStore parsing policy sets located using the provided classloader. -
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyAttachmentStoreGet a singleton PolicyAttachmentStore getting policy sets using the classloader of JBossWS-CXF JAXWS Provider SPI impl.booleanisEmpty()void
-
Constructor Details
-
PolicyAttachmentStore
Creates a PolicyAttachmentStore parsing policy sets located using the provided classloader.- Parameters:
cl-
-
-
Method Details
-
getDefaultInstance
Get a singleton PolicyAttachmentStore getting policy sets using the classloader of JBossWS-CXF JAXWS Provider SPI impl.- Returns:
-
merge
-
get
-
isEmpty
public boolean isEmpty()
-