Spring Integration

Uses of Interface
org.springframework.integration.xml.source.SourceFactory

Packages that use SourceFactory
org.springframework.integration.xml.source   
org.springframework.integration.xml.transformer   
 

Uses of SourceFactory in org.springframework.integration.xml.source
 

Classes in org.springframework.integration.xml.source that implement SourceFactory
 class DomSourceFactory
          SourceFactory implementation which supports creation of a DOMSource from a Document or String payload.
 class StringSourceFactory
          SourceFactory implementation which supports creation of a StringSource from either a Document or String payload
 

Uses of SourceFactory in org.springframework.integration.xml.transformer
 

Methods in org.springframework.integration.xml.transformer with parameters of type SourceFactory
 void XsltPayloadTransformer.setSourceFactory(SourceFactory sourceFactory)
          Sets the SourceFactory.
 void UnmarshallingTransformer.setSourceFactory(SourceFactory sourceFactory)
           
 

Constructors in org.springframework.integration.xml.transformer with parameters of type SourceFactory
SourceCreatingTransformer(SourceFactory sourceFactory)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.