org.mule.config.spring.parsers.specific.endpoint.support
Class AddressedEndpointDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
          extended by org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
              extended by org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
                  extended by org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
                      extended by org.mule.config.spring.parsers.specific.endpoint.support.AddressedEndpointDefinitionParser
All Implemented Interfaces:
MuleDefinitionParser, MuleDefinitionParserConfiguration, org.springframework.beans.factory.xml.BeanDefinitionParser
Direct Known Subclasses:
TransportEndpointDefinitionParser, TransportGlobalEndpointDefinitionParser

public class AddressedEndpointDefinitionParser
extends AbstractSingleParentFamilyDefinitionParser

Combine a ChildAddressDefinitionParser and either a OrphanEndpointDefinitionParser or a ChildEndpointDefinitionParser in one parser. This lets us put the address attributes in the endpoint element.


Field Summary
static boolean META
           
static String PROPERTIES
           
static boolean PROTOCOL
           
static String[] RESTRICTED_ENDPOINT_ATTRIBUTES
           
 
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
firstDefinition
 
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
logger
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
AddressedEndpointDefinitionParser(String metaOrProtocol, boolean isMeta, MuleDefinitionParser endpointParser)
           
AddressedEndpointDefinitionParser(String metaOrProtocol, boolean isMeta, MuleDefinitionParser endpointParser, String[] requiredAddressAttributes, String[] requiredProperties)
           
AddressedEndpointDefinitionParser(String metaOrProtocol, boolean isMeta, MuleDefinitionParser endpointParser, String[] endpointAttributes, String[] addressAttributes, String[][] requiredAddressAttributes, String[][] requiredProperties)
           
AddressedEndpointDefinitionParser(String protocol, MuleDefinitionParser endpointParser)
           
 
Method Summary
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSingleParentFamilyDefinitionParser
addChildDelegate, addDelegate, addDelegateAsChild, doSingleBean
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractFirstResultSerialDefinitionParser
setReturnFirstResult
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractSerialDelegatingDefinitionParser
addHandledException, disableAttribute, disableAttributes, disableAttributes, enableAttribute, enableAttributes, enableAttributes, enableAttributes, isExceptionHandled, muleParse, resetAttribute, resetNameAndId
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, getBeanName, getDelegate, parseInternal, registerPostProcessor, registerPreProcessor, removeIgnored, setDeprecationWarning, setIgnoredDefault, size
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser
parse
 

Field Detail

META

public static final boolean META
See Also:
Constant Field Values

PROTOCOL

public static final boolean PROTOCOL
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values

RESTRICTED_ENDPOINT_ATTRIBUTES

public static final String[] RESTRICTED_ENDPOINT_ATTRIBUTES
Constructor Detail

AddressedEndpointDefinitionParser

public AddressedEndpointDefinitionParser(String protocol,
                                         MuleDefinitionParser endpointParser)

AddressedEndpointDefinitionParser

public AddressedEndpointDefinitionParser(String metaOrProtocol,
                                         boolean isMeta,
                                         MuleDefinitionParser endpointParser)

AddressedEndpointDefinitionParser

public AddressedEndpointDefinitionParser(String metaOrProtocol,
                                         boolean isMeta,
                                         MuleDefinitionParser endpointParser,
                                         String[] requiredAddressAttributes,
                                         String[] requiredProperties)

AddressedEndpointDefinitionParser

public AddressedEndpointDefinitionParser(String metaOrProtocol,
                                         boolean isMeta,
                                         MuleDefinitionParser endpointParser,
                                         String[] endpointAttributes,
                                         String[] addressAttributes,
                                         String[][] requiredAddressAttributes,
                                         String[][] requiredProperties)
Parameters:
metaOrProtocol - The transport metaOrProtocol ("tcp" etc)
isMeta - Whether transport is "meta" or not (eg cxf)
endpointParser - The parser for the endpoint
endpointAttributes - A list of attribute names which will be set as properties on the endpoint builder
addressAttributes - A list of attribute names which will be set as properties on the endpoint URI builder
requiredAddressAttributes - A list of attribute names that are required if "address" isn't present
requiredProperties - A list of property names that are required if "address" isn't present


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.