com.sun.xml.ws.mex.Messages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webservices-rt Show documentation
Show all versions of webservices-rt Show documentation
This module contains the Metro runtime code.
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2006-2017 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License"). You
# may not use this file except in compliance with the License. You can
# obtain a copy of the License at
# https://oss.oracle.com/licenses/CDDL+GPL-1.1
# or LICENSE.txt. See the License for the specific
# language governing permissions and limitations under the License.
#
# When distributing the software, include this License Header Notice in each
# file and include the License file at LICENSE.txt.
#
# GPL Classpath Exception:
# Oracle designates this particular file as subject to the "Classpath"
# exception as provided by Oracle in the GPL Version 2 section of the License
# file that accompanied this code.
#
# Modifications:
# If applicable, add the following below the License Header, with the fields
# enclosed by brackets [] replaced by your own identifying information:
# "Portions Copyright [year] [name of copyright owner]"
#
# Contributor(s):
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license." If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above. However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#
# i18n messages for mex code
MEX0001.RESPONSE_WRITING_FAILURE=MEX0001:Exception occurred while writing MEX response message from service {0}
MEX0002.UNKNOWN_DIALECT_WITH_ID=MEX0002:Ignoring unknown dialect "{0}" in MEX MetadataSection response with identifier "{1}"
MEX0003.UNKNOWN_WSDL_NAMESPACE=MEX0003:No targetNamespace was found for element {0} in MEX metadata response
MEX0004.TRANSFORMING_FAILURE=MEX0004:Exception while trying to convert and read targetNamespace in MEX response from location {0}
MEX0005.WSDL_NOT_FOUND_WITH_NAMESPACE=MEX0005:No WSDL with target namespace "{0}" found in MEX response to match import statement
MEX0006.RETRIEVING_MDATA_FAILURE=MEX0006:Exception retrieving MEX data with protocol {0} and address {1}. Continuing attempts.
MEX0007.RETURNING_NULL_MDATA:MEX0007:No metadata retrieved. Returning null from retrieveMetadata
# {0} - SOAP_1_2/SOAP_1_1, {1} - URL of a server
MEX0008.PARSING_MDATA_FAILURE=MEX0008:Failed to parse metadata returned from server at {1} using protocol {0}. Continuing attempts.
MEX0009.ADDRESS_NOT_FOUND_FOR_PORT=MEX0009:No address node was found for the WSDL port {0} in MEX response
MEX0010.ERROR_FROM_SERVER=MEX0010:Error returned from server during MEX request:
MEX0011.ERROR_FROM_SERVER_END=MEX0011:End of error output
MEX0012.READING_ERROR_STREAM_FAILURE=MEX0012:Exception ignored while reading error stream during MEX request
MEX0013.CLOSING_ERROR_STREAM_FAILURE=MEX0013:Exception ignored while closing error stream during MEX request
MEX0014.RETRIEVAL_FROM_ADDRESS_FAILURE=MEX0014:Exception occurred while trying to retrieve metadata from address {0}
# {0} - URL
MEX0015.IOEXCEPTION_WHILE_WRITING_RESPONSE=MEX0015:IOException was received while writing out response XML for service at {0}
MEX0016.NO_METADATA=MEX0016:Failed to find any metadata for the endpoint
# {0} - name of an action from WSDL operation, {1} - the same e.g.: MEX0017:This endpoint does not implement http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata/Request. Use http://schemas.xmlsoap.org/ws/2004/09/transfer/Get instead.
MEX0017.GET_METADATA_NOT_IMPLEMENTED=MEX0017:This endpoint does not implement {0}. Use {1} instead.
MEX0018.REPLACE_ADDRESS=MEX0018:Replacing port address {0} for port {1} with {2}.
MEX0019.LEAVE_ADDRESS=MEX0019:Leaving port address {0} for port {1} unchanged.
MEX0020.CURRENT_ADDRESS_NO_URL=MEX0020:The address {0} for port {1} is not a valid URL. Leaving unchanged.
MEX0021.NEW_ADDRESS_NO_URL=MEX0021:The replacement address {0} for port {1} is not a valid URL. Leaving unchanged.