org.apache.cxf.xjc.bug986
Class Bug986Plugin

java.lang.Object
  extended by org.apache.cxf.xjc.bug986.Bug986Plugin

public class Bug986Plugin
extends Object

Modifies the JAXB code model to handle package naming that run into: https://jaxb.dev.java.net/issues/show_bug.cgi?id=671


Constructor Summary
Bug986Plugin(com.sun.tools.xjc.Plugin p)
           
 
Method Summary
 String getOptionName()
           
 String getUsage()
           
 boolean run(com.sun.tools.xjc.outline.Outline outline, com.sun.tools.xjc.Options opt, ErrorHandler errorHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bug986Plugin

public Bug986Plugin(com.sun.tools.xjc.Plugin p)
Method Detail

getOptionName

public String getOptionName()

getUsage

public String getUsage()

run

public boolean run(com.sun.tools.xjc.outline.Outline outline,
                   com.sun.tools.xjc.Options opt,
                   ErrorHandler errorHandler)


Apache CXF