Class PolicySetsAnnotationListener
- java.lang.Object
-
- org.jboss.wsf.stack.cxf.extensions.policy.PolicySetsAnnotationListener
-
- All Implemented Interfaces:
FactoryBeanListener
public class PolicySetsAnnotationListener extends Object implements FactoryBeanListener
A FactoryBeanListener that adds policies according to a given map of EndpointPolicyAttachment- Since:
- 03-Jun-2013
- Author:
- alessio.soldano@jboss.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cxf.service.factory.FactoryBeanListener
FactoryBeanListener.Event
-
-
Constructor Summary
Constructors Constructor Description PolicySetsAnnotationListener()PolicySetsAnnotationListener(ClassLoader cl)PolicySetsAnnotationListener(PolicyAttachmentStore store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EndpointPolicyAttachmentsgetEndpointPolicyAttachment(Class<?> clazz)voidhandleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)
-
-
-
Constructor Detail
-
PolicySetsAnnotationListener
public PolicySetsAnnotationListener()
-
PolicySetsAnnotationListener
public PolicySetsAnnotationListener(ClassLoader cl)
-
PolicySetsAnnotationListener
public PolicySetsAnnotationListener(PolicyAttachmentStore store)
-
-
Method Detail
-
getEndpointPolicyAttachment
protected EndpointPolicyAttachments getEndpointPolicyAttachment(Class<?> clazz)
-
handleEvent
public void handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)
- Specified by:
handleEventin interfaceFactoryBeanListener
-
-