com.evolveum.midpoint.schema.xjc.schema
Class SchemaProcessor
java.lang.Object
com.evolveum.midpoint.schema.xjc.schema.SchemaProcessor
- All Implemented Interfaces:
- Processor
public class SchemaProcessor
- extends Object
- implements Processor
Custom XJC plugin used to update JAXB classes implementation and use Prism stuff as
internal data representation.
- Author:
- lazyman
Method Summary |
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options options,
ErrorHandler errorHandler)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A_OBJECT_REFERENCE
public static final QName A_OBJECT_REFERENCE
A_PRISM_CONTAINER
public static final QName A_PRISM_CONTAINER
A_PRISM_OBJECT
public static final QName A_PRISM_OBJECT
METHOD_AS_PRISM_OBJECT
public static final String METHOD_AS_PRISM_OBJECT
- See Also:
- Constant Field Values
METHOD_AS_PRISM_CONTAINER_VALUE
public static final String METHOD_AS_PRISM_CONTAINER_VALUE
- See Also:
- Constant Field Values
METHOD_SETUP_CONTAINER_VALUE
public static final String METHOD_SETUP_CONTAINER_VALUE
- See Also:
- Constant Field Values
METHOD_SETUP_CONTAINER
public static final String METHOD_SETUP_CONTAINER
- See Also:
- Constant Field Values
METHOD_AS_REFERENCE_VALUE
public static final String METHOD_AS_REFERENCE_VALUE
- See Also:
- Constant Field Values
METHOD_SETUP_REFERENCE_VALUE
public static final String METHOD_SETUP_REFERENCE_VALUE
- See Also:
- Constant Field Values
SchemaProcessor
public SchemaProcessor()
run
public boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options options,
ErrorHandler errorHandler)
throws SAXException
- Specified by:
run
in interface Processor
- Throws:
SAXException
Copyright © 2013 evolveum. All Rights Reserved.