org.ikasan.framework.component.transformation.configuration
Class XsltConfiguration

java.lang.Object
  extended by org.ikasan.framework.component.transformation.configuration.XsltConfiguration

public class XsltConfiguration
extends Object

POJO for configurable parameters on XsltTransformer

Author:
Ikasan Development Team

Constructor Summary
XsltConfiguration()
           
 
Method Summary
 String getStylesheetLocation()
          Accessor
 boolean isUseTranslets()
          Accessor
 void setStylesheetLocation(String stylesheetLocation)
          Mutator
 void setUseTranslets(boolean useTranslets)
          Mutator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsltConfiguration

public XsltConfiguration()
Method Detail

isUseTranslets

public boolean isUseTranslets()
Accessor

Returns:
the useTranslates

setUseTranslets

public void setUseTranslets(boolean useTranslets)
Mutator

Parameters:
useTranslets - the useTranslates to set

getStylesheetLocation

public String getStylesheetLocation()
Accessor

Returns:
the stylesheetLocation

setStylesheetLocation

public void setStylesheetLocation(String stylesheetLocation)
Mutator

Parameters:
stylesheetLocation - the stylesheetLocation to set


Copyright © 2007-2012 Ikasan. All Rights Reserved.