|
What this is
Other links
The source codeConfiguration The Java2WSDL goal takes the following parameters as input. All parameters can be set from the command line by using properties. For example, the parameter "className" may be set using the property "axis2.java2wsdl.className". If the parameter isn't set via property or in the POM, then a default value applies. *-----------------------------+------------------------------------------------+------------------------------------------------+ | Parameter name | Command line property | Description | | | Default value | | *-----------------------------+------------------------------------------------+------------------------------------------------+ | className | ${axis2.java2wsdl.className} | Fully qualified name of the class, which is | | | | being read and transformed into a WSDL. | *-----------------------------+------------------------------------------------+------------------------------------------------+ | outputFileName | ${axis2.java2wsdl.outputFileName} | Path of the generated service file. | *-----------------------------*------------------------------------------------*------------------------------------------------* | schemaTargetNamespace | ${axis2.java2wsdl.schemaTargetNamespace} | Target namespace of the generated schema. | *-----------------------------+------------------------------------------------+------------------------------------------------+ | schemaTargetNamespacePrefix | ${axis2.java2wsdl.schemaTargetNamespacePrefix} | Prefix, which is being associated with the | | | | schemas target namespace. | *-----------------------------+------------------------------------------------+------------------------------------------------+ | serviceName | ${axis2.java2wsdl.serviceName} | Name of the generated web service. | | | Unqualified name of the input class. | | *-----------------------------+------------------------------------------------+------------------------------------------------+ | targetNamespace | ${axis2.java2wsdl.targetNamespace} | Target namespace of the generated WSDL. | | | Default namespace | | *-----------------------------+------------------------------------------------+------------------------------------------------+ | targetNamespacePrefix | ${axis2.java2wsdl.targetNamespacePrefix} | Prefix, which is being associated with the | | | | target namespace. | *-----------------------------+------------------------------------------------+------------------------------------------------+ |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.