|
Axis 2 example source code file (resource.properties)
The Axis 2 resource.properties source code
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# Translation instructions.
# 1. Each message line is of the form key=value.
# Translate the value, DO NOT translate the key.
# 2. The messages may contain arguments that will be filled in
# by the runtime. These are of the form: {0}, {1}, etc.
# These must appear as is in the message, though the order
# may be changed to support proper language syntax.
# 3. If a single quote character is to appear in the resulting
# message, it must appear in this file as two consecutive
# single quote characters.
# 4. Lines beginning with "#" (like this one) are comment lines
# and may contain translation instructions. They need not be
# translated unless your translated file, rather than this file,
# will serve as a base for other translators.
#
################## WSDL2Code ######################################
wsdl2code.arg=Usage: WSDL2Java [options] -uri <url or path> : A url or path to a WSDL
wsdl2code.arg1=\nwhere [options] include:
wsdl2code.arg2= -o <path> Specify a directory path for the generated code.
wsdl2code.arg3= -a Generate async style code only (Default: off).
wsdl2code.arg4= -s Generate sync style code only (Default: off). Takes precedence over -a.
wsdl2code.arg5= -p <pkg1> Specify a custom package name for the generated code.
wsdl2code.arg6= -l <language> Valid languages are java and c (Default: java).
wsdl2code.arg7= -t Generate a test case for the generated code.
wsdl2code.arg8= -ss Generate server side code (i.e. skeletons) (Default: off).
wsdl2code.arg9= -sd Generate service descriptor (i.e. services.xml). (Default: off). Valid with -ss.
wsdl2code.arg10= -d <databinding> Valid databinding(s) are adb, xmlbeans, jibx, jaxme and jaxbri (Default: adb).
wsdl2code.arg11= -g Generates all the classes. Valid only with -ss.
wsdl2code.arg12= -pn <port_name> Choose a specific port when there are multiple ports in the wsdl.
wsdl2code.arg13= -sn <service_name> Choose a specific service when there are multiple services in the wsdl.
wsdl2code.arg14= -u Unpacks the databinding classes
wsdl2code.arg15= -r <path> Specify a repository against which code is generated.
wsdl2code.arg16= -ns2p ns1=pkg1,ns2=pkg2 Specify a custom package name for each namespace specified in the wsdl's schema.
wsdl2code.arg17= -ssi Generate an interface for the service implementation (Default: off).
wsdl2code.arg18= -wv <version> WSDL Version. Valid Options : 2, 2.0, 1.1
wsdl2code.arg19= -S Specify a directory path for generated source
wsdl2code.arg20= -R Specify a directory path for generated resources
wsdl2code.arg21= -em Specify an external mapping file
wsdl2code.arg22= -f Flattens the generated files
wsdl2code.arg23= -uw Switch on un-wrapping.
wsdl2code.arg24= -xsdconfig <file path> Use XMLBeans .xsdconfig file. Valid only with -d xmlbeans.
wsdl2code.arg25= -ap Generate code for all ports
wsdl2code.arg26= -or Overwrite the existing classes
wsdl2code.arg27= -b Generate Axis 1.x backword compatible code.
wsdl2code.arg28= -sp Suppress namespace prefixes (Optimzation that reduces size of soap request/response)
wsdl2code.arg29= -E<key>
Other Axis 2 examples (source code examples)Here is a short list of links related to this Axis 2 resource.properties source code file: |
| ... 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.