Class PolicySetsAnnotationListener
java.lang.Object
org.jboss.wsf.stack.cxf.extensions.policy.PolicySetsAnnotationListener
- All Implemented Interfaces:
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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected EndpointPolicyAttachmentsgetEndpointPolicyAttachment(Class<?> clazz) voidhandleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args)
-
Constructor Details
-
PolicySetsAnnotationListener
public PolicySetsAnnotationListener() -
PolicySetsAnnotationListener
-
PolicySetsAnnotationListener
-
-
Method Details
-
getEndpointPolicyAttachment
-
handleEvent
public void handleEvent(FactoryBeanListener.Event ev, AbstractServiceFactoryBean factory, Object... args) - Specified by:
handleEventin interfaceFactoryBeanListener
-