Uses of Class
com.sap.portal.httpconnectivity.transformationservice.TransformationServiceException

Packages that use TransformationServiceException
com.sap.portal.httpconnectivity.transformationservice   
com.sap.portal.httpconnectivity.transformationservice.xmlsource Provides interfaces and classes to load and cache XML data. This package provides classes which can be used in the ITransformerService as input XML sources.  
 

Uses of TransformationServiceException in com.sap.portal.httpconnectivity.transformationservice
 

Methods in com.sap.portal.httpconnectivity.transformationservice that throw TransformationServiceException
protected  java.util.List AbstractTransformerHolder.loadTransformers()
          Create a list of transformers information (ITransformerInsformation instances) from the Transformers.xml supplied by the holder implementation.
protected  void AbstractTransformerHolder.setTransformers(java.util.List transformers)
          Sets list of transformers to the transformation service.
abstract  ITransformerInformation AbstractTransformerHolder.createTransformerInformation(java.lang.String componentName, java.lang.String transformerName, java.lang.Float transformerVersion, TransformerType transformerType, java.lang.String fromUri, java.lang.String toUri, java.lang.String description)
          Create new instance of ITransformerInformation.
abstract  EPSAXDefaultHandler AbstractTransformerHolder.getSAXHandler(ITransformerInformation tInfo)
          Method that is used to get the SAX handlers.
 ITransformerInformation TransformersProvider.createTransformerInformation(java.lang.String componentName, java.lang.String transformerName, java.lang.Float transformerVersion, TransformerType transformerType, java.lang.String fromUri, java.lang.String toUri, java.lang.String description)
           
 EPSAXDefaultHandler TransformersProvider.getSAXHandler(ITransformerInformation tInfo)
           
 void ITransformerService.transform(javax.xml.transform.Source source, java.util.List transformers, java.util.Map[] paramMap, com.sapportals.htmlb.rendering.IPageContext context, java.util.Map objectsMap, javax.xml.transform.Result output)
          Method that activates the transformation process over a list of transformers.
 void ITransformerService.transform(javax.xml.transform.Source source, java.lang.String transformerKey, java.util.Map paramMap, com.sapportals.htmlb.rendering.IPageContext context, java.util.Map objectsMap, javax.xml.transform.Result output)
          Method that activates transformation process by one transformer.
 boolean ITransformerService.setTransformer(ITransformerInformation transformerInfo, java.lang.String xslUri, boolean overwrite)
          Set an XSL transformer by loading XSL file from location specified in the URI parameter.
 boolean ITransformerService.setTransformer(ITransformerInformation transformerInfo, javax.xml.transform.Source source, boolean overwrite)
          Set an XSL transformer from XML source that was already loaded.
 boolean ITransformerService.setTransformer(ITransformerInformation transformerInfo, EPSAXDefaultHandler saxTransformer, boolean overwrite)
          Set a SAX transformer that will use the supplied SAX handler.
 ITransformerInformation ITransformerService.createTransformerInformation(java.lang.String componentName, java.lang.String transformerName, java.lang.Float transformerVersion, TransformerType transformerType, java.lang.String fromUri, java.lang.String toUri, java.lang.String description)
          Create new instance of ITransformerInformation.
 

Uses of TransformationServiceException in com.sap.portal.httpconnectivity.transformationservice.xmlsource
 

Methods in com.sap.portal.httpconnectivity.transformationservice.xmlsource that throw TransformationServiceException
 void HTTPStreamSource.addParameter(java.lang.String paramName, java.lang.String paramValue)
          Adds parameter to the http call.