org.apache.cxf.ws.policy
Class PolicyAnnotationListener

java.lang.Object
  extended by org.apache.cxf.ws.policy.PolicyAnnotationListener
All Implemented Interfaces:
org.apache.cxf.service.factory.FactoryBeanListener

public class PolicyAnnotationListener
extends Object
implements org.apache.cxf.service.factory.FactoryBeanListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.cxf.service.factory.FactoryBeanListener
org.apache.cxf.service.factory.FactoryBeanListener.Event
 
Constructor Summary
PolicyAnnotationListener(org.apache.cxf.Bus bus)
           
 
Method Summary
 void handleEvent(org.apache.cxf.service.factory.FactoryBeanListener.Event ev, org.apache.cxf.service.factory.AbstractServiceFactoryBean factory, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyAnnotationListener

public PolicyAnnotationListener(org.apache.cxf.Bus bus)
Method Detail

handleEvent

public void handleEvent(org.apache.cxf.service.factory.FactoryBeanListener.Event ev,
                        org.apache.cxf.service.factory.AbstractServiceFactoryBean factory,
                        Object... args)
Specified by:
handleEvent in interface org.apache.cxf.service.factory.FactoryBeanListener


Apache CXF