com.plumtree.server
Interface IPTTransformer


public interface IPTTransformer

For internal use only.


Method Summary
 java.lang.String GetDescription()
          Deprecated.  
 java.lang.String GetName()
          Deprecated.  
 void Initialize(com.plumtree.openfoundation.util.IXPPropertyBag pbagConfigurationInfo)
          Deprecated.  
 java.lang.Object[][] TransformText(byte[] vText, java.lang.String bstrSourceURL, IPTState pAppInfo)
          Deprecated.  
 java.lang.Object[][] TransformText(java.lang.String vText, java.lang.String bstrSourceURL, IPTState pAppInfo)
          Deprecated.  
 

Method Detail

Initialize

public void Initialize(com.plumtree.openfoundation.util.IXPPropertyBag pbagConfigurationInfo)
Deprecated. 

TransformText

public java.lang.Object[][] TransformText(java.lang.String vText,
                                          java.lang.String bstrSourceURL,
                                          IPTState pAppInfo)
Deprecated. 

TransformText

public java.lang.Object[][] TransformText(byte[] vText,
                                          java.lang.String bstrSourceURL,
                                          IPTState pAppInfo)
Deprecated. 

GetName

public java.lang.String GetName()
Deprecated. 

GetDescription

public java.lang.String GetDescription()
Deprecated. 


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.