public class PolicyAttachmentStore extends Object
| Constructor and Description |
|---|
PolicyAttachmentStore(ClassLoader cl)
Creates a PolicyAttachmentStore parsing policy sets located
using the provided classloader.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyAttachment> |
get(String setName) |
static PolicyAttachmentStore |
getDefaultInstance()
Get a singleton PolicyAttachmentStore getting policy sets using
the classloader of JBossWS-CXF JAXWS Provider SPI impl.
|
boolean |
isEmpty() |
void |
merge(PolicyAttachmentStore pas) |
public PolicyAttachmentStore(ClassLoader cl)
cl - public static PolicyAttachmentStore getDefaultInstance()
public void merge(PolicyAttachmentStore pas)
public List<PolicyAttachment> get(String setName)
public boolean isEmpty()
Copyright © 2018 JBoss by Red Hat. All rights reserved.