Spring Integration

org.springframework.integration.xml.transformer
Class XsltHeaders

java.lang.Object
  extended by org.springframework.integration.xml.transformer.XsltHeaders

public abstract class XsltHeaders
extends Object

Message headers that can be used to configure the Transformer instance used for XSL transformation.

Author:
Jonas Partner

Field Summary
static String OUTPUT_PROPERTY
           
static String PARAMETER
           
static String PREFIX
           
 
Constructor Summary
XsltHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

OUTPUT_PROPERTY

public static final String OUTPUT_PROPERTY
See Also:
Constant Field Values

PARAMETER

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

XsltHeaders

public XsltHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.