| com.xoetrope.service.xml.TransformService
TransformService | public class TransformService extends ServiceProxy (Code) | | ServiceProxy class for carrying out transformations on a
resultset retrieved by the QueryService. The transformations are carried out
by Xalan
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.15 $
|
Field Summary | |
final public static String | ARG_NAME_TRANSFORMNAME Specifies the name of the xsl tranformation file which is to be used. | final public static String | ARG_NAME_TRANSFORMPARAM Specifies the name of the return parameter which is to be populated with
the result of the transformation. | protected XProject | currentProject The owner project and the context in which this object operates. |
Method Summary | |
public Object | call(String method, ServiceContext context) | protected String | transformXml(String queryType, String xml) Using Xalan, create documents out of the resultset and the xsl file and
carry out the transformation. |
ARG_NAME_TRANSFORMNAME | final public static String ARG_NAME_TRANSFORMNAME(Code) | | Specifies the name of the xsl tranformation file which is to be used.
|
ARG_NAME_TRANSFORMPARAM | final public static String ARG_NAME_TRANSFORMPARAM(Code) | | Specifies the name of the return parameter which is to be populated with
the result of the transformation.
|
currentProject | protected XProject currentProject(Code) | | The owner project and the context in which this object operates.
|
call | public Object call(String method, ServiceContext context) throws ServiceProxyException(Code) | | The overloaded call for the ServiceProxy
Parameters: method - the name of the service Parameters: context - the service context for the call |
transformXml | protected String transformXml(String queryType, String xml)(Code) | | Using Xalan, create documents out of the resultset and the xsl file and
carry out the transformation.
|
|
|