com.ibm.websphere.ant.tasks

Class Java2WSDL.Mapping

  1. java.lang.Object
  2. extended bycom.ibm.ws.webservices.tools.ant.Java2WSDL.Mapping
  3. extended bycom.ibm.websphere.ant.tasks.Java2WSDL.Mapping
Enclosing class:
Java2WSDL

  1. public class Java2WSDL.Mapping
  2. extends com.ibm.ws.webservices.tools.ant.Java2WSDL.Mapping
Used for nested package definitions. You can provide your own mapping using a Mapping argument, which can be repeated as often as necessary, once for each unique namespace mapping.

Constructor Summary

Constructor and Description
Java2WSDL.Mapping()

Method Summary

Modifier and Type Method and Description
  1. void
setNamespace(java.lang.String value)
Sets the namespace
  1. void
setPackage(java.lang.String value)
Sets the pkg
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Java2WSDL.Mapping

  1. public Java2WSDL.Mapping()

Method Detail

setNamespace

  1. public void setNamespace(java.lang.String value)
Sets the namespace
Overrides:
setNamespace in class com.ibm.ws.webservices.tools.ant.Java2WSDL.Mapping

setPackage

  1. public void setPackage(java.lang.String value)
Sets the pkg
Overrides:
setPackage in class com.ibm.ws.webservices.tools.ant.Java2WSDL.Mapping