Uses of Interface
com.sap.portal.httpconnectivity.transformationservice.ITransformerInformation

Packages that use ITransformerInformation
com.sap.portal.httpconnectivity.transformationservice   
 

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

Methods in com.sap.portal.httpconnectivity.transformationservice that return ITransformerInformation
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.
 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)
           
 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.
 ITransformerInformation ITransformerService.getTransformerInformation(java.lang.String transformerKey)
          Get a single transformer information according to it's key.
 

Methods in com.sap.portal.httpconnectivity.transformationservice with parameters of type ITransformerInformation
abstract  EPSAXDefaultHandler AbstractTransformerHolder.getSAXHandler(ITransformerInformation tInfo)
          Method that is used to get the SAX handlers.
 EPSAXDefaultHandler TransformersProvider.getSAXHandler(ITransformerInformation tInfo)
           
 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.