All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.xml.ws.resources.util.properties Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
#
# Copyright (c) 1997, 2019 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
# http://www.eclipse.org/org/documents/edl-v10.php.
#
# SPDX-License-Identifier: BSD-3-Clause
#


util.handler.no.webservice.annotation="A WebService annotation is not present on class: {0}"
util.handler.endpoint.interface.no.webservice="The Endpoint Interface: {0} does not have WebService Annotation"
util.handler.class.not.found="Class: {0} could not be found"
util.handler.cannot.combine.soapmessagehandlers=You must use HanlderChain annotation, not SOAPMessageHandlers
util.parser.wrong.element=found element \"{1}\", expected \"{2}\" in handler chain configuration (line {0})
util.failed.to.find.handlerchain.file=Could not find handler chain file {1} for class {0}
util.failed.to.parse.handlerchain.file=Could not parse handler chain file {1} for class {0}
# Concatenated with qname/exception message (qname + util.location, exception message).
util.location=at line {0} of {1}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy