org.apache.cxf.ws.policy.blueprint
Class PolicyFeatureBPDefinitionParser

java.lang.Object
  extended by org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
      extended by org.apache.cxf.ws.policy.blueprint.PolicyFeatureBPDefinitionParser

public class PolicyFeatureBPDefinitionParser
extends org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser


Constructor Summary
PolicyFeatureBPDefinitionParser()
           
 
Method Summary
static org.osgi.service.blueprint.reflect.Metadata createElement(org.apache.aries.blueprint.ParserContext context, Element value)
           
 org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
           
 
Methods inherited from class org.apache.cxf.configuration.blueprint.AbstractBPBeanDefinitionParser
createObjectOfClass, createPassThrough, createRef, createValue, createValue, getBus, getBusRef, hasBusProperty, isAttribute, isNamespace, mapAttribute, mapElement, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseAttributes, parseChildElements, parseListData, parseMapData, parseQName, processBusAttribute, processNameAttribute, setFirstChildAsProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyFeatureBPDefinitionParser

public PolicyFeatureBPDefinitionParser()
Method Detail

parse

public org.osgi.service.blueprint.reflect.Metadata parse(Element element,
                                                         org.apache.aries.blueprint.ParserContext context)

createElement

public static org.osgi.service.blueprint.reflect.Metadata createElement(org.apache.aries.blueprint.ParserContext context,
                                                                        Element value)


Apache CXF