org.apache.cxf.frontend.spring
Class ClientProxyFactoryBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
              extended by org.apache.cxf.frontend.spring.ClientProxyFactoryBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class ClientProxyFactoryBeanDefinitionParser
extends org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
ClientProxyFactoryBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext ctx, org.springframework.beans.factory.support.BeanDefinitionBuilder clientBean)
           
protected  java.lang.Class getProxyFactoryClass()
           
protected  java.lang.String getSuffix()
           
 
Methods inherited from class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser
getAndRegisterFirstChild, getBeanClass, getBeanClass, getFirstChild, getIdOrName, getJaxbPackage, hasBusProperty, isAttribute, mapAttribute, mapElement, mapElementToJaxbProperty, mapElementToJaxbProperty, mapToProperty, parseQName, resolveId, setBeanClass, setFirstChildAsProperty
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientProxyFactoryBeanDefinitionParser

public ClientProxyFactoryBeanDefinitionParser()
Method Detail

getSuffix

protected java.lang.String getSuffix()
Overrides:
getSuffix in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser

doParse

protected void doParse(org.w3c.dom.Element element,
                       org.springframework.beans.factory.xml.ParserContext ctx,
                       org.springframework.beans.factory.support.BeanDefinitionBuilder clientBean)
Overrides:
doParse in class org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser

getProxyFactoryClass

protected java.lang.Class getProxyFactoryClass()


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.