com.evolveum.midpoint.schema.xjc.schema
Class SchemaProcessor

java.lang.Object
  extended by com.evolveum.midpoint.schema.xjc.schema.SchemaProcessor
All Implemented Interfaces:
Processor

public class SchemaProcessor
extends java.lang.Object
implements Processor

Simple proof of concept for our custom XJC plugin.

Author:
lazyman

Constructor Summary
SchemaProcessor()
           
 
Method Summary
 boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options options, org.xml.sax.ErrorHandler errorHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaProcessor

public SchemaProcessor()
Method Detail

run

public boolean run(com.sun.tools.xjc.outline.Outline outline,
                   com.sun.tools.xjc.Options options,
                   org.xml.sax.ErrorHandler errorHandler)
            throws org.xml.sax.SAXException
Specified by:
run in interface Processor
Throws:
org.xml.sax.SAXException


Copyright © 2012 evolveum. All Rights Reserved.