org.apache.cxf.xjc.bug671
Class Bug671Plugin

java.lang.Object
  extended by org.apache.cxf.xjc.bug671.Bug671Plugin

public class Bug671Plugin
extends java.lang.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
Bug671Plugin(com.sun.tools.xjc.Plugin p)
           
 
Method Summary
 java.lang.String getOptionName()
           
 java.lang.String getUsage()
           
 void onActivated(com.sun.tools.xjc.Options opt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bug671Plugin

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

getOptionName

public java.lang.String getOptionName()

getUsage

public java.lang.String getUsage()

onActivated

public void onActivated(com.sun.tools.xjc.Options opt)
                 throws com.sun.tools.xjc.BadCommandLineException
Throws:
com.sun.tools.xjc.BadCommandLineException


Apache CXF