Spring Integration

Uses of Class
org.springframework.integration.config.xml.AbstractTransformerParser

Packages that use AbstractTransformerParser
org.springframework.integration.config.xml   
org.springframework.integration.file.config   
org.springframework.integration.jms.config   
org.springframework.integration.mail.config   
org.springframework.integration.ws.config   
org.springframework.integration.xml.config   
 

Uses of AbstractTransformerParser in org.springframework.integration.config.xml
 

Subclasses of AbstractTransformerParser in org.springframework.integration.config.xml
 class ClaimCheckInParser
          Parser for the <claim-check-in/> element.
 class ClaimCheckOutParser
          Parser for the <claim-check-out/> element.
 class HeaderEnricherParserSupport
          Base support class for 'header-enricher' parsers.
 class HeaderFilterParser
          Parser for the 'header-filter' element.
 class MapToObjectTransformerParser
           
 class ObjectToMapTransformerParser
           
 class ObjectToStringTransformerParser
          Parser for the 'object-to-string-transformer' element.
 class PayloadDeserializingTransformerParser
          Parser for the 'payload-deserializing-transformer' element.
 class PayloadSerializingTransformerParser
          Parser for the 'payload-serializing-transformer' element.
 class StandardHeaderEnricherParser
          Parser for the <header-enricher> element within the core integration namespace.
 

Uses of AbstractTransformerParser in org.springframework.integration.file.config
 

Subclasses of AbstractTransformerParser in org.springframework.integration.file.config
 class AbstractFilePayloadTransformerParser
          Base class for File payload transformer parsers.
 class FileToByteArrayTransformerParser
          Parser for the <file-to-bytes-transformer> element.
 class FileToStringTransformerParser
          Parser for the <file-to-string-transformer> element.
 

Uses of AbstractTransformerParser in org.springframework.integration.jms.config
 

Subclasses of AbstractTransformerParser in org.springframework.integration.jms.config
 class JmsHeaderEnricherParser
          Header enricher for JMS specific values.
 

Uses of AbstractTransformerParser in org.springframework.integration.mail.config
 

Subclasses of AbstractTransformerParser in org.springframework.integration.mail.config
 class MailHeaderEnricherParser
           
 class MailToStringTransformerParser
          Parser for the <mail-to-string-transformer> element.
 

Uses of AbstractTransformerParser in org.springframework.integration.ws.config
 

Subclasses of AbstractTransformerParser in org.springframework.integration.ws.config
 class WebServiceHeaderEnricherParser
           
 

Uses of AbstractTransformerParser in org.springframework.integration.xml.config
 

Subclasses of AbstractTransformerParser in org.springframework.integration.xml.config
 class MarshallingTransformerParser
           
 class UnmarshallingTransformerParser
           
 class XPathHeaderEnricherParser
          Parser for <xpath-header-enricher> elements.
 class XPathTransformerParser
          Parser for the 'xpath-transformer' element.
 class XsltPayloadTransformerParser
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.