org.mule.transport.tcp.config
Class ByteOrMessageProtocolDefinitionParser

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.AbstractParallelDelegatingDefinitionParser
              extended by org.mule.config.spring.parsers.delegate.BooleanAttributeSelectionDefinitionParser
                  extended by org.mule.transport.tcp.config.ByteOrMessageProtocolDefinitionParser
All Implemented Interfaces:
MuleDefinitionParser, MuleDefinitionParserConfiguration, org.springframework.beans.factory.xml.BeanDefinitionParser

public class ByteOrMessageProtocolDefinitionParser
extends BooleanAttributeSelectionDefinitionParser


Field Summary
static String PROTOCOL
           
 
Fields inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
logger
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
ByteOrMessageProtocolDefinitionParser(Class bytes, Class message)
           
 
Method Summary
 
Methods inherited from class org.mule.config.spring.parsers.delegate.BooleanAttributeSelectionDefinitionParser
getDelegate
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractParallelDelegatingDefinitionParser
muleParse
 
Methods inherited from class org.mule.config.spring.parsers.delegate.AbstractDelegatingDefinitionParser
addAlias, addBeanFlag, addCollection, addDelegate, addIgnored, addMapping, addMapping, addMapping, addReference, getBeanName, getDelegate, parseInternal, registerPostProcessor, registerPreProcessor, removeIgnored, 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

PROTOCOL

public static final String PROTOCOL
See Also:
Constant Field Values
Constructor Detail

ByteOrMessageProtocolDefinitionParser

public ByteOrMessageProtocolDefinitionParser(Class bytes,
                                             Class message)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.