org.ow2.petals.se.xslt.model
Class XsltConfiguration
java.lang.Object
org.ow2.petals.se.xslt.model.XsltConfiguration
public class XsltConfiguration
- extends java.lang.Object
A bean to store configuration elements for XSLT service-unit.
- Author:
- Vincent Zurczak - EBM WebSourcing
|
Constructor Summary |
XsltConfiguration(java.lang.String xslPath,
java.lang.String transformerFactoryClassName,
int transformerPoolSizeMin,
int transformerPoolSizeMax,
java.lang.String suInstallRoot,
java.lang.String outputAttachmentName,
java.lang.String endpointName,
java.lang.String serviceUnitName,
java.util.Map<java.lang.String,XslParameterBean> paramNameToParamBean)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
XsltConfiguration
public XsltConfiguration(java.lang.String xslPath,
java.lang.String transformerFactoryClassName,
int transformerPoolSizeMin,
int transformerPoolSizeMax,
java.lang.String suInstallRoot,
java.lang.String outputAttachmentName,
java.lang.String endpointName,
java.lang.String serviceUnitName,
java.util.Map<java.lang.String,XslParameterBean> paramNameToParamBean)
- Constructor.
- Parameters:
xslPath - the XSL pathtransformerFactoryClassName - the transformer factory class namesuInstallRoot - the path of the SU root directoryoutputAttachmentName - the output attachment's nameendpointName - the end-point nameserviceUnitName - the service-unit nameparamNameToParamBean - the XSL parameters as a non-null map
key = parameter name, value = parameter bean
getXslPath
public java.lang.String getXslPath()
- Returns:
- the xslPath
getTransformerFactoryClassName
public java.lang.String getTransformerFactoryClassName()
- Returns:
- the transformerFactoryClassName
getTransformerPoolSizeMin
public int getTransformerPoolSizeMin()
- Returns:
- the transformerPoolSizeMin
getTransformerPoolSizeMax
public int getTransformerPoolSizeMax()
- Returns:
- the transformerPoolSizeMax
getSuInstallRoot
public java.lang.String getSuInstallRoot()
- Returns:
- the suInstallRoot
getOutputAttachmentName
public java.lang.String getOutputAttachmentName()
- Returns:
- the outputAttachmentName
getEndpointName
public java.lang.String getEndpointName()
- Returns:
- the endpointName
getServiceUnitName
public java.lang.String getServiceUnitName()
- Returns:
- the serviceUnitName
getParamNameToParamBean
public java.util.Map<java.lang.String,XslParameterBean> getParamNameToParamBean()
- Returns:
- the map that associates (XSL) parameter names to (XSL) parameter
beans
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.