org.codehaus.mojo.axistools
Class Mapping

java.lang.Object
  extended by org.codehaus.mojo.axistools.axis.Mapping
      extended by org.codehaus.mojo.axistools.Mapping

public class Mapping
extends Mapping

This class is here in order to allow configuration of mapping elements in the WSDL2JavaMojo configuration. Maven looks for the Mapping class in the same package as the Mojo, so we just duplicate that class here.

Author:
mlaurie

Constructor Summary
Mapping()
           
 
Method Summary
 
Methods inherited from class org.codehaus.mojo.axistools.axis.Mapping
getNamespace, getTargetPackage, setNamespace, setTargetPackage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()


Copyright © 2005–2015 MojoHaus. All rights reserved.