org.jpmml.agent
Class PMMLObjectTransformer

java.lang.Object
  extended by org.jpmml.agent.PMMLObjectTransformer
All Implemented Interfaces:
ClassFileTransformer

public class PMMLObjectTransformer
extends Object
implements ClassFileTransformer


Constructor Summary
PMMLObjectTransformer()
           
 
Method Summary
 byte[] transform(ClassLoader classLoader, String className, Class<?> clazz, ProtectionDomain protectionDomain, byte[] buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMMLObjectTransformer

public PMMLObjectTransformer()
Method Detail

transform

public byte[] transform(ClassLoader classLoader,
                        String className,
                        Class<?> clazz,
                        ProtectionDomain protectionDomain,
                        byte[] buffer)
                 throws IllegalClassFormatException
Specified by:
transform in interface ClassFileTransformer
Throws:
IllegalClassFormatException


Copyright © 2015 University of Tartu. All Rights Reserved.